Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/parport/
H A Dparport_ip32.c188 #define DCR_STROBE (1U << 0) /* PARPORT_CONTROL_STROBE */ macro
399 if (!(dcr & DCR_STROBE)) in parport_ip32_dump_state()
932 * The return value is masked so as to only return the value of %DCR_STROBE,
938 DCR_STROBE | DCR_AUTOFD | DCR_nINIT | DCR_SELECT; in parport_ip32_read_control()
947 * The value is masked so as to only change the value of %DCR_STROBE,
954 DCR_STROBE | DCR_AUTOFD | DCR_nINIT | DCR_SELECT; in parport_ip32_write_control()
966 * change the value of %DCR_STROBE, %DCR_AUTOFD, %DCR_nINIT, and %DCR_SELECT.
973 DCR_STROBE | DCR_AUTOFD | DCR_nINIT | DCR_SELECT; in parport_ip32_frob_control()
1550 * Microsoft's document instructs to drive DCR_STROBE to 0, in parport_ip32_get_fifo_residue()
1560 parport_ip32_frob_control(p, DCR_STROBE, in parport_ip32_get_fifo_residue()
[all...]
/kernel/linux/linux-6.6/drivers/parport/
H A Dparport_ip32.c188 #define DCR_STROBE (1U << 0) /* PARPORT_CONTROL_STROBE */ macro
399 if (!(dcr & DCR_STROBE)) in parport_ip32_dump_state()
932 * The return value is masked so as to only return the value of %DCR_STROBE,
938 DCR_STROBE | DCR_AUTOFD | DCR_nINIT | DCR_SELECT; in parport_ip32_read_control()
947 * The value is masked so as to only change the value of %DCR_STROBE,
954 DCR_STROBE | DCR_AUTOFD | DCR_nINIT | DCR_SELECT; in parport_ip32_write_control()
966 * change the value of %DCR_STROBE, %DCR_AUTOFD, %DCR_nINIT, and %DCR_SELECT.
973 DCR_STROBE | DCR_AUTOFD | DCR_nINIT | DCR_SELECT; in parport_ip32_frob_control()
1550 * Microsoft's document instructs to drive DCR_STROBE to 0, in parport_ip32_get_fifo_residue()
1560 parport_ip32_frob_control(p, DCR_STROBE, in parport_ip32_get_fifo_residue()
[all...]

Completed in 5 milliseconds