Lines Matching refs:intmask
834 static void via_sdc_cmd_isr(struct via_crdr_mmc_host *host, u16 intmask)
836 BUG_ON(intmask == 0);
841 mmc_hostname(host->mmc), intmask);
845 if (intmask & VIA_CRDR_SDSTS_CRTO)
847 else if (intmask & VIA_CRDR_SDSTS_SC)
852 else if (intmask & VIA_CRDR_SDSTS_CRD)
856 static void via_sdc_data_isr(struct via_crdr_mmc_host *host, u16 intmask)
858 BUG_ON(intmask == 0);
863 if (intmask & VIA_CRDR_SDSTS_DT)
865 else if (intmask & (VIA_CRDR_SDSTS_RC | VIA_CRDR_SDSTS_WC))