Searched refs:MVSD_NOR_TX_AVAIL (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mmc/host/
H A Dmvsdio.h146 #define MVSD_NOR_TX_AVAIL (1 << 4) macro
H A Dmvsdio.c188 intr |= MVSD_NOR_TX_AVAIL;
408 (MVSD_NOR_TX_AVAIL | MVSD_NOR_TX_FIFO_8W))) {
417 while (s >= 4 && (intr_status & MVSD_NOR_TX_AVAIL)) {
424 if (s && (intr_status & MVSD_NOR_TX_AVAIL)) {
434 ~(MVSD_NOR_TX_AVAIL | MVSD_NOR_TX_FIFO_8W);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mmc/host/
H A Dmvsdio.h146 #define MVSD_NOR_TX_AVAIL (1 << 4) macro
H A Dmvsdio.c188 intr |= MVSD_NOR_TX_AVAIL;
408 (MVSD_NOR_TX_AVAIL | MVSD_NOR_TX_FIFO_8W))) {
417 while (s >= 4 && (intr_status & MVSD_NOR_TX_AVAIL)) {
424 if (s && (intr_status & MVSD_NOR_TX_AVAIL)) {
434 ~(MVSD_NOR_TX_AVAIL | MVSD_NOR_TX_FIFO_8W);

Completed in 67 milliseconds