Searched refs:davbus_softc (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/sound/macio/ |
H A D | davbus.c | 59 struct davbus_softc { struct 67 u_int (*read_status)(struct davbus_softc *, u_int); argument 68 void (*set_outputs)(struct davbus_softc *, u_int); argument 118 static void burgundy_write_locked(struct davbus_softc *, u_int, u_int); 119 static void burgundy_set_outputs(struct davbus_softc *d, u_int mask); 120 static u_int burgundy_read_status(struct davbus_softc *d, u_int status); 139 struct davbus_softc *d; in burgundy_init() 203 burgundy_write_locked(struct davbus_softc *d, u_int reg, u_int val) in burgundy_write_locked() 229 burgundy_set_outputs(struct davbus_softc *d, u_int mask) in burgundy_set_outputs() 263 burgundy_read_status(struct davbus_softc *d, u_int status) in burgundy_read_status() [all …]
|