Home
last modified time | relevance | path

Searched refs:pcmcia (Results 1 – 25 of 43) sorted by relevance

12

/linux-2.4.37.9/drivers/pcmcia/
Dau1000_db1x00.c63 bcsr->pcmcia = 0; /* turn off power */ in db1x00_pcmcia_init()
70 bcsr->pcmcia = 0; /* turn off power */ in db1x00_pcmcia_shutdown()
121 if ((sock == 0) && (bcsr->pcmcia & BCSR_PCMCIA_PC0RST)) { in db1x00_pcmcia_socket_state()
122 bcsr->pcmcia &= ~(BCSR_PCMCIA_PC0RST | in db1x00_pcmcia_socket_state()
127 else if ((sock == 1) && (bcsr->pcmcia & BCSR_PCMCIA_PC1RST)) { in db1x00_pcmcia_socket_state()
128 bcsr->pcmcia &= ~(BCSR_PCMCIA_PC1RST | in db1x00_pcmcia_socket_state()
176 pwr = bcsr->pcmcia; in db1x00_pcmcia_configure_socket()
232 bcsr->pcmcia = pwr; in db1x00_pcmcia_configure_socket()
238 bcsr->pcmcia = pwr; in db1x00_pcmcia_configure_socket()
241 bcsr->pcmcia = pwr; in db1x00_pcmcia_configure_socket()
[all …]
Dau1000_pb1550.c65 bcsr->pcmcia = 0; /* turn off power */ in pb1550_pcmcia_init()
72 bcsr->pcmcia = 0; /* turn off power */ in pb1550_pcmcia_shutdown()
122 if ((sock == 0) && (bcsr->pcmcia & BCSR_PCMCIA_PC0RST)) { in pb1550_pcmcia_socket_state()
123 bcsr->pcmcia &= ~(BCSR_PCMCIA_PC0RST | in pb1550_pcmcia_socket_state()
128 else if ((sock == 1) && (bcsr->pcmcia & BCSR_PCMCIA_PC1RST)) { in pb1550_pcmcia_socket_state()
129 bcsr->pcmcia &= ~(BCSR_PCMCIA_PC1RST | in pb1550_pcmcia_socket_state()
172 pwr = bcsr->pcmcia; in pb1550_pcmcia_configure_socket()
228 bcsr->pcmcia = pwr; in pb1550_pcmcia_configure_socket()
234 bcsr->pcmcia = pwr; in pb1550_pcmcia_configure_socket()
237 bcsr->pcmcia = pwr; in pb1550_pcmcia_configure_socket()
[all …]
DMakefile11 O_TARGET := pcmcia.o
/linux-2.4.37.9/Documentation/
DREADME.nsp_cs.eng12 pcmcia-cs: 3.1.33
21 If you installed pcmcia-cs already, pcmcia reports your card as UNKNOWN
24 You can also use "cardctl" program (this program is in pcmcia-cs source
56 [4] Copy nsp_cs.o to suitable plase, like /lib/modules/<Kernel version>/pcmcia/ .
58 [5] Add these lines to /etc/pcmcia/config .
59 If you yse pcmcia-cs-3.1.8 or later, we can use "nsp_cs.conf" file.
60 So, you don't need to edit file. Just copy to /etc/pcmcia/ .
94 [6] Start (or restart) pcmcia-cs.
95 # /etc/rc.d/rc.pcmcia start (BSD style)
97 # /etc/init.d/pcmcia start (SYSV style)
DChanges49 with pcmcia-cs.
60 o pcmcia-cs 3.1.21 # cardmgr -V
217 Also, be sure to upgrade to the latest pcmcia-cs release.
367 o <ftp://pcmcia-cs.sourceforge.net/pub/pcmcia-cs/pcmcia-cs-3.1.21.tar.gz>
DREADME.nsp32_cb.eng36 [7] Copy "nsp32.o" to /lib/modules/<kernel version>/kernel/driver/scsi/pcmcia/ .
/linux-2.4.37.9/Documentation/networking/
Dray_cs.txt22 David Hinds pcmcia package. All the command line parameters are
28 /usr/src/linux/drivers/net/pcmcia/ray_cs.c. Searching for MODULE_PARM
32 ftp://hyper.stanford.edu/pub/pcmcia/doc
33 http://hyper.stanford.edu/HyperNews/get/pcmcia/home.html
37 pcmcia-cs-3.1.1 or greater is required for the kernel version of
43 At the end of the /etc/pcmcia/config.opts file, add the line:
46 when starting. Create the file /etc/pcmcia/ray_cs.opts containing the
49 #### start of /etc/pcmcia/ray_cs.opts ###################
59 #### end of /etc/pcmcia/ray_cs.opts #####################
64 configuration information, and edit /etc/pcmcia/ray_cs.opts.
[all …]
Dwavelan.txt34 o Location : .../drivers/net/pcmcia/wavelan*
35 o in-line doc : .../drivers/net/pcmcia/wavelan_cs.h
65 o Location : ftp://sourceforge.org/pcmcia/contrib/
/linux-2.4.37.9/arch/m68k/amiga/
DMakefile16 obj-$(CONFIG_AMIGA_PCMCIA) += pcmcia.o
/linux-2.4.37.9/arch/ppc/amiga/
DMakefile17 obj-$(CONFIG_AMIGA_PCMCIA) += pcmcia.o
/linux-2.4.37.9/
DMakefile177 DRIVERS-$(CONFIG_PCMCIA) += drivers/pcmcia/pcmcia.o
178 DRIVERS-$(CONFIG_NET_PCMCIA) += drivers/net/pcmcia/pcmcia_net.o
180 DRIVERS-$(CONFIG_PCMCIA_CHRDEV) += drivers/char/pcmcia/pcmcia_char.o
/linux-2.4.37.9/drivers/
DMakefile21 subdir-$(CONFIG_PCMCIA) += pcmcia
/linux-2.4.37.9/include/asm-mips/
Dpb1550.h53 /*10*/ u16 pcmcia; member
Ddb1x00.h58 /*10*/ unsigned short pcmcia; member
/linux-2.4.37.9/Documentation/arm/SA1100/
DADSBitsy22 - pcmcia, compact flash
DGraphicsMaster24 - pcmcia, compact flash
DPCMCIA8 See also: http://www.cs.cmu.edu/~wearable/software/pcmcia-arm.html
17 kernel proper (see linux/drivers/pcmcia/sa1100*). This document describes
307 pcmcia-brutus.c, by Ivo Clarysse
DGraphicsClient67 - pcmcia
/linux-2.4.37.9/drivers/scsi/
DMakefile25 mod-subdirs := pcmcia ../acorn/scsi
31 subdir-$(CONFIG_PCMCIA) += pcmcia
/linux-2.4.37.9/arch/sh64/
Dconfig.in138 source drivers/pcmcia/Config.in
263 source drivers/char/pcmcia/Config.in
/linux-2.4.37.9/drivers/net/
DMakefile11 mod-subdirs := appletalk arcnet fc irda tokenring pcmcia wireless wan
42 subdir-$(CONFIG_NET_PCMCIA) += pcmcia
/linux-2.4.37.9/drivers/char/
DMakefile30 mod-subdirs := joystick ftape drm drm-4.0 pcmcia
282 subdir-$(CONFIG_PCMCIA) += pcmcia
/linux-2.4.37.9/arch/sh/
Dconfig.in272 source drivers/pcmcia/Config.in
424 source drivers/char/pcmcia/Config.in
/linux-2.4.37.9/arch/x86_64/
Dconfig.in106 source drivers/pcmcia/Config.in
/linux-2.4.37.9/arch/cris/
Dconfig.in168 source drivers/pcmcia/Config.in

12