Searched refs:kp_ent (Results 1 - 2 of 2) sorted by relevance

/u-boot/include/
H A Dtegra-kbc.h21 u32 kp_ent[2]; member in struct:kbc_tegra
/u-boot/drivers/input/
H A Dtegra-kbc.c75 u32 kp_ent = 0; local
81 kp_ent = readl(&priv->kbc->kp_ent[i / 4]);
83 key->valid = (kp_ent & KBC_KPENT_VALID) != 0;
84 key->row = (kp_ent >> 3) & 0xf;
85 key->col = kp_ent & 0x7;
88 kp_ent >>= 8;

Completed in 100 milliseconds