Home
last modified time | relevance | path

Searched refs:Idsts (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
DDwMmcHci.c1077 UINT32 Idsts; in BuildDmaDescTable() local
1200 Idsts = ~0; in BuildDmaDescTable()
1201 Status = DwMmcHcRwMmio (PciIo, Trb->Slot, DW_MMC_IDSTS, FALSE, sizeof (Idsts), &Idsts); in BuildDmaDescTable()
1686 UINT32 Idsts; local
1816 Status = DwMmcHcRwMmio (PciIo, Trb->Slot, DW_MMC_IDSTS, TRUE, sizeof (Idsts), &Idsts);
1820 } while ((Idsts & DW_MMC_IDSTS_RI) == 0);
1827 Status = DwMmcHcRwMmio (PciIo, Trb->Slot, DW_MMC_IDSTS, TRUE, sizeof (Idsts), &Idsts);
1831 } while ((Idsts & DW_MMC_IDSTS_TI) == 0);
1935 UINT32 Idsts; local
1943 … Status = DwMmcHcRwMmio (Private->PciIo, Trb->Slot, DW_MMC_IDSTS, TRUE, sizeof (Idsts), &Idsts);
[all …]