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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dbpp.h68 # define BPP_GP_Busy 0x0200 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dbpp.h68 # define BPP_GP_Busy 0x0200 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/sbus/char/
H A Dbpp.c132 if (! (value & 0x80)) bits |= BPP_GP_Busy;
287 if (value_tcr & P_TCR_BUSY) bits |= BPP_GP_Busy;
392 rc = wait_for(BPP_GP_Busy|BPP_GP_nFault,
493 if (pins & BPP_GP_Busy) byte |= 0x08;
510 if (pins & BPP_GP_Busy) byte |= 0x80;
579 if (rc & BPP_GP_Busy) {
697 rc = wait_for(BPP_GP_nAck, BPP_GP_Busy, TIME_IDLE_LIMIT, minor);
707 rc = wait_for(BPP_GP_Busy, 0, TIME_PResponse, minor);
747 rc = wait_for(0, BPP_GP_Busy, TIME_PResponse, minor);
758 rc = wait_for(BPP_GP_Busy,
[all...]

Completed in 37 milliseconds