Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/
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()
A DFlashPoint.c634 #define FIFO_EMPTY BIT(6) macro
3729 if (!(RD_HARPOON(p_port + hp_xferstat) & FIFO_EMPTY)) { in FPT_sxfrp()
3735 if (RD_HARPOON(p_port + hp_xferstat) & FIFO_EMPTY) { in FPT_sxfrp()
3748 while (!(RD_HARPOON(p_port + hp_xferstat) & FIFO_EMPTY)) { in FPT_sxfrp()
3821 while (RD_HARPOON(port + hp_xferstat) & FIFO_EMPTY) { in FPT_schkdd()
3837 if ((!(RD_HARPOON(port + hp_xferstat) & FIFO_EMPTY)) || in FPT_schkdd()
4351 while ((!(RD_HARPOON(port + hp_xferstat) & FIFO_EMPTY)) && in FPT_phaseChkFifo()
4355 if (!(RD_HARPOON(port + hp_xferstat) & FIFO_EMPTY)) { in FPT_phaseChkFifo()
4370 while ((!(RD_HARPOON(port + hp_xferstat) & FIFO_EMPTY)) in FPT_phaseChkFifo()
A Dhpsa.c1009 a = FIFO_EMPTY; in next_command()
7028 while (raw_tag != FIFO_EMPTY) in hpsa_intx_discard_completions()
7045 while (raw_tag != FIFO_EMPTY) in hpsa_msix_discard_completions()
7061 while (raw_tag != FIFO_EMPTY) { in do_hpsa_intr_intx()
7077 while (raw_tag != FIFO_EMPTY) { in do_hpsa_intr_msi()
/linux-6.3-rc2/sound/pci/au88x0/
A Dau8820.h150 #define FIFO_EMPTY 0x00000020 macro
A Dau8810.h159 #define FIFO_EMPTY 0x00000020 macro
A Dau8830.h179 #define FIFO_EMPTY 0x00000020 macro
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_ptp.h227 #define FIFO_EMPTY BIT(2) macro
A Dice_ptp.c1198 if (phy_sts & FIFO_EMPTY) { in ice_ptp_check_tx_fifo()
/linux-6.3-rc2/drivers/comedi/drivers/
A Ddas800.c57 #define FIFO_EMPTY 0x1 macro
458 fifo_empty = !!(val & FIFO_EMPTY); in das800_interrupt()
/linux-6.3-rc2/include/linux/usb/
A Dnet2280.h418 #define FIFO_EMPTY 10 macro
/linux-6.3-rc2/drivers/spi/
A Dspi-qcom-qspi.c99 #define FIFO_EMPTY BIT(11) macro
/linux-6.3-rc2/drivers/i2c/busses/
A Di2c-sprd.c56 #define FIFO_EMPTY BIT(3) macro
/linux-6.3-rc2/drivers/usb/gadget/udc/
A Domap_udc.c327 #define FIFO_EMPTY (UDC_NON_ISO_FIFO_EMPTY | UDC_ISO_FIFO_EMPTY) macro
328 #define FIFO_UNREADABLE (UDC_EP_HALTED | FIFO_EMPTY)
432 if (ep_stat & FIFO_EMPTY) { in read_fifo()
A Dnet2280.c1056 if ((s & BIT(FIFO_EMPTY)) == 0) { in net2280_queue()
2630 if (likely(t & BIT(FIFO_EMPTY))) { in handle_ep_small()
/linux-6.3-rc2/drivers/net/usb/
A Dr8152.c310 #define FIFO_EMPTY (TXFIFO_EMPTY | RXFIFO_EMPTY) macro
3181 if ((ocp_data & FIFO_EMPTY) == FIFO_EMPTY) in rtl_disable()

Completed in 92 milliseconds