Searched refs:SDHCI_HOST_CONTROL2 (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/sdhci/
H A Dsdhci_acpi.c206 old_timing = SDHCI_READ_2(bus, slot, SDHCI_HOST_CONTROL2);
223 SDHCI_WRITE_2(bus, slot, SDHCI_HOST_CONTROL2,
224 SDHCI_READ_2(bus, slot, SDHCI_HOST_CONTROL2) &
229 SDHCI_WRITE_2(bus, slot, SDHCI_HOST_CONTROL2,
230 SDHCI_READ_2(bus, slot, SDHCI_HOST_CONTROL2) |
H A Dsdhci.c229 RD2(slot, SDHCI_ACMD12_ERR), RD2(slot, SDHCI_HOST_CONTROL2));
1218 hostctrl2 = RD2(slot, SDHCI_HOST_CONTROL2);
1237 WR2(slot, SDHCI_HOST_CONTROL2, hostctrl2);
1298 hostctrl2 = RD2(slot, SDHCI_HOST_CONTROL2);
1304 WR2(slot, SDHCI_HOST_CONTROL2, hostctrl2);
1306 hostctrl2 = RD2(slot, SDHCI_HOST_CONTROL2);
1319 WR2(slot, SDHCI_HOST_CONTROL2, hostctrl2);
1321 hostctrl2 = RD2(slot, SDHCI_HOST_CONTROL2);
1470 hostctrl2 = RD2(slot, SDHCI_HOST_CONTROL2);
1475 WR2(slot, SDHCI_HOST_CONTROL2, hostctrl
[all...]
H A Dsdhci.h251 #define SDHCI_HOST_CONTROL2 0x3E macro
/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_sdhost.c900 case SDHCI_HOST_CONTROL2:
901 dprintf("%s: SDHCI_HOST_CONTROL2\n", __func__);
1132 case SDHCI_HOST_CONTROL2:
1133 dprintf("%s: SDHCI_HOST_CONTROL2 val=%04x\n" ,

Completed in 60 milliseconds