Home
last modified time | relevance | path

Searched defs:WR1 (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/iicbus/pmic/
HDact8846.h48 #define WR1(sc, reg, val) act8846_write(sc, reg, val) macro
/freebsd-13-stable/sys/dev/hdmi/
HDdwc_hdmi.h52 WR1(struct dwc_hdmi_softc *sc, bus_size_t off, uint8_t val) in WR1() function
/freebsd-13-stable/sys/dev/tpm/
HDtpm20.h159 WR1(struct tpm_sc *sc, bus_size_t off, uint8_t val) in WR1() function
/freebsd-13-stable/sys/arm64/nvidia/tegra210/
HDmax77620.h225 #define WR1(sc, reg, val) max77620_write(sc, reg, val) macro
/freebsd-13-stable/sys/arm/broadcom/bcm2835/
HDbcm2835_sdhost.c283 WR1(struct bcm_sdhost_softc *sc, bus_size_t off, uint8_t val) in WR1() function
/freebsd-13-stable/sys/arm/nvidia/
HDas3722.h284 #define WR1(sc, reg, val) as3722_write(sc, reg, val) macro
/freebsd-13-stable/sys/dev/sdhci/
HDsdhci.c87 #define WR1(slot, off, val) SDHCI_WRITE_1((slot)->bus, (slot), (off), (val)) macro