Home | History | Annotate | Download | only in dev

Lines Matching defs:socket

131 	/* Socket status */
140 bus_space_tag_t sc_bustag; /* socket control io */
466 printf(" socket %d", td->td_slot);
641 * Power down the socket and disable access
665 /* Power down the socket to reset it */
742 unsigned int socket;
762 if ((socket = ffs(sc->sc_events)) == 0) {
767 socket--;
768 sc->sc_events &= ~(1 << socket);
771 if (socket >= TS102_NUM_SLOTS) {
774 device_xname(sc->sc_dev), socket);
779 td = &sc->sc_slot[socket];
786 tslot_update_lcd(sc, socket, 1);
792 tslot_update_lcd(sc, socket, 0);
882 printf("%s: interrupt on socket %d ir %x sts %x\n",
1020 tslot_update_lcd(struct tslot_softc *sc, int socket, int status)
1024 int mask = 1 << socket;