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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/pcmcia/
H A Dfdomain_core.c1 #define PCMCIA 1 macro
H A Daha152x_core.c1 #define PCMCIA 1 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/amiga/
H A Damiints.c82 /* turn off PCMCIA interrupts */
83 if (AMIGAHW_PRESENT(PCMCIA))
H A Dconfig.c223 AMIGAHW_SET(PCMCIA);
353 AMIGAHW_ANNOUNCE(PCMCIA, "PCMCIA ");
968 AMIGAHW_ANNOUNCE(PCMCIA, "PCMCIA Slot");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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.
112 #ifdef PCMCIA /* required for ibmtr_cs.c to build */
142 #ifndef PCMCIA
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/amiga/
H A Damiints.c93 /* turn off PCMCIA interrupts */
94 if (AMIGAHW_PRESENT(PCMCIA))
H A Dconfig.c227 AMIGAHW_SET(PCMCIA);
357 AMIGAHW_ANNOUNCE(PCMCIA, "PCMCIA ");
910 AMIGAHW_ANNOUNCE(PCMCIA, "PCMCIA Slot");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Damigahw.h108 AMIGAHW_DECLARE(PCMCIA); /* PCMCIA Slot */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dsetup.c354 if (MACH_IS_AMIGA && AMIGAHW_PRESENT(PCMCIA)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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
69 #define PCMCIA macro
216 is received, to configure the PCMCIA socket, and to make the
322 device, and release the PCMCIA configuration. If the device is
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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.h111 #define PCMCIA(si) ((BUSTYPE((si)->pub.bustype) == PCMCIA_BUS) && ((si)->memseg == TRUE)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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");
165 printk("ethernet PCMCIA card inserted\n");
210 printk("PCMCIA NE*000 ethercard probe");
343 pcmcia_ack_int(pcmcia_get_intreq()); /* ack PCMCIA int req */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dfdomain.c670 #ifndef PCMCIA
1714 #ifndef PCMCIA
H A Daha152x.c23 * - gather code that is not used by PCMCIA at the end
24 * - move request_region for !PCMCIA case to detection
114 * - patches for PCMCIA and modules
273 /* For PCMCIA cards, always use AUTOCONF */
274 #if defined(PCMCIA) || defined(MODULE)
330 #if defined(PCMCIA)
361 #if !defined(PCMCIA)
429 #endif /* !PCMCIA */
916 #if !defined(PCMCIA)
1462 * b. The host adapter is a PCMCIA car
[all...]

Completed in 210 milliseconds