Searched refs:PARPORT_STATUS_BUSY (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.15/drivers/parport/ |
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 …]
|
D | daisy.c | 310 s = parport_read_status(port) & (PARPORT_STATUS_BUSY in cpp_daisy() 314 if (s != (PARPORT_STATUS_BUSY in cpp_daisy() 323 s = parport_read_status(port) & (PARPORT_STATUS_BUSY in cpp_daisy() 370 ((s & PARPORT_STATUS_BUSY ? 0 : 1) << 2) | in cpp_mux() 441 s = parport_read_status(port) & (PARPORT_STATUS_BUSY in assign_addrs() 445 if (s != (PARPORT_STATUS_BUSY in assign_addrs() 454 s = parport_read_status(port) & (PARPORT_STATUS_BUSY in assign_addrs() 484 if (!(s & PARPORT_STATUS_BUSY)) in assign_addrs()
|
D | parport_amiga.c | 78 unsigned char ret = PARPORT_STATUS_BUSY | PARPORT_STATUS_ACK | PARPORT_STATUS_ERROR; in status_amiga_to_pc() 81 ret &= ~PARPORT_STATUS_BUSY; in status_amiga_to_pc()
|
D | parport_mfc3.c | 148 unsigned char ret = PARPORT_STATUS_BUSY; in status_mfc3_to_pc() 151 ret &= ~PARPORT_STATUS_BUSY; in status_mfc3_to_pc()
|
D | parport_atari.c | 88 return ((st_mfp.par_dt_reg & 1 ? 0 : PARPORT_STATUS_BUSY) | in parport_atari_read_status()
|
D | parport_sunbpp.c | 102 bits |= PARPORT_STATUS_BUSY; in status_sunbpp_to_pc()
|
D | parport_ax88796.c | 126 ret |= PARPORT_STATUS_BUSY; in parport_ax88796_read_status()
|
D | parport_pc.c | 763 PARPORT_STATUS_BUSY, in parport_pc_compat_write_block_pio() 764 PARPORT_STATUS_BUSY); in parport_pc_compat_write_block_pio() 877 PARPORT_STATUS_BUSY, in parport_pc_ecp_write_block_pio() 878 PARPORT_STATUS_BUSY); in parport_pc_ecp_write_block_pio()
|
/Linux-v5.15/include/uapi/linux/ |
D | parport.h | 34 #define PARPORT_STATUS_BUSY 0x80 macro
|
/Linux-v5.15/drivers/spi/ |
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-v5.15/Documentation/driver-api/ |
D | parport-lowlevel.rst | 1238 - PARPORT_STATUS_BUSY (busy, "Busy")
|