Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dhpsa.h386 #define FIFO_EMPTY 0xffffffff macro
492 unsigned long register_value = FIFO_EMPTY; in SA5_performant_completed()
512 register_value = FIFO_EMPTY; in SA5_performant_completed()
532 if (register_value != FIFO_EMPTY) in SA5_completed()
536 if (register_value != FIFO_EMPTY) in SA5_completed()
H A DFlashPoint.c634 #define FIFO_EMPTY BIT(6) macro
3728 if (!(RD_HARPOON(p_port + hp_xferstat) & FIFO_EMPTY)) { in FPT_sxfrp()
3734 if (RD_HARPOON(p_port + hp_xferstat) & FIFO_EMPTY) { in FPT_sxfrp()
3747 while (!(RD_HARPOON(p_port + hp_xferstat) & FIFO_EMPTY)) { in FPT_sxfrp()
3820 while (RD_HARPOON(port + hp_xferstat) & FIFO_EMPTY) { in FPT_schkdd()
3836 if ((!(RD_HARPOON(port + hp_xferstat) & FIFO_EMPTY)) || in FPT_schkdd()
4350 while ((!(RD_HARPOON(port + hp_xferstat) & FIFO_EMPTY)) && in FPT_phaseChkFifo()
4354 if (!(RD_HARPOON(port + hp_xferstat) & FIFO_EMPTY)) { in FPT_phaseChkFifo()
4369 while ((!(RD_HARPOON(port + hp_xferstat) & FIFO_EMPTY)) in FPT_phaseChkFifo()
/linux/sound/pci/au88x0/
H A Dau8820.h150 #define FIFO_EMPTY 0x00000020 macro
H A Dau8810.h159 #define FIFO_EMPTY 0x00000020 macro
H A Dau8830.h179 #define FIFO_EMPTY 0x00000020 macro
/linux/include/linux/mfd/
H A DidtRC38xxx_reg.h128 #define FIFO_EMPTY BIT(0) macro
/linux/drivers/comedi/drivers/
H A Ddas800.c57 #define FIFO_EMPTY 0x1 macro
458 fifo_empty = !!(val & FIFO_EMPTY); in das800_interrupt()
/linux/include/linux/usb/
H A Dnet2280.h418 #define FIFO_EMPTY 10 macro
/linux/drivers/i2c/busses/
H A Di2c-sprd.c55 #define FIFO_EMPTY BIT(3) macro
/linux/drivers/usb/gadget/udc/
H A Domap_udc.c326 #define FIFO_EMPTY (UDC_NON_ISO_FIFO_EMPTY | UDC_ISO_FIFO_EMPTY) macro
327 #define FIFO_UNREADABLE (UDC_EP_HALTED | FIFO_EMPTY)
431 if (ep_stat & FIFO_EMPTY) { in read_fifo()
H A Dnet2280.c1056 if ((s & BIT(FIFO_EMPTY)) == 0) { in net2280_queue()
2630 if (likely(t & BIT(FIFO_EMPTY))) { in handle_ep_small()
/linux/drivers/net/usb/
H A Dr8152.c313 #define FIFO_EMPTY (TXFIFO_EMPTY | RXFIFO_EMPTY) macro
3342 if ((ocp_data & FIFO_EMPTY) == FIFO_EMPTY) in rtl_disable()