Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dfdreg.h35 #define STATUS_BUSY 0x10 /* FDC busy */ macro
/linux/include/video/
H A Dtdfx.h99 #define STATUS_BUSY BIT(9) macro
/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()
/linux/drivers/mmc/host/
H A Dsdricoh_cs.c59 #define STATUS_BUSY 0x40000000 macro
/linux/drivers/memstick/host/
H A Djmb38x_ms.c100 #define STATUS_BUSY 0x00080000 macro
/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
/linux/drivers/video/fbdev/
H A Dtdfxfb.c269 if ((tdfx_inl(par, STATUS) & STATUS_BUSY) == 0) in banshee_wait_idle()