Home
last modified time | relevance | path

Searched refs:ECR_F_EMPTY (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/parport/
H A Dparport_ip32.c224 #define ECR_F_EMPTY (1U << 0) macro
341 if (ecr & ECR_F_EMPTY) in parport_ip32_dump_state()
1284 if (ecr & ECR_F_EMPTY) { in parport_ip32_fwp_wait_polling()
1333 if (!(ecr & ECR_F_EMPTY)) { in parport_ip32_fwp_wait_interrupt()
1351 if (ecr & ECR_F_EMPTY) { in parport_ip32_fwp_wait_interrupt()
1500 if (parport_ip32_read_econtrol(p) & ECR_F_EMPTY) in parport_ip32_drain_fifo()
1543 if (parport_ip32_read_econtrol(p) & ECR_F_EMPTY) in parport_ip32_get_fifo_residue()
1814 if (readb(priv->regs.ecr) != (ecr | ECR_F_EMPTY)) in parport_ip32_ecp_supported()
1881 if (!(readb(priv->regs.ecr) & ECR_F_EMPTY)) { in parport_ip32_fifo_supported()
1922 && readb(priv->regs.ecr) & ECR_F_EMPTY) { in parport_ip32_fifo_supported()
[all …]