Home | History | Annotate | Download | only in ic

Lines Matching defs:socket

233 	int i, reg, chip, socket;
246 socket = i % 2;
250 h->socket = socket;
251 h->sock = chip * PCIC_CHIP_OFFSET + socket * PCIC_SOCKET_OFFSET;
261 if (socket == 0) {
273 if (socket == 0 ||
279 * During the socket probe, read the ident register
285 DPRINTF(("socket %d ident reg 0x%02x\n", i, reg));
287 DPRINTF(("socket %d ident reg 0x%02x\n", i, reg));
300 /* disable interrupts and leave socket in reset */
306 /* power down the socket */
329 aprint_normal("socket A only\n");
331 aprint_normal("socket B only\n");
389 * attach a socket -- we don't know about irqs yet
405 /* now, config one pcmcia device per socket */
412 locs[PCMCIABUSCF_SOCKET] = h->socket;
439 * finishing attaching the socket. Interrupts may now be on
449 DPRINTF(("%s: attach finish socket %ld\n", device_xname(h->ph_parent),
486 DPRINTF(("%s: socket %02x was suspended\n",
511 snprintf(cs, sizeof(cs), "%d,%d", h->chip, h->socket);
637 aprint_normal(" controller %d socket %d", h->chip, h->socket);
789 /* reset the socket */
794 /* power down the socket */
1355 /* power up the socket */
1419 /* disable socket: negate output enable bit and power off */