Searched refs:SDHCI_HOST_CONTROL2 (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/sdhci/ |
H A D | sdhci_acpi.c | 203 old_timing = SDHCI_READ_2(bus, slot, SDHCI_HOST_CONTROL2); in sdhci_acpi_set_uhs_timing() 220 SDHCI_WRITE_2(bus, slot, SDHCI_HOST_CONTROL2, in sdhci_acpi_set_uhs_timing() 221 SDHCI_READ_2(bus, slot, SDHCI_HOST_CONTROL2) & in sdhci_acpi_set_uhs_timing() 226 SDHCI_WRITE_2(bus, slot, SDHCI_HOST_CONTROL2, in sdhci_acpi_set_uhs_timing() 227 SDHCI_READ_2(bus, slot, SDHCI_HOST_CONTROL2) | in sdhci_acpi_set_uhs_timing()
|
H A D | sdhci_xenon.c | 166 hostctrl2 = sdhci_xenon_read_2(brdev, slot, SDHCI_HOST_CONTROL2); in sdhci_xenon_set_uhs_timing() 187 sdhci_xenon_write_2(brdev, slot, SDHCI_HOST_CONTROL2, hostctrl2); in sdhci_xenon_set_uhs_timing() 396 hostctrl2 = bus_read_2(sc->mem_res, SDHCI_HOST_CONTROL2); in sdhci_xenon_switch_vccq() 402 bus_write_2(sc->mem_res, SDHCI_HOST_CONTROL2, hostctrl2); in sdhci_xenon_switch_vccq() 424 hostctrl2 = bus_read_2(sc->mem_res, SDHCI_HOST_CONTROL2); in sdhci_xenon_switch_vccq() 435 bus_write_2(sc->mem_res, SDHCI_HOST_CONTROL2, hostctrl2); in sdhci_xenon_switch_vccq() 457 hostctrl2 = bus_read_2(sc->mem_res, SDHCI_HOST_CONTROL2); in sdhci_xenon_switch_vccq()
|
H A D | sdhci.c | 247 RD2(slot, SDHCI_ACMD12_ERR), RD2(slot, SDHCI_HOST_CONTROL2)); in sdhci_dumpregs_buf() 1341 hostctrl2 = RD2(slot, SDHCI_HOST_CONTROL2); 1360 WR2(slot, SDHCI_HOST_CONTROL2, hostctrl2); 1422 hostctrl2 = RD2(slot, SDHCI_HOST_CONTROL2); 1428 WR2(slot, SDHCI_HOST_CONTROL2, hostctrl2); 1430 hostctrl2 = RD2(slot, SDHCI_HOST_CONTROL2); 1443 WR2(slot, SDHCI_HOST_CONTROL2, hostctrl2); 1445 hostctrl2 = RD2(slot, SDHCI_HOST_CONTROL2); 1596 hostctrl2 = RD2(slot, SDHCI_HOST_CONTROL2); 1601 WR2(slot, SDHCI_HOST_CONTROL2, hostctrl2 | SDHCI_CTRL2_EXEC_TUNING); [all …]
|
H A D | sdhci.h | 249 #define SDHCI_HOST_CONTROL2 0x3E macro
|
H A D | sdhci_fsl_fdt.c | 532 case SDHCI_HOST_CONTROL2: in sdhci_fsl_fdt_write_2()
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_sdhost.c | 898 case SDHCI_HOST_CONTROL2: in bcm_sdhost_read_2() 1130 case SDHCI_HOST_CONTROL2: in bcm_sdhost_write_2()
|