Home
last modified time | relevance | path

Searched refs:P_OR_SLCT_IN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/parport/
H A Dparport_sunbpp.c122 if (value_or & P_OR_SLCT_IN) in control_sunbpp_to_pc()
168 value_or |= P_OR_SLCT_IN; in parport_sunbpp_frob_control()
170 value_or &= ~P_OR_SLCT_IN; in parport_sunbpp_frob_control()
/openbmc/linux/arch/sparc/include/asm/
H A Dsunbpp.h56 #define P_OR_SLCT_IN 0x01 macro