Home
last modified time | relevance | path

Searched refs:as3722_write (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/arm/nvidia/
H A Das3722.h284 #define WR1(sc, reg, val) as3722_write(sc, reg, val)
288 int as3722_write(struct as3722_softc *sc, uint8_t reg, uint8_t val);
H A Das3722.c125 as3722_write(struct as3722_softc *sc, uint8_t reg, uint8_t val) in as3722_write() function
183 rv = as3722_write(sc, reg, val); in as3722_modify()