Home
last modified time | relevance | path

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

/openbmc/linux/drivers/parport/
H A Dparport_sunbpp.c118 if (!(value_or & P_OR_AFXN)) in control_sunbpp_to_pc()
154 value_or &= ~P_OR_AFXN; in parport_sunbpp_frob_control()
156 value_or |= P_OR_AFXN; in parport_sunbpp_frob_control()
/openbmc/linux/arch/sparc/include/asm/
H A Dsunbpp.h55 #define P_OR_AFXN 0x02 /* Auto Feed */ macro