Searched refs:PS2_STATUS_OBS (Results 1 – 1 of 1) sorted by relevance
22 #define PS2_STATUS_OBS 0x01 /* Input Buffer Ready */ macro175 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()