Searched refs:io (Results 1 - 25 of 5744) sorted by path

1234567891011>>

/linux-master/Documentation/sound/cards/
H A Dmultisound.sh70 # know the io port, then the driver will select the irq and memory resources
107 # io base 0x210, irq 5 and mem 0xd8000, and also sets the Kurzweil
141 # automatically configure the card to the given io, irq and memory
162 # insmod snd-msnd-classic io=0x290 irq=7 mem=0xd0000
169 # insmod snd-msnd-pinnacle io=0x210 irq=5 mem=0xd8000 <-- match mypinnacle.conf values
176 # insmod snd-msnd-pinnacle cfg=0x250 io=0x290 irq=5 mem=0xd0000
182 # insmod mpu401 io=0x330 irq=9 <-- match mypinnacle.conf values
190 # insmod mpu401 io=0x330 irq=9
196 # insmod snd-msnd-pinnacle cfg=0x250 io=0x290 irq=5 mem=0xd0000 mpu_io=0x330 mpu_irq=9
198 # insmod mpu401 io
[all...]
/linux-master/arch/alpha/include/asm/
H A Derr_ev7.h181 struct ev7_pal_io_subpacket io; /* Type 7 */ member in union:ev7_pal_subpacket::__anon60
195 struct ev7_pal_io_subpacket *io; /* Type 7 */ member in struct:ev7_lf_subpackets
H A Dmc146818rtc.h8 #include <asm/io.h>
H A Dvga.h11 #include <asm/io.h>
/linux-master/arch/alpha/kernel/
H A Dcore_apecs.c15 #include <asm/io.h>
H A Dcore_lca.c13 #include <asm/io.h>
H A Dcore_mcpcia.c11 #include <asm/io.h>
294 struct resource *io, *mem, *hae_mem;
300 io = alloc_resource();
304 hose->io_space = io;
313 io->start = MCPCIA_IO(mid) - MCPCIA_IO_BIAS;
314 io->end = io->start + 0xffff;
315 io->name = pci_io_names[h];
316 io->flags = IORESOURCE_IO;
328 if (request_resource(&ioport_resource, io) <
292 struct resource *io, *mem, *hae_mem; local
[all...]
H A Dcore_polaris.c9 #include <asm/io.h>
H A Dcore_t2.c14 #include <asm/io.h>
H A Dcore_tsunami.c11 #include <asm/io.h>
H A Derr_common.c13 #include <asm/io.h>
H A Derr_ev6.c12 #include <asm/io.h>
H A Derr_ev7.c13 #include <asm/io.h>
93 lf_subpackets->io = (struct ev7_pal_io_subpacket *)
H A Derr_marvel.c13 #include <asm/io.h>
331 marvel_print_po7_err_sum(struct ev7_pal_io_subpacket *io) argument
371 if (io->po7_error_sum & IO7__PO7_ERRSUM__CR_SBE) {
374 (io->po7_error_sum & IO7__PO7_ERRSUM__CR_SBE2)
376 marvel_print_po7_crrct_sym(io->po7_crrct_sym);
382 if (io->po7_error_sum & IO7__PO7_ERRSUM__HLT_INT)
384 if (io->po7_error_sum & IO7__PO7_ERRSUM__HP_INT) {
389 if (io->po7_error_sum & IO7__PO7_ERRSUM__CRD_INT)
392 if (io->po7_error_sum & IO7__PO7_ERRSUM__STV_INT) {
396 if (io
800 struct ev7_pal_io_subpacket *io = lf_subpackets->io; local
908 struct ev7_pal_io_subpacket *io = lf_subpackets->io; local
[all...]
H A Derr_titan.c14 #include <asm/io.h>
H A Des1888.c9 #include <asm/io.h>
H A Dsmc37c669.c12 #include <asm/io.h>
H A Dsmc37c93x.c13 #include <asm/io.h>
/linux-master/arch/arm/include/asm/
H A Dcti.h5 #include <asm/io.h>
H A Ddmi.h6 #include <linux/io.h>
H A Dmc146818rtc.h8 #include <linux/io.h>
/linux-master/arch/arm/kernel/
H A Dio.c4 #include <linux/io.h>
H A Dsmp_scu.c9 #include <linux/io.h>
H A Dsmp_twd.c19 #include <linux/io.h>
H A Dv7m.c5 #include <linux/io.h>

Completed in 441 milliseconds

1234567891011>>