Searched refs:WRERR_STAT (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/block/
H A Dhd.c83 #define WRERR_STAT 0x20 macro
111 #define OK_STATUS(s) (((s)&(STAT_OK|(BUSY_STAT|WRERR_STAT|ERR_STAT)))==STAT_OK)
217 if (stat & WRERR_STAT) printk("WriteFault ");
282 if (status & WRERR_STAT)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/block/
H A Dhd.c83 #define WRERR_STAT 0x20 macro
111 #define OK_STATUS(s) (((s)&(STAT_OK|(BUSY_STAT|WRERR_STAT|ERR_STAT)))==STAT_OK)
217 if (stat & WRERR_STAT) printk("WriteFault ");
282 if (status & WRERR_STAT)

Completed in 108 milliseconds