Home
last modified time | relevance | path

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

/openbmc/linux/drivers/parport/
H A Dparport_sunbpp.c116 if (!(value_tcr & P_TCR_DS)) in control_sunbpp_to_pc()
147 value_tcr &= ~P_TCR_DS; in parport_sunbpp_frob_control()
149 value_tcr |= P_TCR_DS; in parport_sunbpp_frob_control()
/openbmc/linux/arch/sparc/include/asm/
H A Dsunbpp.h48 #define P_TCR_DS 0x01 /* Strobe */ macro