sys/dev/fdt/cwfg.c
100
int cwfg_set_config(struct cwfg_softc *);
sys/dev/fdt/cwfg.c
101
int cwfg_lock(struct cwfg_softc *);
sys/dev/fdt/cwfg.c
102
void cwfg_unlock(struct cwfg_softc *);
sys/dev/fdt/cwfg.c
103
int cwfg_read(struct cwfg_softc *, uint8_t, uint8_t *);
sys/dev/fdt/cwfg.c
104
int cwfg_write(struct cwfg_softc *, uint8_t, uint8_t);
sys/dev/fdt/cwfg.c
108
sizeof(struct cwfg_softc), cwfg_match, cwfg_attach
sys/dev/fdt/cwfg.c
145
struct cwfg_softc *sc = (struct cwfg_softc *)self;
sys/dev/fdt/cwfg.c
215
cwfg_init(struct cwfg_softc *sc)
sys/dev/fdt/cwfg.c
255
cwfg_set_config(struct cwfg_softc *sc)
sys/dev/fdt/cwfg.c
315
struct cwfg_softc *sc = arg;
sys/dev/fdt/cwfg.c
389
cwfg_lock(struct cwfg_softc *sc)
sys/dev/fdt/cwfg.c
395
cwfg_unlock(struct cwfg_softc *sc)
sys/dev/fdt/cwfg.c
401
cwfg_read(struct cwfg_softc *sc, uint8_t reg, uint8_t *val)
sys/dev/fdt/cwfg.c
407
cwfg_write(struct cwfg_softc *sc, uint8_t reg, uint8_t val)
sys/dev/fdt/cwfg.c
99
int cwfg_init(struct cwfg_softc *);