Lines Matching refs:status

112  * WP : SD card Write Protect status
114 * SLOTG : SD SLOT status(Gpi pin status)
115 * MBD : Multiple Blocks transfer Done interrupt status
116 * BDD : Block Data transfer Done interrupt status
120 * CRD : Command-Response transfer Done interrupt status
121 * CRTO : Command-Response response TimeOut interrupt status
122 * ASCRDIE : Auto Stop Command-Response transfer Done interrupt status
123 * DT : Data access Timeout interrupt status
124 * SC : reSponse CRC error interrupt status
125 * RC : Read data CRC error interrupt status
126 * WC : Write data CRC error interrupt status
666 u16 status;
675 status = readw(host->sdhc_mmiobase + VIA_CRDR_SDSTATUS);
676 status &= VIA_CRDR_SDSTS_W1C_MASK;
677 writew(status, host->sdhc_mmiobase + VIA_CRDR_SDSTATUS);
682 status = readw(host->sdhc_mmiobase + VIA_CRDR_SDSTATUS);
683 if (!(status & VIA_CRDR_SDSTS_SLOTG) || host->reject) {
784 u16 status;
790 status = readw(host->sdhc_mmiobase + VIA_CRDR_SDSTATUS);
794 return !(status & VIA_CRDR_SDSTS_WP);
989 u16 status;
1002 status = readw(addrbase + VIA_CRDR_SDSTATUS);
1003 if (!(status & VIA_CRDR_SDSTS_SLOTG)) {
1031 u32 status;
1063 status = readw(addrbase + VIA_CRDR_SDSTATUS);
1064 status &= VIA_CRDR_SDSTS_W1C_MASK;
1065 writew(status, addrbase + VIA_CRDR_SDSTATUS);
1067 status = readw(addrbase + VIA_CRDR_SDSTATUS2);
1068 status |= VIA_CRDR_SDSTS_CFE;
1069 writew(status, addrbase + VIA_CRDR_SDSTATUS2);
1228 u16 status;
1238 status = readw(addrbase + VIA_CRDR_SDSTATUS);
1239 status &= VIA_CRDR_SDSTS_W1C_MASK;
1240 writew(status, addrbase + VIA_CRDR_SDSTATUS);
1242 status = readw(addrbase + VIA_CRDR_SDSTATUS2);
1243 status |= VIA_CRDR_SDSTS_CFE;
1244 writew(status, addrbase + VIA_CRDR_SDSTATUS2);