Searched refs:as3722_read (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/arm/nvidia/
H A Das3722.h283 #define RD1(sc, reg, val) as3722_read(sc, reg, val)
287 int as3722_read(struct as3722_softc *sc, uint8_t reg, uint8_t *val);
H A Das3722.c77 as3722_read(struct as3722_softc *sc, uint8_t reg, uint8_t *val) function
176 rv = as3722_read(sc, reg, &val);

Completed in 99 milliseconds