Searched refs:PCMCIA (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/pcmcia/
H A Dfdomain_core.c1 #define PCMCIA 1 macro
H A Daha152x_core.c1 #define PCMCIA 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/amiga/
H A Damiints.c86 /* turn off PCMCIA interrupts */
87 if (AMIGAHW_PRESENT(PCMCIA))
H A Dconfig.c224 AMIGAHW_SET(PCMCIA);
354 AMIGAHW_ANNOUNCE(PCMCIA, "PCMCIA ");
747 AMIGAHW_ANNOUNCE(PCMCIA, "PCMCIA Slot");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tokenring/
H A Dibmtr.c46 * PCMCIA code can call trdev_init to complete initializing
48 * + added -DPCMCIA to support PCMCIA
49 * + detecting PCMCIA Card Removal in interrupt handler. If
50 * ISRP is FF, then a PCMCIA card has been removed
77 * + Added extra #ifdef's to work with new PCMCIA Token Ring Code.
78 * The PCMCIA code now just sets up the card so it can be recognized
95 * + fixed a problem with PCMCIA card removal
102 * a cable is pulled or not in place, or a PCMCIA card is removed hot.
113 #ifdef PCMCIA /* required for ibmtr_cs.c to build */
140 #ifndef PCMCIA
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dfdomain.c294 #ifndef PCMCIA
418 #ifndef PCMCIA
436 #endif /* !PCMCIA */
470 #ifndef PCMCIA
517 #endif /* !PCMCIA */
649 #ifndef PCMCIA
805 #else /* PCMCIA */
816 #endif /* !PCMCIA */
1736 #ifndef PCMCIA
H A Daha152x.c20 * - gather code that is not used by PCMCIA at the end
21 * - move request_region for !PCMCIA case to detection
111 * - patches for PCMCIA and modules
272 /* For PCMCIA cards, always use AUTOCONF */
273 #if defined(PCMCIA) || defined(MODULE)
335 #if defined(PCMCIA)
366 #if !defined(PCMCIA)
434 #endif /* !PCMCIA */
917 #if !defined(PCMCIA)
1428 * b. The host adapter is a PCMCIA car
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Damigahw.h104 AMIGAHW_DECLARE(PCMCIA); /* PCMCIA Slot */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A Dibmtr_cs.c3 A PCMCIA token-ring driver for IBM-based cards
5 This driver supports the IBM PCMCIA Token-Ring Card.
19 This caused the old PCMCIA Token Ring driver to give up and go
21 work, the PCMCIA code has been streamlined, updated and possibly
42 Address translation feature of PCMCIA controller is usable so
68 #define PCMCIA macro
203 is received, to configure the PCMCIA socket, and to make the
307 device, and release the PCMCIA configuration. If the device is
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A Dsetup.c364 if (MACH_IS_AMIGA && AMIGAHW_PRESENT(PCMCIA)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dsbutils.c69 * For normal PCMCIA bus(CFTable_regwinsz > 2k), do nothing special
71 if (PCMCIA(sii)) {
80 if (PCMCIA(sii)) {
101 * For normal PCMCIA bus(CFTable_regwinsz > 2k), do nothing special
103 if (PCMCIA(sii)) {
129 if (PCMCIA(sii)) {
H A Dsiutils_priv.h139 #define PCMCIA(si) ((BUSTYPE((si)->pub.bustype) == PCMCIA_BUS) && ((si)->memseg == TRUE)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dapne.c2 * Amiga Linux/68k 8390 based PCMCIA Ethernet Driver for the Amiga 1200
133 if ( !(AMIGAHW_PRESENT(PCMCIA)) )
136 printk("Looking for PCMCIA ethernet card : ");
140 printk("NO PCMCIA card inserted\n");
164 printk("ethernet PCMCIA card inserted\n");
209 printk("PCMCIA NE*000 ethercard probe");
339 pcmcia_ack_int(pcmcia_get_intreq()); /* ack PCMCIA int req */

Completed in 146 milliseconds