Searched refs:PARPORT_STATUS_BUSY (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/parport/ |
H A D | ieee1284_ops.c | 59 | PARPORT_STATUS_BUSY); in parport_ieee1284_write_compat() 61 | PARPORT_STATUS_BUSY); in parport_ieee1284_write_compat() 425 PARPORT_STATUS_BUSY, 0)) in parport_ieee1284_ecp_write_data() 461 PARPORT_STATUS_BUSY, in parport_ieee1284_ecp_write_data() 462 PARPORT_STATUS_BUSY)) in parport_ieee1284_ecp_write_data() 542 PARPORT_STATUS_BUSY) ? 1 : 0; in parport_ieee1284_ecp_read_data() 656 PARPORT_STATUS_BUSY, 0)) in parport_ieee1284_ecp_write_addr() 692 PARPORT_STATUS_BUSY, in parport_ieee1284_ecp_write_addr() 693 PARPORT_STATUS_BUSY)) in parport_ieee1284_ecp_write_addr() 732 if (parport_poll_peripheral (port, PARPORT_STATUS_BUSY, 0, 10)) in parport_ieee1284_epp_write_data() [all …]
|
H A D | daisy.c | 309 s = parport_read_status(port) & (PARPORT_STATUS_BUSY in cpp_daisy() 313 if (s != (PARPORT_STATUS_BUSY in cpp_daisy() 322 s = parport_read_status(port) & (PARPORT_STATUS_BUSY in cpp_daisy() 369 ((s & PARPORT_STATUS_BUSY ? 0 : 1) << 2) | in cpp_mux() 440 s = parport_read_status(port) & (PARPORT_STATUS_BUSY in assign_addrs() 444 if (s != (PARPORT_STATUS_BUSY in assign_addrs() 453 s = parport_read_status(port) & (PARPORT_STATUS_BUSY in assign_addrs() 483 if (!(s & PARPORT_STATUS_BUSY)) in assign_addrs()
|
H A D | parport_atari.c | 88 return ((st_mfp.par_dt_reg & 1 ? 0 : PARPORT_STATUS_BUSY) | in parport_atari_read_status()
|
H A D | parport_sunbpp.c | 102 bits |= PARPORT_STATUS_BUSY; in status_sunbpp_to_pc()
|
H A D | parport_pc.c | 782 PARPORT_STATUS_BUSY, in parport_pc_compat_write_block_pio() 783 PARPORT_STATUS_BUSY); in parport_pc_compat_write_block_pio() 896 PARPORT_STATUS_BUSY, in parport_pc_ecp_write_block_pio() 897 PARPORT_STATUS_BUSY); in parport_pc_ecp_write_block_pio()
|
/linux/drivers/spi/ |
H A D | spi-butterfly.c | 39 #define spi_miso_bit PARPORT_STATUS_BUSY /* pin 11 */ 108 return (bit == PARPORT_STATUS_BUSY) ? value : !value; in getmiso()
|
/linux/include/uapi/linux/ |
H A D | parport.h | 34 #define PARPORT_STATUS_BUSY 0x80 macro
|
/linux/Documentation/driver-api/ |
H A D | parport-lowlevel.rst | 1238 - PARPORT_STATUS_BUSY (busy, "Busy")
|