Home
last modified time | relevance | path

Searched refs:WR1 (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/crypto/tpm/
H A Dtpm20.h160 WR1(struct tpm_sc *sc, bus_size_t off, uint8_t val) in WR1() function
181 WR1(sc, off, RD1(sc, off) | val); in OR1()
H A Dtpm_tis.c202 WR1(sc, TPM_INT_VECTOR, channel); in tpmtis_get_SIRQ_channel()
329 WR1(sc, TPM_DATA_FIFO, *buf++); in tpmtis_write_bytes()
349 WR1(sc, TPM_ACCESS, TPM_ACCESS_LOC_REQ); in tpmtis_request_locality()
/dragonfly/sys/dev/disk/sdhci/
H A Dsdhci.c75 #define WR1(slot, off, val) SDHCI_WRITE_1((slot)->bus, (slot), (off), (val)) macro
197 WR1(slot, SDHCI_SOFTWARE_RESET, mask); in sdhci_reset()
358 WR1(slot, SDHCI_POWER_CONTROL, pwr); in sdhci_set_power()
376 WR1(slot, SDHCI_POWER_CONTROL, pwr); in sdhci_set_power()
379 WR1(slot, SDHCI_POWER_CONTROL, pwr); in sdhci_set_power()
984 WR1(slot, SDHCI_HOST_CONTROL, slot->hostctrl); in sdhci_generic_update_ios()
1285 WR1(slot, SDHCI_TIMEOUT_CONTROL, div); in sdhci_start_data()
1348 WR1(slot, SDHCI_HOST_CONTROL, slot->hostctrl); in sdhci_start_data()
1371 WR1(slot, SDHCI_HOST_CONTROL, slot->hostctrl); in sdhci_start_data()
1530 WR1(slot, SDHCI_HOST_CONTROL, slot->hostctrl |= SDHCI_CTRL_LED); in sdhci_generic_acquire_host()
[all …]