Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/parport/
H A Dparport_ip32.c910 * __parport_ip32_frob_control - change bits from the DCR register
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()
965 * This differs from __parport_ip32_frob_control() in that it only allows to
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()
/kernel/linux/linux-6.6/drivers/parport/
H A Dparport_ip32.c910 * __parport_ip32_frob_control - change bits from the DCR register
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()
965 * This differs from __parport_ip32_frob_control() in that it only allows to
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()

Completed in 7 milliseconds