axe_ipgs          681 dev/usb/if_axe.c 	axe_cmd(sc, AXE_CMD_READ_IPG012, 0, 0, (void *)&sc->axe_ipgs);
axe_ipgs         1266 dev/usb/if_axe.c 		axe_cmd(sc, AXE_178_CMD_WRITE_IPG012, sc->axe_ipgs[2],
axe_ipgs         1267 dev/usb/if_axe.c 		    (sc->axe_ipgs[1] << 8) | (sc->axe_ipgs[0]), NULL);
axe_ipgs         1269 dev/usb/if_axe.c 		axe_cmd(sc, AXE_172_CMD_WRITE_IPG0, 0, sc->axe_ipgs[0], NULL);
axe_ipgs         1270 dev/usb/if_axe.c 		axe_cmd(sc, AXE_172_CMD_WRITE_IPG1, 0, sc->axe_ipgs[1], NULL);
axe_ipgs         1271 dev/usb/if_axe.c 		axe_cmd(sc, AXE_172_CMD_WRITE_IPG2, 0, sc->axe_ipgs[2], NULL);
axe_ipgs          223 dev/usb/if_axereg.h 	unsigned char		axe_ipgs[3];