Home
last modified time | relevance | path

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

/drivers/input/keyboard/
Dtegra-kbc.c340 u32 c_shft = 4 * (i % 8); in tegra_kbc_config_pins() local
342 u32 c_mask = 0x0f << c_shft; in tegra_kbc_config_pins()
357 col_cfg |= ((kbc->pin_cfg[i].num << 1) | 1) << c_shft; in tegra_kbc_config_pins()