Lines Matching +full:multi +full:- +full:socket
1 // SPDX-License-Identifier: GPL-2.0+
3 * (C) Copyright 2000-2006
10 * m8xx_pcmcia.c - Linux PCMCIA socket driver for the mpc8xx series.
11 * (C) 1999-2000 Magnus Damm <damm@bitsmart.com>
13 * "The ExCA standard specifies that socket controllers should provide
14 * two IO and five memory windows per socket, which can be independently
16 * arbitrary segments of card address space. " - David A Hinds. 1999
24 * - no offset register. sigh.
45 /* -------------------------------------------------------------------- */
74 "PCMCIA sub-system",
75 "on - power on PCMCIA socket\n"
76 "pinit off - power off PCMCIA socket"
81 /* -------------------------------------------------------------------- */
110 puts (" Multi-Function"); in print_funcid()
218 if (t == &id_str[MAX_IDENT_CHARS-1]) { in identify()
228 while (--t > id_str) { in identify()
266 while ((p - start) < MAX_TUPEL_SZ) { in check_ide_device()
329 /* set I/O area in config reg -> only valid for ARGOSY D5!!! */ in check_ide_device()
336 printf("Socket and Copy Register: %02x\n", readb(addr + config_base + 6)); in check_ide_device()