Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sbus/char/
Dbpp.c140 if (! (value & 0x80)) bits |= BPP_GP_Busy; in get_pins()
295 if (value_tcr & P_TCR_BUSY) bits |= BPP_GP_Busy; in get_pins()
406 rc = wait_for(BPP_GP_Busy|BPP_GP_nFault, in terminate()
507 if (pins & BPP_GP_Busy) byte |= 0x08; in read_nibble()
524 if (pins & BPP_GP_Busy) byte |= 0x80; in read_nibble()
593 if (rc & BPP_GP_Busy) { in read_ecp()
711 rc = wait_for(BPP_GP_nAck, BPP_GP_Busy, TIME_IDLE_LIMIT, minor); in write_compat()
721 rc = wait_for(BPP_GP_Busy, 0, TIME_PResponse, minor); in write_compat()
761 rc = wait_for(0, BPP_GP_Busy, TIME_PResponse, minor); in write_ecp()
772 rc = wait_for(BPP_GP_Busy, 0, TIME_PResponse, minor); in write_ecp()
/linux-2.4.37.9/include/asm-sparc/
Dbpp.h68 # define BPP_GP_Busy 0x0200 macro
/linux-2.4.37.9/include/asm-sparc64/
Dbpp.h68 # define BPP_GP_Busy 0x0200 macro