Searched refs:axe_ipgs (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/usb/ |
H A D | if_axe.c | 119 uint8_t axe_ipgs[3]; member 956 sc->axe_ipgs[0] = AXE_IPG0_DEFAULT; in axe_attach() 957 sc->axe_ipgs[1] = AXE_IPG1_DEFAULT; in axe_attach() 958 sc->axe_ipgs[2] = AXE_IPG2_DEFAULT; in axe_attach() 960 if (axe_cmd(sc, AXE_CMD_READ_IPG012, 0, 0, sc->axe_ipgs)) { in axe_attach() 1224 axe_cmd(sc, AXE_172_CMD_WRITE_IPG0, 0, sc->axe_ipgs[0], NULL); in axe_uno_init() 1225 axe_cmd(sc, AXE_172_CMD_WRITE_IPG1, 0, sc->axe_ipgs[1], NULL); in axe_uno_init() 1226 axe_cmd(sc, AXE_172_CMD_WRITE_IPG2, 0, sc->axe_ipgs[2], NULL); in axe_uno_init() 1229 axe_cmd(sc, AXE_178_CMD_WRITE_IPG012, sc->axe_ipgs[2], in axe_uno_init() 1230 (sc->axe_ipgs[1] << 8) | (sc->axe_ipgs[0]), NULL); in axe_uno_init()
|