Home
last modified time | relevance | path

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

/openbmc/linux/drivers/parport/
H A Dparport_sunbpp.c120 if (!(value_or & P_OR_INIT)) in control_sunbpp_to_pc()
161 value_or &= ~P_OR_INIT; in parport_sunbpp_frob_control()
163 value_or |= P_OR_INIT; in parport_sunbpp_frob_control()
/openbmc/linux/arch/sparc/include/asm/
H A Dsunbpp.h54 #define P_OR_INIT 0x04 macro