Home
last modified time | relevance | path

Searched refs:STATUS_BUSY (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dfdreg.h35 #define STATUS_BUSY 0x10 /* FDC busy */ macro
/openbmc/linux/include/video/
H A Dtdfx.h99 #define STATUS_BUSY BIT(9) macro
/openbmc/linux/drivers/rtc/
H A Drtc-spear.c74 #define STATUS_BUSY (PEND_WR_TIME | PEND_WR_DATE) macro
143 if ((status & STATUS_BUSY) == 0) in rtc_wait_not_busy()
/openbmc/u-boot/drivers/axi/
H A Dihs_axi.c90 STATUS_BUSY = BIT(6), enumerator
/openbmc/u-boot/include/linux/mtd/
H A Dspinand.h138 #define STATUS_BUSY BIT(0) macro
/openbmc/linux/drivers/mtd/nand/spi/
H A Dcore.c509 ret = spi_mem_poll_status(spinand->spimem, &op, STATUS_BUSY, 0, in spinand_wait()
517 if (!(status & STATUS_BUSY)) in spinand_wait()
532 return status & STATUS_BUSY ? -ETIMEDOUT : 0; in spinand_wait()
/openbmc/linux/include/linux/mtd/
H A Dspinand.h161 #define STATUS_BUSY BIT(0) macro
/openbmc/linux/drivers/mmc/host/
H A Dsdricoh_cs.c59 #define STATUS_BUSY 0x40000000 macro
H A Dmeson-gx-mmc.c88 #define STATUS_BUSY BIT(31) macro
1019 !(status & (STATUS_BUSY | STATUS_DESC_BUSY)), in meson_mmc_wait_desc_stop()
/openbmc/u-boot/drivers/mtd/nand/spi/
H A Dcore.c430 if (!(status & STATUS_BUSY)) in spinand_wait()
446 return status & STATUS_BUSY ? -ETIMEDOUT : 0; in spinand_wait()
/openbmc/linux/drivers/memstick/host/
H A Djmb38x_ms.c100 #define STATUS_BUSY 0x00080000 macro
/openbmc/linux/drivers/block/
H A Dfloppy.c1168 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()
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_reg.h_shipped881 #define STATUS_BUSY 0x08
H A Daic79xx_reg.h_shipped1761 #define STATUS_BUSY 0x08
H A Daic7xxx.reg1747 const STATUS_BUSY 0x08
H A Daic7xxx.seq554 mvi STATUS_BUSY call target_outb;
H A Daic79xx.reg4249 const STATUS_BUSY 0x08
/openbmc/linux/drivers/video/fbdev/
H A Dtdfxfb.c269 if ((tdfx_inl(par, STATUS) & STATUS_BUSY) == 0) in banshee_wait_idle()