Searched refs:STATUS_READY (Results 1 – 15 of 15) sorted by relevance
| /linux-6.15/arch/m68k/include/asm/ |
| H A D | floppy.h | 215 st &= STATUS_DMA | STATUS_READY; in floppy_hardint() 216 if (st != (STATUS_DMA | STATUS_READY)) in floppy_hardint()
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | floppy.h | 65 st &= STATUS_DMA | STATUS_READY; in floppy_hardint() 66 if (st != (STATUS_DMA | STATUS_READY)) in floppy_hardint()
|
| /linux-6.15/arch/parisc/include/asm/ |
| H A D | floppy.h | 79 st &= STATUS_DMA | STATUS_READY; in floppy_hardint() 80 if (st != (STATUS_DMA | STATUS_READY)) in floppy_hardint()
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | floppy.h | 80 st &= STATUS_DMA | STATUS_READY; in floppy_hardint() 81 if (st != (STATUS_DMA | STATUS_READY)) in floppy_hardint()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | fdreg.h | 38 #define STATUS_READY 0x80 /* Data reg ready */ macro
|
| /linux-6.15/drivers/vfio/pci/nvgrace-gpu/ |
| H A D | main.c | 32 #define STATUS_READY 0xFF macro 915 if ((ioread32(io + C2C_LINK_BAR0_OFFSET) == STATUS_READY) && in nvgrace_gpu_wait_device_ready() 916 (ioread32(io + HBM_TRAINING_BAR0_OFFSET) == STATUS_READY)) { in nvgrace_gpu_wait_device_ready()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | led.c | 107 if (!test_bit(STATUS_READY, &priv->status)) in iwl_led_cmd()
|
| H A D | agn.h | 41 #define STATUS_READY 3 macro 352 return test_bit(STATUS_READY, &priv->status) && in iwl_is_ready()
|
| H A D | main.c | 846 set_bit(STATUS_READY, &priv->status); in iwl_alive_start() 1913 clear_bit(STATUS_READY, &priv->status); in iwlagn_fw_error() 2042 clear_bit(STATUS_READY, &priv->status); in iwl_wimax_active()
|
| H A D | scan.c | 48 if (!test_bit(STATUS_READY, &priv->status) || in iwl_send_scan_abort()
|
| H A D | mac80211.c | 293 if (WARN_ON(!test_bit(STATUS_READY, &priv->status))) in iwlagn_mac_start()
|
| H A D | debugfs.c | 359 test_bit(STATUS_READY, &priv->status)); in iwl_dbgfs_status_read()
|
| /linux-6.15/drivers/spi/ |
| H A D | spi-microchip-core-qspi.c | 73 #define STATUS_READY BIT(7) macro 378 (status & STATUS_READY), 0, in mchp_qspi_wait_for_ready()
|
| /linux-6.15/drivers/power/supply/ |
| H A D | bq24257_charger.c | 236 STATUS_READY, enumerator 312 else if (state.status == STATUS_READY) in bq24257_power_supply_get_property()
|
| /linux-6.15/drivers/block/ |
| H A D | floppy.c | 788 int state = status & (STATUS_READY | STATUS_DIR | STATUS_DMA); in is_ready_state() 789 return state == STATUS_READY; in is_ready_state() 877 if (fdc_inb(fdc, FD_STATUS) != STATUS_READY) in set_fdc() 1125 if (status & STATUS_READY) in wait_til_ready() 1171 status &= STATUS_DIR | STATUS_READY | STATUS_BUSY | STATUS_DMA; in result() 1172 if ((status & ~STATUS_BUSY) == STATUS_READY) { in result() 1177 if (status == (STATUS_DIR | STATUS_READY | STATUS_BUSY)) in result()
|