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

/u-boot/drivers/input/
H A Dtegra-kbc.c40 KBC_CLOCK_KHZ = 32, /* Keyboard uses a 32KHz clock */ enumerator in enum:__anon255
240 writel(scan_period * KBC_CLOCK_KHZ, &kbc->rpt_dly);
241 writel(scan_period * KBC_CLOCK_KHZ, &kbc->init_dly);

Completed in 36 milliseconds