Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dhpsa.h381 #define FIFO_EMPTY 0xffffffff macro
487 unsigned long register_value = FIFO_EMPTY; in SA5_performant_completed()
507 register_value = FIFO_EMPTY; in SA5_performant_completed()
527 if (register_value != FIFO_EMPTY) in SA5_completed()
531 if (register_value != FIFO_EMPTY) in SA5_completed()
DFlashPoint.c662 #define FIFO_EMPTY BIT(6) macro
3753 if (!(RD_HARPOON(p_port + hp_xferstat) & FIFO_EMPTY)) { in FPT_sxfrp()
3759 if (RD_HARPOON(p_port + hp_xferstat) & FIFO_EMPTY) { in FPT_sxfrp()
3772 while (!(RD_HARPOON(p_port + hp_xferstat) & FIFO_EMPTY)) { in FPT_sxfrp()
3845 while (RD_HARPOON(port + hp_xferstat) & FIFO_EMPTY) { in FPT_schkdd()
3861 if ((!(RD_HARPOON(port + hp_xferstat) & FIFO_EMPTY)) || in FPT_schkdd()
4379 while ((!(RD_HARPOON(port + hp_xferstat) & FIFO_EMPTY)) && in FPT_phaseChkFifo()
4383 if (!(RD_HARPOON(port + hp_xferstat) & FIFO_EMPTY)) { in FPT_phaseChkFifo()
4398 while ((!(RD_HARPOON(port + hp_xferstat) & FIFO_EMPTY)) in FPT_phaseChkFifo()
Dhpsa.c999 a = FIFO_EMPTY; in next_command()
6910 while (raw_tag != FIFO_EMPTY) in hpsa_intx_discard_completions()
6927 while (raw_tag != FIFO_EMPTY) in hpsa_msix_discard_completions()
6943 while (raw_tag != FIFO_EMPTY) { in do_hpsa_intr_intx()
6959 while (raw_tag != FIFO_EMPTY) { in do_hpsa_intr_msi()
/Linux-v4.19/sound/pci/au88x0/
Dau8820.h150 #define FIFO_EMPTY 0x00000020 macro
Dau8810.h159 #define FIFO_EMPTY 0x00000020 macro
Dau8830.h179 #define FIFO_EMPTY 0x00000020 macro
/Linux-v4.19/drivers/staging/comedi/drivers/
Ddas800.c59 #define FIFO_EMPTY 0x1 macro
460 fifo_empty = !!(val & FIFO_EMPTY); in das800_interrupt()
/Linux-v4.19/include/linux/usb/
Dnet2280.h432 #define FIFO_EMPTY 10 macro
/Linux-v4.19/drivers/i2c/busses/
Di2c-sprd.c55 #define FIFO_EMPTY BIT(3) macro
/Linux-v4.19/drivers/usb/gadget/udc/
Domap_udc.c324 #define FIFO_EMPTY (UDC_NON_ISO_FIFO_EMPTY | UDC_ISO_FIFO_EMPTY) macro
325 #define FIFO_UNREADABLE (UDC_EP_HALTED | FIFO_EMPTY)
429 if (ep_stat & FIFO_EMPTY) { in read_fifo()
Dnet2280.c1068 if ((s & BIT(FIFO_EMPTY)) == 0) { in net2280_queue()
2622 if (likely(t & BIT(FIFO_EMPTY))) { in handle_ep_small()
/Linux-v4.19/drivers/net/usb/
Dr8152.c256 #define FIFO_EMPTY (TXFIFO_EMPTY | RXFIFO_EMPTY) macro
2459 if ((ocp_data & FIFO_EMPTY) == FIFO_EMPTY) in rtl_disable()