Home
last modified time | relevance | path

Searched refs:STATUS_READY (Results 1 – 11 of 11) sorted by relevance

/linux/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()
/linux/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()
/linux/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()
/linux/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()
/linux/include/uapi/linux/
H A Dfdreg.h38 #define STATUS_READY 0x80 /* Data reg ready */ macro
/linux/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()
2042 clear_bit(STATUS_READY, &priv->status); in iwl_wimax_active()
H A Dscan.c48 if (!test_bit(STATUS_READY, &priv->status) || in iwl_send_scan_abort()
H A Ddebugfs.c359 test_bit(STATUS_READY, &priv->status)); in iwl_dbgfs_status_read()
/linux/drivers/power/supply/
H A Dbq24257_charger.c236 STATUS_READY, enumerator
312 else if (state.status == STATUS_READY) in bq24257_power_supply_get_property()