Home
last modified time | relevance | path

Searched refs:STATUS_READY (Results 1 - 25 of 30) sorted by relevance

12

/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dfloppy.h215 st &= STATUS_DMA | STATUS_READY; in floppy_hardint()
216 if (st != (STATUS_DMA | STATUS_READY)) in floppy_hardint()
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dfloppy.h215 st &= STATUS_DMA | STATUS_READY; in floppy_hardint()
216 if (st != (STATUS_DMA | STATUS_READY)) in floppy_hardint()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dfloppy.h65 st &= STATUS_DMA | STATUS_READY; in floppy_hardint()
66 if (st != (STATUS_DMA | STATUS_READY)) in floppy_hardint()
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dfloppy.h79 st &= STATUS_DMA | STATUS_READY; in floppy_hardint()
80 if (st != (STATUS_DMA | STATUS_READY)) in floppy_hardint()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dfloppy.h65 st &= STATUS_DMA | STATUS_READY; in floppy_hardint()
66 if (st != (STATUS_DMA | STATUS_READY)) in floppy_hardint()
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Dfloppy.h79 st &= STATUS_DMA | STATUS_READY; in floppy_hardint()
80 if (st != (STATUS_DMA | STATUS_READY)) in floppy_hardint()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dfloppy.h81 st &= STATUS_DMA | STATUS_READY; in floppy_hardint()
82 if (st != (STATUS_DMA | STATUS_READY)) in floppy_hardint()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dfloppy.h80 st &= STATUS_DMA | STATUS_READY; in floppy_hardint()
81 if (st != (STATUS_DMA | STATUS_READY)) in floppy_hardint()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dfdreg.h38 #define STATUS_READY 0x80 /* Data reg ready */ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dfdreg.h38 #define STATUS_READY 0x80 /* Data reg ready */ macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dfdreg.h34 #define STATUS_READY 0x80 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dfdreg.h34 #define STATUS_READY 0x80 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dfdreg.h22 #define STATUS_READY 0x80 macro
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dled.c112 if (!test_bit(STATUS_READY, &priv->status)) in iwl_led_cmd()
H A Dagn.h94 #define STATUS_READY 3 macro
405 return test_bit(STATUS_READY, &priv->status) && in iwl_is_ready()
H A Dmain.c852 set_bit(STATUS_READY, &priv->status); in iwl_alive_start()
1921 clear_bit(STATUS_READY, &priv->status); in iwlagn_fw_error()
2038 clear_bit(STATUS_READY, &priv->status); in iwl_wimax_active()
H A Dscan.c52 if (!test_bit(STATUS_READY, &priv->status) || in iwl_send_scan_abort()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dled.c107 if (!test_bit(STATUS_READY, &priv->status)) in iwl_led_cmd()
H A Dagn.h41 #define STATUS_READY 3 macro
352 return test_bit(STATUS_READY, &priv->status) && in iwl_is_ready()
H A Dmain.c846 set_bit(STATUS_READY, &priv->status); in iwl_alive_start()
1913 clear_bit(STATUS_READY, &priv->status); in iwlagn_fw_error()
2026 clear_bit(STATUS_READY, &priv->status); in iwl_wimax_active()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-microchip-core-qspi.c73 #define STATUS_READY BIT(7) macro
376 (status & STATUS_READY), 0, in mchp_qspi_wait_for_ready()
/kernel/linux/linux-5.10/drivers/power/supply/
H A Dbq24257_charger.c241 STATUS_READY, enumerator
317 else if (state.status == STATUS_READY) in bq24257_power_supply_get_property()
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dbq24257_charger.c241 STATUS_READY, enumerator
317 else if (state.status == STATUS_READY) in bq24257_power_supply_get_property()
/kernel/linux/linux-5.10/drivers/block/
H A Dfloppy.c789 int state = status & (STATUS_READY | STATUS_DIR | STATUS_DMA); in is_ready_state()
790 return state == STATUS_READY; in is_ready_state()
878 if (fdc_inb(fdc, FD_STATUS) != STATUS_READY) in set_fdc()
1122 if (status & STATUS_READY) in wait_til_ready()
1168 status &= STATUS_DIR | STATUS_READY | STATUS_BUSY | STATUS_DMA; in result()
1169 if ((status & ~STATUS_BUSY) == STATUS_READY) { in result()
1174 if (status == (STATUS_DIR | STATUS_READY | STATUS_BUSY)) in result()
/kernel/linux/linux-6.6/drivers/block/
H A Dfloppy.c789 int state = status & (STATUS_READY | STATUS_DIR | STATUS_DMA); in is_ready_state()
790 return state == STATUS_READY; in is_ready_state()
878 if (fdc_inb(fdc, FD_STATUS) != STATUS_READY) in set_fdc()
1122 if (status & STATUS_READY) in wait_til_ready()
1168 status &= STATUS_DIR | STATUS_READY | STATUS_BUSY | STATUS_DMA; in result()
1169 if ((status & ~STATUS_BUSY) == STATUS_READY) { in result()
1174 if (status == (STATUS_DIR | STATUS_READY | STATUS_BUSY)) in result()

Completed in 34 milliseconds

12