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);
991 u16 status;
1004 status = readw(addrbase + VIA_CRDR_SDSTATUS);
1005 if (!(status & VIA_CRDR_SDSTS_SLOTG)) {
1033 u32 status;
1066 status = readw(addrbase + VIA_CRDR_SDSTATUS);
1067 status &= VIA_CRDR_SDSTS_W1C_MASK;
1068 writew(status, addrbase + VIA_CRDR_SDSTATUS);
1070 status = readw(addrbase + VIA_CRDR_SDSTATUS2);
1071 status |= VIA_CRDR_SDSTS_CFE;
1072 writew(status, addrbase + VIA_CRDR_SDSTATUS2);
1233 u16 status;
1243 status = readw(addrbase + VIA_CRDR_SDSTATUS);
1244 status &= VIA_CRDR_SDSTS_W1C_MASK;
1245 writew(status, addrbase + VIA_CRDR_SDSTATUS);
1247 status = readw(addrbase + VIA_CRDR_SDSTATUS2);
1248 status |= VIA_CRDR_SDSTS_CFE;
1249 writew(status, addrbase + VIA_CRDR_SDSTATUS2);