Searched refs:p_tcr (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/parport/
H A Dparport_sunbpp.c89 unsigned char value_tcr = sbus_readb(&regs->p_tcr); status_sunbpp_to_pc()
112 unsigned char value_tcr = sbus_readb(&regs->p_tcr); control_sunbpp_to_pc()
139 unsigned char value_tcr = sbus_readb(&regs->p_tcr); parport_sunbpp_frob_control()
174 sbus_writeb(value_tcr, &regs->p_tcr); parport_sunbpp_frob_control()
198 unsigned char value_tcr = sbus_readb(&regs->p_tcr); parport_sunbpp_data_forward()
202 sbus_writeb(value_tcr, &regs->p_tcr); parport_sunbpp_data_forward()
208 u8 val = sbus_readb(&regs->p_tcr); parport_sunbpp_data_reverse()
212 sbus_writeb(val, &regs->p_tcr); parport_sunbpp_data_reverse()
308 value_tcr = sbus_readb(&regs->p_tcr); bpp_probe()
310 sbus_writeb(value_tcr, &regs->p_tcr); bpp_probe()
/linux-4.1.27/arch/sparc/include/asm/
H A Dsunbpp.h18 __volatile__ __u8 p_tcr; /* Transfer Control Register */ member in struct:bpp_regs

Completed in 37 milliseconds