Home
last modified time | relevance | path

Searched refs:sc_ipgs (Results 1 - 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_axe.c631 sc->sc_ipgs[0] = 0x15; in axe_attach_post()
632 sc->sc_ipgs[1] = 0x16; in axe_attach_post()
633 sc->sc_ipgs[2] = 0x1A; in axe_attach_post()
635 axe_cmd(sc, AXE_CMD_READ_IPG012, 0, 0, sc->sc_ipgs); in axe_attach_post()
1023 axe_cmd(sc, AXE_178_CMD_WRITE_IPG012, sc->sc_ipgs[2], in axe_init()
1024 (sc->sc_ipgs[1] << 8) | (sc->sc_ipgs[0]), NULL); in axe_init()
1027 axe_cmd(sc, AXE_172_CMD_WRITE_IPG0, 0, sc->sc_ipgs[0], NULL); in axe_init()
1028 axe_cmd(sc, AXE_172_CMD_WRITE_IPG1, 0, sc->sc_ipgs[1], NULL); in axe_init()
1029 axe_cmd(sc, AXE_172_CMD_WRITE_IPG2, 0, sc->sc_ipgs[ in axe_init()
[all...]
H A Dif_axgereg.h177 uint8_t sc_ipgs[3]; member
H A Dif_axereg.h368 uint8_t sc_ipgs[3]; member

Completed in 4 milliseconds