Searched refs:DCR_DIR (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/parport/ |
H A D | parport_ip32.c | 183 #define DCR_DIR (1U << 5) /* direction */ macro 390 pr_cont(" %s", (dcr & DCR_DIR) ? "rev" : "fwd"); in parport_ip32_dump_state() 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() 2048 .dcr_writable = DCR_DIR | DCR_SELECT | DCR_nINIT | in parport_ip32_probe_port()
|
/kernel/linux/linux-6.6/drivers/parport/ |
H A D | parport_ip32.c | 183 #define DCR_DIR (1U << 5) /* direction */ macro 390 pr_cont(" %s", (dcr & DCR_DIR) ? "rev" : "fwd"); in parport_ip32_dump_state() 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() 2048 .dcr_writable = DCR_DIR | DCR_SELECT | DCR_nINIT | in parport_ip32_probe_port()
|
Completed in 6 milliseconds