Searched refs:__parport_ip32_frob_control (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/parport/ |
H A D | parport_ip32.c | 919 static inline void __parport_ip32_frob_control(struct parport *p, in __parport_ip32_frob_control() function 956 __parport_ip32_frob_control(p, wm, c & wm); in parport_ip32_write_control() 976 __parport_ip32_frob_control(p, mask & wm, val & wm); in parport_ip32_frob_control() 986 __parport_ip32_frob_control(p, DCR_IRQ, 0); in parport_ip32_disable_irq() 995 __parport_ip32_frob_control(p, DCR_IRQ, DCR_IRQ); in parport_ip32_enable_irq() 1006 __parport_ip32_frob_control(p, DCR_DIR, 0); in parport_ip32_data_forward() 1018 __parport_ip32_frob_control(p, DCR_DIR, DCR_DIR); in parport_ip32_data_reverse()
|