Searched refs:BPP_PP_nSelectIn (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.h60 # define BPP_PP_nSelectIn 0x0008 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dbpp.h60 # define BPP_PP_nSelectIn 0x0008 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/sbus/char/
H A Dbpp.c110 if (! (pins & BPP_PP_nSelectIn)) bits |= 8;
125 if (! (value & 0x08)) bits |= BPP_PP_nSelectIn;
259 if (! (pins & BPP_PP_nSelectIn)) bits_or |= P_OR_SLCT_IN;
281 if (! (value_or & P_OR_SLCT_IN)) bits |= BPP_PP_nSelectIn;
344 if (pins & BPP_PP_nSelectIn) return -EIO;
353 set_pins(BPP_PP_nSelectIn|BPP_PP_nStrobe|BPP_PP_nInit, minor);
364 set_pins(BPP_PP_nSelectIn|BPP_PP_nInit, minor);
370 set_pins(BPP_PP_nSelectIn|BPP_PP_nAutoFd|BPP_PP_nStrobe|BPP_PP_nInit, minor);
482 set_pins(BPP_PP_nSelectIn|BPP_PP_nStrobe, minor);
489 set_pins(BPP_PP_nSelectIn|BPP_PP_nStrob
[all...]

Completed in 61 milliseconds