Home
last modified time | relevance | path

Searched refs:sc_rows (Results 1 – 1 of 1) sorted by relevance

/netbsd/sys/dev/i2c/
H A Dtcakp.c94 u_int sc_rows; member
202 if (sc->sc_rows == 0 || sc->sc_cols == 0) { in tcakp_init()
207 mask = __BITS(sc->sc_rows - 1, 0); in tcakp_init()
241 of_getprop_uint32(sc->sc_phandle, "keypad,num-rows", &sc->sc_rows); in tcakp_configure_fdt()