Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/devices/
H A Dlart.c98 #define STATUS_BUSY 0x00800080 /* Write State Machine Status (WSMS) */ macro
343 while ((~status & STATUS_BUSY) != 0); in erase_block()
488 while ((~status & STATUS_BUSY) != 0); in write_dword()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfdreg.h35 #define STATUS_BUSY 0x10 /* FDC busy */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfdreg.h33 #define STATUS_BUSY 0x10 /* FDC busy */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfdreg.h33 #define STATUS_BUSY 0x10 /* FDC busy */ macro
/OK3568_Linux_fs/kernel/drivers/char/pcmcia/
H A Dscr24x_cs.c32 #define STATUS_BUSY 0x80 macro
65 if (!(status & STATUS_BUSY)) in scr24x_wait_ready()
/OK3568_Linux_fs/kernel/include/video/
H A Dtdfx.h99 #define STATUS_BUSY BIT(9) macro
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-spear.c77 #define STATUS_BUSY (PEND_WR_TIME | PEND_WR_DATE) macro
146 if ((status & STATUS_BUSY) == 0) in rtc_wait_not_busy()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Ddc395x.h209 #define STATUS_BUSY 0x08 macro
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dspinand.h168 #define STATUS_BUSY BIT(0) macro
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dspinand.h161 #define STATUS_BUSY BIT(0) macro
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdricoh_cs.c59 #define STATUS_BUSY 0x40000000 macro
H A Dmeson-gx-mmc.c85 #define STATUS_BUSY BIT(31) macro
1008 !(status & (STATUS_BUSY | STATUS_DESC_BUSY)), in meson_mmc_wait_desc_stop()
/OK3568_Linux_fs/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()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/spi/
H A Dcore.c476 if (!(status & STATUS_BUSY)) in spinand_wait()
492 return status & STATUS_BUSY ? -ETIMEDOUT : 0; in spinand_wait()
/OK3568_Linux_fs/kernel/drivers/memstick/host/
H A Djmb38x_ms.c100 #define STATUS_BUSY 0x00080000 macro
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dtdfxfb.c270 if ((tdfx_inl(par, STATUS) & STATUS_BUSY) == 0) in banshee_wait_idle()