Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dfdreg.h35 #define STATUS_BUSY 0x10 /* FDC busy */ macro
/linux-6.3-rc2/drivers/char/pcmcia/
A Dscr24x_cs.c32 #define STATUS_BUSY 0x80 macro
65 if (!(status & STATUS_BUSY)) in scr24x_wait_ready()
/linux-6.3-rc2/include/video/
A Dtdfx.h99 #define STATUS_BUSY BIT(9) macro
/linux-6.3-rc2/drivers/rtc/
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()
/linux-6.3-rc2/include/linux/mtd/
A Dspinand.h161 #define STATUS_BUSY BIT(0) macro
/linux-6.3-rc2/drivers/mtd/nand/spi/
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()
/linux-6.3-rc2/drivers/mmc/host/
A Dsdricoh_cs.c59 #define STATUS_BUSY 0x40000000 macro
A Dmeson-gx-mmc.c88 #define STATUS_BUSY BIT(31) macro
1044 !(status & (STATUS_BUSY | STATUS_DESC_BUSY)), in meson_mmc_wait_desc_stop()
/linux-6.3-rc2/drivers/memstick/host/
A Djmb38x_ms.c100 #define STATUS_BUSY 0x00080000 macro
/linux-6.3-rc2/drivers/scsi/aic7xxx/
A Daic7xxx_reg.h_shipped881 #define STATUS_BUSY 0x08
A Daic7xxx.reg1747 const STATUS_BUSY 0x08
A Daic79xx_reg.h_shipped1761 #define STATUS_BUSY 0x08
A Daic7xxx.seq554 mvi STATUS_BUSY call target_outb;
A Daic79xx.reg4249 const STATUS_BUSY 0x08
/linux-6.3-rc2/drivers/block/
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()
/linux-6.3-rc2/drivers/video/fbdev/
A Dtdfxfb.c269 if ((tdfx_inl(par, STATUS) & STATUS_BUSY) == 0) in banshee_wait_idle()

Completed in 60 milliseconds