/linux/Documentation/scsi/ |
H A D | g_NCR5380.rst | 22 for the correct IRQ line automatically. If the irq parameter is 0 or 255 42 0 NCR5380, 65 modprobe g_NCR5380 irq=5 base=0x350 card=1 69 modprobe g_NCR5380 ncr_irq=5 ncr_addr=0x350 ncr_53c400=1 73 modprobe g_NCR5380 base=0x350 card=0 77 modprobe g_NCR5380 ncr_addr=0x350 ncr_5380=1 81 modprobe g_NCR5380 irq=255 base=0xc8000 card=1 85 modprobe g_NCR5380 ncr_irq=255 ncr_addr=0xc8000 ncr_53c400=1 87 E.g. two cards, DTC3181 (in non-PnP mode) at 0x240 with no IRQ 88 and HP C2502 at 0x300 with IRQ 7:: [all …]
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | marvell,armada-380-neta-bm.yaml | 31 "^pool[0-3],capacity$": 33 size of external buffer pointers' ring maintained in DRAM for pool 0-3 38 "^pool[0-3],pkt-size$": 40 maximum packet size for a short buffer pool entry (pool 0-3) 55 reg = <0xc8000 0xac>;
|
/linux/arch/x86/kernel/ |
H A D | probe_roms.c | 28 .start = 0xf0000, 29 .end = 0xfffff, 35 .start = 0xe0000, 36 .end = 0xeffff, 42 .start = 0xc8000, 43 .end = 0, 47 .start = 0, 48 .end = 0, 52 .start = 0, 53 .end = 0, [all …]
|
/linux/sound/isa/msnd/ |
H A D | msnd_pinnacle.c | 95 snd_msnd_DAPQ(chip, 0); in snd_msnd_eval_dsp_msg() 100 chip->playDMAPos = 0; in snd_msnd_eval_dsp_msg() 111 chip->captureDMAPos = 0; in snd_msnd_eval_dsp_msg() 139 ": DSP message %d 0x%02x\n", in snd_msnd_eval_dsp_msg() 146 dev_dbg(chip->card->dev, LOGNAME ": HIMT message %d 0x%02x\n", in snd_msnd_eval_dsp_msg() 170 head = 0; in snd_msnd_interrupt() 193 while (timeout-- > 0) { in snd_msnd_reset_dsp() 195 return 0; in snd_msnd_reset_dsp() 218 if (snd_msnd_reset_dsp(chip, &info) < 0) { in snd_msnd_probe() 227 "I/O 0x%lx-0x%lx, IRQ %d, memory mapped to 0x%lX-0x%lX\n", in snd_msnd_probe() [all …]
|
/linux/drivers/scsi/ |
H A D | fdomain_isa.c | 10 static int io[MAXBOARDS_PARAM] = { 0, 0, 0, 0 }; 11 module_param_hw_array(io, int, ioport, NULL, 0); 12 MODULE_PARM_DESC(io, "base I/O address of controller (0x140, 0x150, 0x160, 0x170)"); 14 static int irq[MAXBOARDS_PARAM] = { 0, 0, 0, 0 }; 15 module_param_hw_array(irq, int, irq, NULL, 0); 16 MODULE_PARM_DESC(irq, "IRQ of controller (0=auto [default])"); 18 static int scsi_id[MAXBOARDS_PARAM] = { 0, 0, 0, 0 }; 19 module_param_hw_array(scsi_id, int, other, NULL, 0); 23 0xc8000, 24 0xca000, [all …]
|
/linux/drivers/i2c/busses/ |
H A D | i2c-elektor.c | 35 #define DEFAULT_BASE 0x330 41 static int clock = 0x1c; 42 static int own = 0x55; 67 pr_debug("%s: Write %p 0x%02X\n", pcf_isa_ops.name, address, val); in pcf_isa_setbyte() 80 pr_debug("%s: Read %p 0x%02X\n", pcf_isa_ops.name, address, val); in pcf_isa_getbyte() 101 if (irq > 0) { in pcf_isa_waitforpin() 103 if (pcf_pending == 0) { in pcf_isa_waitforpin() 109 pcf_pending = 0; in pcf_isa_waitforpin() 115 pcf_pending = 0; in pcf_isa_waitforpin() 165 if (irq > 0) { in pcf_isa_init() [all …]
|
/linux/drivers/staging/gpib/hp_82335/ |
H A D | hp82335.c | 216 return 0; in hp82335_allocate_private() 227 return 0x1ff8 + register_num; in tms9914_to_hp82335_offset() 244 writeb(0, tms_priv->mmiobase + HPREG_INTR_CLEAR); in hp82335_clear_interrupt() 254 board->status = 0; in hp82335_attach() 265 case 0xc4000: in hp82335_attach() 266 case 0xc8000: in hp82335_attach() 267 case 0xcc000: in hp82335_attach() 268 case 0xd0000: in hp82335_attach() 269 case 0xd4000: in hp82335_attach() 270 case 0xd8000: in hp82335_attach() [all …]
|
/linux/Documentation/sound/cards/ |
H A D | multisound.sh | 77 # 0x250, 0x260 or 0x270. This port can be disabled to have the card 96 # to obtain one with the command `pnpdump 1 0x203' -- this may vary 107 # io base 0x210, irq 5 and mem 0xd8000, and also sets the Kurzweil 108 # synth to 0x330 and irq 9 (may need editing for your system): 110 # (READPORT 0x0203) 115 # (CONFIGURE BVJ0440/-1 (LD 0 116 # (INT 0 (IRQ 5 (MODE +E))) (IO 0 (BASE 0x0210)) (MEM 0 (BASE 0x0d8000)) 121 # (IO 0 (BASE 0x0330)) (INT 0 (IRQ 9 (MODE +E))) 140 # If you specify cfg=0x250 for the snd-msnd-pinnacle module, it 143 # on the card to 0x250, 0x260 or 0x270). [all …]
|
/linux/arch/arm/boot/dts/marvell/ |
H A D | armada-38x.dtsi | 42 pcie-mem-aperture = <0xe0000000 0x8000000>; 43 pcie-io-aperture = <0xe8000000 0x100000>; 47 reg = <MBUS_ID(0x01, 0x1d) 0 0x200000>; 52 reg = <MBUS_ID(0xf0, 0x01) 0x10400 0x8>; 53 ranges = <0 MBUS_ID(0x01, 0x2f) 0 0xffffffff>; 56 clocks = <&coreclk 0>; 62 reg = <MBUS_ID(0xf0, 0x01) 0x10408 0x8>; 63 ranges = <0 MBUS_ID(0x01, 0x3e) 0 0xffffffff>; 66 clocks = <&coreclk 0>; 72 reg = <MBUS_ID(0xf0, 0x01) 0x10410 0x8>; [all …]
|
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_nx.h | 15 #define PHAN_INITIALIZE_FAILED 0xffff 16 #define PHAN_INITIALIZE_COMPLETE 0xff01 19 #define PHAN_INITIALIZE_ACK 0xf00f 20 #define PHAN_PEG_RCV_INITIALIZED 0xff01 23 #define QLA82XX_CRB_BASE QLA82XX_CAM_RAM(0x200) 26 #define CRB_CMDPEG_STATE QLA82XX_REG(0x50) 27 #define CRB_RCVPEG_STATE QLA82XX_REG(0x13c) 28 #define BOOT_LOADER_DIMM_STATUS QLA82XX_REG(0x54) 29 #define CRB_DMA_SHIFT QLA82XX_REG(0xcc) 30 #define CRB_TEMP_STATE QLA82XX_REG(0x1b4) [all …]
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am33xx-l4.dtsi | 1 &l4_wkup { /* 0x44c00000 */ 4 clocks = <&l4_wkup_clkctrl AM3_L4_WKUP_L4_WKUP_CLKCTRL 0>; 6 reg = <0x44c00000 0x800>, 7 <0x44c00800 0x800>, 8 <0x44c01000 0x400>, 9 <0x44c01400 0x400>; 13 ranges = <0x00000000 0x44c00000 0x100000>, /* segment 0 */ 14 <0x00100000 0x44d00000 0x100000>, /* segment 1 */ 15 <0x00200000 0x44e00000 0x100000>; /* segment 2 */ 17 segment@0 { /* 0x44c00000 */ [all …]
|
/linux/Documentation/sound/ |
H A D | alsa-configuration.rst | 57 (0 = disable debug prints, 1 = normal debug messages, 71 Default: 0 80 the card #0. Similarly, when ``adsp_map=0``, /dev/adsp will be mapped 81 to PCM #0 of the card #0. 83 commas, such like ``dsp_map=0,1``. 98 Default: 0 119 Values: 0 through 31 or negative; 142 appearing card. They can do it by specifying "index=1,0" module 158 the port must be specified. For actual AdLib FM cards it will be 0x388. 170 64:0 OPL2 FM synth OPL2 FM Port [all …]
|
/linux/drivers/mtd/nand/raw/ |
H A D | diskonchip.c | 37 #define CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS 0 43 0xfffc8000, 0xfffca000, 0xfffcc000, 0xfffce000, 44 0xfffd0000, 0xfffd2000, 0xfffd4000, 0xfffd6000, 45 0xfffd8000, 0xfffda000, 0xfffdc000, 0xfffde000, 46 0xfffe0000, 0xfffe2000, 0xfffe4000, 0xfffe6000, 47 0xfffe8000, 0xfffea000, 0xfffec000, 0xfffee000, 49 0xc8000, 0xca000, 0xcc000, 0xce000, 50 0xd0000, 0xd2000, 0xd4000, 0xd6000, 51 0xd8000, 0xda000, 0xdc000, 0xde000, 52 0xe0000, 0xe2000, 0xe4000, 0xe6000, [all …]
|
/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic.h | 41 #define QLCNIC_DRV_IDC_VER 0x01 46 #define _major(v) (((v) >> 24) & 0xff) 47 #define _minor(v) (((v) >> 16) & 0xff) 48 #define _build(v) ((v) & 0xffff) 51 * 7:0 - major 56 QLCNIC_VERSION_CODE(((v) & 0xff), (((v) >> 8) & 0xff), ((v) >> 16)) 75 #define QLCNIC_P3P_A0 0x50 76 #define QLCNIC_P3P_C0 0x58 80 #define FIRST_PAGE_GROUP_START 0 81 #define FIRST_PAGE_GROUP_END 0x100000 [all …]
|