Searched refs:__parport_ip32_frob_control (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/parport/ |
D | parport_ip32.c | 929 static inline void __parport_ip32_frob_control(struct parport *p, in __parport_ip32_frob_control() function 966 __parport_ip32_frob_control(p, wm, c & wm); in parport_ip32_write_control() 986 __parport_ip32_frob_control(p, mask & wm, val & wm); in parport_ip32_frob_control() 996 __parport_ip32_frob_control(p, DCR_IRQ, 0); in parport_ip32_disable_irq() 1005 __parport_ip32_frob_control(p, DCR_IRQ, DCR_IRQ); in parport_ip32_enable_irq() 1016 __parport_ip32_frob_control(p, DCR_DIR, 0); in parport_ip32_data_forward() 1028 __parport_ip32_frob_control(p, DCR_DIR, DCR_DIR); in parport_ip32_data_reverse()
|