Searched refs:SDHCI_HOST_CONTROL2 (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/dev/sdhci/ |
| D | sdhci_acpi.c | 206 old_timing = SDHCI_READ_2(bus, slot, SDHCI_HOST_CONTROL2); in sdhci_acpi_set_uhs_timing() 223 SDHCI_WRITE_2(bus, slot, SDHCI_HOST_CONTROL2, in sdhci_acpi_set_uhs_timing() 224 SDHCI_READ_2(bus, slot, SDHCI_HOST_CONTROL2) & in sdhci_acpi_set_uhs_timing() 229 SDHCI_WRITE_2(bus, slot, SDHCI_HOST_CONTROL2, in sdhci_acpi_set_uhs_timing() 230 SDHCI_READ_2(bus, slot, SDHCI_HOST_CONTROL2) | in sdhci_acpi_set_uhs_timing()
|
| D | sdhci.c | 224 RD2(slot, SDHCI_ACMD12_ERR), RD2(slot, SDHCI_HOST_CONTROL2)); in sdhci_dumpregs() 1243 hostctrl2 = RD2(slot, SDHCI_HOST_CONTROL2); 1262 WR2(slot, SDHCI_HOST_CONTROL2, hostctrl2); 1323 hostctrl2 = RD2(slot, SDHCI_HOST_CONTROL2); 1329 WR2(slot, SDHCI_HOST_CONTROL2, hostctrl2); 1331 hostctrl2 = RD2(slot, SDHCI_HOST_CONTROL2); 1344 WR2(slot, SDHCI_HOST_CONTROL2, hostctrl2); 1346 hostctrl2 = RD2(slot, SDHCI_HOST_CONTROL2); 1495 hostctrl2 = RD2(slot, SDHCI_HOST_CONTROL2); 1500 WR2(slot, SDHCI_HOST_CONTROL2, hostctrl2 | SDHCI_CTRL2_EXEC_TUNING); [all …]
|
| D | sdhci.h | 251 #define SDHCI_HOST_CONTROL2 0x3E macro
|
| /freebsd-12-stable/sys/arm/broadcom/bcm2835/ |
| D | bcm2835_sdhost.c | 905 case SDHCI_HOST_CONTROL2: in bcm_sdhost_read_2() 1137 case SDHCI_HOST_CONTROL2: in bcm_sdhost_write_2()
|