Home
last modified time | relevance | path

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

/external/u-boot/board/nokia/rx51/
Drx51.c515 static u8 keybuf_head; variable
645 return (KEYBUF_SIZE + keybuf_tail - keybuf_head)%KEYBUF_SIZE; in rx51_kp_tstc()
654 keybuf_head %= KEYBUF_SIZE; in rx51_kp_getc()
657 return keybuf[keybuf_head++]; in rx51_kp_getc()