Searched refs:ECR_F_EMPTY (Results 1 – 1 of 1) sorted by relevance
224 #define ECR_F_EMPTY (1U << 0) macro341 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 …]