Lines Matching refs:ioaddr
457 scratch = readb(host->ioaddr + 0xC0); in jmicron_enable_mmc()
464 writeb(scratch, host->ioaddr + 0xC0); in jmicron_enable_mmc()
472 version = readl(slot->host->ioaddr + SDHCI_HOST_VERSION); in jmicron_probe_slot()
599 u8 board_rev = readb(slot->host->ioaddr + SYSKT_BOARD_REV); in syskt_probe_slot()
600 u8 chip_rev = readb(slot->host->ioaddr + SYSKT_CHIP_REV); in syskt_probe_slot()
608 writeb(SYSKT_POWER_330, slot->host->ioaddr + SYSKT_POWER_DATA); in syskt_probe_slot()
609 writeb(SYSKT_POWER_START, slot->host->ioaddr + SYSKT_POWER_CMD); in syskt_probe_slot()
613 ps = readw(slot->host->ioaddr + SYSKT_POWER_STATUS); in syskt_probe_slot()
621 writeb(0, slot->host->ioaddr + SYSKT_POWER_CMD); in syskt_probe_slot()
1464 host->ioaddr = pci_ioremap_bar(pdev, bar); in sdhci_pci_probe_slot()
1465 if (!host->ioaddr) { in sdhci_pci_probe_slot()
1524 iounmap(host->ioaddr); in sdhci_pci_probe_slot()
1547 scratch = readl(slot->host->ioaddr + SDHCI_INT_STATUS); in sdhci_pci_remove_slot()