Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/fdt/
Dcwfg.c84 struct cwfg_softc { struct
99 int cwfg_init(struct cwfg_softc *); argument
100 int cwfg_set_config(struct cwfg_softc *);
101 int cwfg_lock(struct cwfg_softc *);
102 void cwfg_unlock(struct cwfg_softc *);
103 int cwfg_read(struct cwfg_softc *, uint8_t, uint8_t *);
104 int cwfg_write(struct cwfg_softc *, uint8_t, uint8_t);
108 sizeof(struct cwfg_softc), cwfg_match, cwfg_attach
145 struct cwfg_softc *sc = (struct cwfg_softc *)self; in cwfg_attach()
215 cwfg_init(struct cwfg_softc *sc) in cwfg_init()
[all …]