Home
last modified time | relevance | path

Searched refs:HOST_PORTS_IMPL (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/ata/
H A Dahci.h74 HOST_PORTS_IMPL = 0x0c, /* bitmap of implemented ports */ enumerator
H A Dahci_imx.c1144 * Configure the HWINIT bits of the HOST_CAP and HOST_PORTS_IMPL, in imx_ahci_probe()
1155 reg_val = readl(hpriv->mmio + HOST_PORTS_IMPL); in imx_ahci_probe()
1158 writel(reg_val, hpriv->mmio + HOST_PORTS_IMPL); in imx_ahci_probe()
H A Dahci_brcm.c221 impl = readl(hpriv->mmio + HOST_PORTS_IMPL); in brcm_ahci_get_portmask()
H A Dlibahci.c437 hpriv->saved_port_map = port_map = readl(mmio + HOST_PORTS_IMPL); in ahci_save_initial_config()
577 writel(hpriv->saved_port_map, mmio + HOST_PORTS_IMPL); in ahci_restore_initial_config()
578 (void) readl(mmio + HOST_PORTS_IMPL); /* flush */ in ahci_restore_initial_config()
/kernel/linux/linux-6.6/drivers/ata/
H A Dahci_brcm.c222 impl = readl(hpriv->mmio + HOST_PORTS_IMPL); in brcm_ahci_get_portmask()
H A Dahci.h73 HOST_PORTS_IMPL = 0x0c, /* bitmap of implemented ports */ enumerator
H A Dahci_imx.c1149 * Configure the HWINIT bits of the HOST_CAP and HOST_PORTS_IMPL, in imx_ahci_probe()
1160 reg_val = readl(hpriv->mmio + HOST_PORTS_IMPL); in imx_ahci_probe()
1163 writel(reg_val, hpriv->mmio + HOST_PORTS_IMPL); in imx_ahci_probe()
H A Dlibahci.c535 port_map = readl(mmio + HOST_PORTS_IMPL); in ahci_save_initial_config()
630 writel(hpriv->saved_port_map, mmio + HOST_PORTS_IMPL); in ahci_restore_initial_config()
631 (void) readl(mmio + HOST_PORTS_IMPL); /* flush */ in ahci_restore_initial_config()

Completed in 15 milliseconds