Home
last modified time | relevance | path

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

1234

/linux-5.19.10/drivers/net/can/softing/
Dsofting_cs.c167 struct pcmcia_device *pcmcia = to_pcmcia_dev(pdev->dev.parent); in softingcs_reset() local
170 return pcmcia_write_config_byte(pcmcia, 2, v ? 0 : 0x20); in softingcs_reset()
175 struct pcmcia_device *pcmcia = to_pcmcia_dev(pdev->dev.parent); in softingcs_enable_irq() local
178 return pcmcia_write_config_byte(pcmcia, 0, v ? 0x60 : 0); in softingcs_enable_irq()
184 static int softingcs_probe_config(struct pcmcia_device *pcmcia, void *priv_data) in softingcs_probe_config() argument
191 pres = pcmcia->resource[PCMCIA_IOMEM_0]; in softingcs_probe_config()
202 return pcmcia_request_window(pcmcia, pres, memspeed); in softingcs_probe_config()
205 static void softingcs_remove(struct pcmcia_device *pcmcia) in softingcs_remove() argument
207 struct platform_device *pdev = pcmcia->priv; in softingcs_remove()
212 pcmcia_disable_device(pcmcia); in softingcs_remove()
[all …]
/linux-5.19.10/arch/arm/mach-pxa/
DMakefile40 obj-$(CONFIG_ARCOM_PCMCIA) += viper-pcmcia.o
41 obj-$(CONFIG_MACH_BALLOON3) += balloon3.o balloon3-pcmcia.o
51 obj-$(CONFIG_TRIZEPS_PCMCIA) += trizeps4-pcmcia.o
55 obj-$(CONFIG_MACH_COLIBRI) += colibri-pxa270.o colibri-pcmcia.o
59 obj-$(CONFIG_MACH_COLIBRI320) += colibri-pxa3xx.o colibri-pxa320.o colibri-pcmcia.o
60 obj-$(CONFIG_MACH_VPAC270) += vpac270.o vpac270-pcmcia.o
64 obj-$(CONFIG_MACH_H4700) += hx4700-pcmcia.o
72 obj-$(CONFIG_MACH_PALMTC) += palmtc.o palmtc-pcmcia.o
75 obj-$(CONFIG_MACH_PALMTX) += palmtx.o palmtx-pcmcia.o
77 obj-$(CONFIG_MACH_PALMLD) += palmld.o palmld-pcmcia.o
[all …]
/linux-5.19.10/Documentation/scsi/
DNinjaSCSI.rst17 :pcmcia-cs: 3.1.27
29 If you installed pcmcia-cs already, pcmcia reports your card as UNKNOWN
33 You can also use "cardctl" program (this program is in pcmcia-cs source
63 (c) If you use this driver with Kernel 2.2, unpack pcmcia-cs in some directory
64 and make & install. This driver requires the pcmcia-cs header file.
69 $ tar zxvf cs-pcmcia-cs-3.x.x.tar.gz
80 (e) Copy nsp_cs.ko to suitable place, like /lib/modules/<Kernel version>/pcmcia/ .
82 (f) Add these lines to /etc/pcmcia/config .
84 If you use pcmcia-cs-3.1.8 or later, we can use "nsp_cs.conf" file.
85 So, you don't need to edit file. Just copy to /etc/pcmcia/ .
[all …]
Dsym53c500_cs.rst7 The sym53c500_cs driver originated as an add-on to David Hinds' pcmcia-cs
25 Through the years, there have been a number of downloads of the pcmcia-cs
/linux-5.19.10/Documentation/networking/device_drivers/wifi/
Dray_cs.rst30 David Hinds pcmcia package. All the command line parameters are
36 /usr/src/linux/drivers/net/pcmcia/ray_cs.c. Searching for module_param
41 http://pcmcia-cs.sourceforge.net/
45 pcmcia-cs-3.1.1 or greater is required for the kernel version of
51 At the end of the /etc/pcmcia/config.opts file, add the line:
54 when starting. Create the file /etc/pcmcia/ray_cs.opts containing the
57 #### start of /etc/pcmcia/ray_cs.opts ###################
67 #### end of /etc/pcmcia/ray_cs.opts #####################
72 configuration information, and edit /etc/pcmcia/ray_cs.opts.
113 interrupts is in /etc/pcmcia/config.opts
/linux-5.19.10/Documentation/pcmcia/
Ddevicetable.rst14 You should use the helpers in include/pcmcia/device_id.h for generating the
29 pcmcia:m0149cC1ABf06pfn00fn00pa725B842DpbF1EFEE84pc0877B627pd00000000
34 Alternatively, you can use crc32hash (see tools/pcmcia/crc32hash.c)
37 $ tools/pcmcia/crc32hash "Dual Speed"
Ddriver.rst13 /sys/bus/pcmcia/drivers/{driver}/new_id
28 /sys/bus/pcmcia/drivers/{driver}/new_id
Dindex.rst4 pcmcia title
/linux-5.19.10/drivers/pcmcia/
DMakefile10 pcmcia-y += ds.o pcmcia_resource.o cistpl.o pcmcia_cis.o
11 obj-$(CONFIG_PCMCIA) += pcmcia.o
/linux-5.19.10/arch/powerpc/boot/dts/
Dep88xc.dts122 pcmcia@80 {
126 compatible = "fsl,pq-pcmcia";
127 device_type = "pcmcia";
Dmpc885ads.dts127 pcmcia@80 {
131 compatible = "fsl,pq-pcmcia";
132 device_type = "pcmcia";
/linux-5.19.10/arch/m68k/amiga/
DMakefile8 obj-$(CONFIG_AMIGA_PCMCIA) += pcmcia.o
/linux-5.19.10/arch/m68k/
DKconfig.bus35 Include support in the kernel for pcmcia on Amiga 1200 and Amiga
36 600. If you intend to use pcmcia cards say Y; otherwise say N.
/linux-5.19.10/Documentation/power/
Dswsusp-dmcrypt.rst24 the key(s) from an external device like a pcmcia flash disk
54 from a pcmcia flash disk card. The card is formatted with an ext2
66 pcmcia flash disk. What follows now is a /linuxrc for your
126 pcmcia flash disk. If this succeeds we need to reset the swap
/linux-5.19.10/sound/
DMakefile8 firewire/ sparc/ spi/ parisc/ pcmcia/ mips/ soc/ atmel/ hda/ x86/ xen/ \
/linux-5.19.10/arch/mips/bcm63xx/
DMakefile3 setup.o timer.o dev-enet.o dev-flash.o dev-pcmcia.o \
/linux-5.19.10/drivers/ssb/
DMakefile9 ssb-$(CONFIG_SSB_PCMCIAHOST) += pcmcia.o bridge_pcmcia_80211.o
Dbridge_pcmcia_80211.c26 MODULE_DEVICE_TABLE(pcmcia, ssb_host_pcmcia_tbl);
/linux-5.19.10/drivers/comedi/drivers/
Dni_daq_dio24.c67 MODULE_DEVICE_TABLE(pcmcia, dio24_cs_ids);
Ddas08_cs.c89 MODULE_DEVICE_TABLE(pcmcia, das08_cs_id_table);
Dni_labpc_cs.c98 MODULE_DEVICE_TABLE(pcmcia, labpc_cs_ids);
/linux-5.19.10/drivers/scsi/pcmcia/
Dfdomain_cs.c87 MODULE_DEVICE_TABLE(pcmcia, fdomain_ids);
/linux-5.19.10/drivers/char/
DMakefile39 obj-$(CONFIG_PCMCIA) += pcmcia/
/linux-5.19.10/drivers/net/wireless/cisco/
Dairo_cs.c168 MODULE_DEVICE_TABLE(pcmcia, airo_ids);
/linux-5.19.10/Documentation/translations/zh_TW/
Dindex.rst117 * pcmcia/index

1234