Home
last modified time | relevance | path

Searched defs:WR1 (Results 1 – 2 of 2) 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
/dragonfly/sys/dev/disk/sdhci/
H A Dsdhci.c75 #define WR1(slot, off, val) SDHCI_WRITE_1((slot)->bus, (slot), (off), (val)) macro