Searched refs:BPP_GP_PError (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/sbus/char/ |
D | bpp.c | 138 if (value & 0x20) bits |= BPP_GP_PError; in get_pins() 293 if (! (value_ir & P_IR_PE)) bits |= BPP_GP_PError; in get_pins() 370 rc = wait_for(BPP_GP_PError|BPP_GP_Select|BPP_GP_nFault, in negotiate() 506 if (pins & BPP_GP_PError) byte |= 0x04; in read_nibble() 523 if (pins & BPP_GP_PError) byte |= 0x40; in read_nibble() 558 rc = wait_for(0, BPP_GP_PError, TIME_PResponse, minor); in read_ecp() 662 rc = wait_for(BPP_GP_PError, 0, TIME_PResponse, minor); in bpp_read() 747 rc = wait_for(BPP_GP_PError, 0, TIME_PResponse, minor); in write_ecp()
|
/linux-2.4.37.9/include/asm-sparc/ |
D | bpp.h | 69 # define BPP_GP_PError 0x0400 macro
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | bpp.h | 69 # define BPP_GP_PError 0x0400 macro
|