Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/fdt/
Dqcpwm.c69 struct qcpwm_softc { struct
86 sizeof(struct qcpwm_softc), qcpwm_match, qcpwm_attach argument
93 uint8_t qcpwm_read(struct qcpwm_softc *, uint16_t);
94 void qcpwm_write(struct qcpwm_softc *, uint16_t, uint8_t);
110 struct qcpwm_softc *sc = (struct qcpwm_softc *)self; in qcpwm_attach()
138 struct qcpwm_softc *sc = cookie; in qcpwm_get_state()
184 struct qcpwm_softc *sc = cookie; in qcpwm_set_state()
283 qcpwm_read(struct qcpwm_softc *sc, uint16_t reg) in qcpwm_read()
297 qcpwm_write(struct qcpwm_softc *sc, uint16_t reg, uint8_t val) in qcpwm_write()