Home
last modified time | relevance | path

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

/sys/dev/x86/
Dps2.c22 #define PS2_STATUS_OBS 0x01 /* Input Buffer Ready */ macro
175 if ((status & PS2_STATUS_OBS) == 0) in PS2_KeyboardIntr()
268 if ((status & PS2_STATUS_OBS) != 0) in PS2Wait()
284 if ((status & PS2_STATUS_OBS) == 0) in PS2_Init()