| /kernel/linux/linux-5.10/arch/sh/drivers/pci/ |
| D | fixups-sh03.c | 12 if (dev->bus->number == 0) { in pcibios_map_platform_irq() 14 case 4: return evt2irq(0x2a0); /* eth0 */ in pcibios_map_platform_irq() 15 case 8: return evt2irq(0x2a0); /* eth1 */ in pcibios_map_platform_irq() 16 case 6: return evt2irq(0x240); /* PCI bridge */ in pcibios_map_platform_irq() 20 return evt2irq(0x240); in pcibios_map_platform_irq() 24 case 0: irq = evt2irq(0x240); break; in pcibios_map_platform_irq() 25 case 1: irq = evt2irq(0x240); break; in pcibios_map_platform_irq() 26 case 2: irq = evt2irq(0x240); break; in pcibios_map_platform_irq() 27 case 3: irq = evt2irq(0x240); break; in pcibios_map_platform_irq() 28 case 4: irq = evt2irq(0x240); break; in pcibios_map_platform_irq()
|
| /kernel/linux/linux-6.6/arch/sh/drivers/pci/ |
| D | fixups-sh03.c | 12 if (dev->bus->number == 0) { in pcibios_map_platform_irq() 14 case 4: return evt2irq(0x2a0); /* eth0 */ in pcibios_map_platform_irq() 15 case 8: return evt2irq(0x2a0); /* eth1 */ in pcibios_map_platform_irq() 16 case 6: return evt2irq(0x240); /* PCI bridge */ in pcibios_map_platform_irq() 20 return evt2irq(0x240); in pcibios_map_platform_irq() 24 case 0: irq = evt2irq(0x240); break; in pcibios_map_platform_irq() 25 case 1: irq = evt2irq(0x240); break; in pcibios_map_platform_irq() 26 case 2: irq = evt2irq(0x240); break; in pcibios_map_platform_irq() 27 case 3: irq = evt2irq(0x240); break; in pcibios_map_platform_irq() 28 case 4: irq = evt2irq(0x240); break; in pcibios_map_platform_irq()
|
| /kernel/linux/linux-5.10/Documentation/networking/device_drivers/appletalk/ |
| D | cops.rst | 38 If you do not specify any options the driver will try and use the IO = 0x240, 43 insmod cops io=0x240 irq=5 44 insmod -o cops2 cops io=0x260 irq=3 48 append="ether=5,0x240,lt0 ether=3,0x260,lt1" 55 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 56 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 coll:0
|
| /kernel/linux/linux-6.6/Documentation/networking/device_drivers/appletalk/ |
| D | cops.rst | 38 If you do not specify any options the driver will try and use the IO = 0x240, 43 insmod cops io=0x240 irq=5 44 insmod -o cops2 cops io=0x260 irq=3 48 append="ether=5,0x240,lt0 ether=3,0x260,lt1" 55 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 56 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 coll:0
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| D | ctxgk20a.c | 39 idle_timeout = nvkm_mask(device, 0x404154, 0xffffffff, 0x00000000); in gk20a_grctx_generate_main() 47 for (i = 0; i < 8; i++) in gk20a_grctx_generate_main() 48 nvkm_wr32(device, 0x4064d0 + (i * 0x04), 0x00000000); in gk20a_grctx_generate_main() 50 nvkm_wr32(device, 0x405b00, (gr->tpc_total << 8) | gr->gpc_nr); in gk20a_grctx_generate_main() 52 nvkm_mask(device, 0x5044b0, 0x08000000, 0x08000000); in gk20a_grctx_generate_main() 56 nvkm_wr32(device, 0x404154, idle_timeout); in gk20a_grctx_generate_main() 72 .bundle_size = 0x1800, 73 .bundle_min_gpm_fifo_depth = 0x62, 74 .bundle_token_limit = 0x100, 76 .pagepool_size = 0x8000, [all …]
|
| /kernel/linux/linux-5.10/drivers/media/usb/gspca/ |
| D | sq905c.c | 34 #define SQ905C_MAX_TRANSFER 0x8000 36 #define FRAME_HEADER_LEN 0x50 39 #define SQ905C_CLEAR 0xa0 /* clear everything */ 40 #define SQ905C_GET_ID 0x14f4 /* Read version number */ 41 #define SQ905C_CAPTURE_LOW 0xa040 /* Starts capture at 160x120 */ 42 #define SQ905C_CAPTURE_MED 0x1440 /* Starts capture at 320x240 */ 43 #define SQ905C_CAPTURE_HI 0x2840 /* Starts capture at 320x240 */ 46 #define SQ905C_CAPTURE_INDEX 0x110f 58 * Most of these cameras will do 640x480 and 320x240. 160x120 works 60 * The 0x2770:0x9050 cameras have max resolution of 320x240. [all …]
|
| D | xirlink_cit.c | 29 module_param(ibm_netcam_pro, int, 0); 44 #define CIT_MODEL0 0 /* bcd version 0.01 cams ie the xvp-500 */ 125 {0, 0x0000, 0x010c}, 126 {0, 0x0006, 0x012c}, 127 {0, 0x0078, 0x012d}, 128 {0, 0x0046, 0x012f}, 129 {0, 0xd141, 0x0124}, 130 {0, 0x0000, 0x0127}, 131 {0, 0xfea8, 0x0124}, 132 {1, 0x0000, 0x0116}, [all …]
|
| /kernel/linux/linux-6.6/drivers/media/usb/gspca/ |
| D | sq905c.c | 34 #define SQ905C_MAX_TRANSFER 0x8000 36 #define FRAME_HEADER_LEN 0x50 39 #define SQ905C_CLEAR 0xa0 /* clear everything */ 40 #define SQ905C_GET_ID 0x14f4 /* Read version number */ 41 #define SQ905C_CAPTURE_LOW 0xa040 /* Starts capture at 160x120 */ 42 #define SQ905C_CAPTURE_MED 0x1440 /* Starts capture at 320x240 */ 43 #define SQ905C_CAPTURE_HI 0x2840 /* Starts capture at 320x240 */ 46 #define SQ905C_CAPTURE_INDEX 0x110f 58 * Most of these cameras will do 640x480 and 320x240. 160x120 works 60 * The 0x2770:0x9050 cameras have max resolution of 320x240. [all …]
|
| D | xirlink_cit.c | 29 module_param(ibm_netcam_pro, int, 0); 44 #define CIT_MODEL0 0 /* bcd version 0.01 cams ie the xvp-500 */ 125 {0, 0x0000, 0x010c}, 126 {0, 0x0006, 0x012c}, 127 {0, 0x0078, 0x012d}, 128 {0, 0x0046, 0x012f}, 129 {0, 0xd141, 0x0124}, 130 {0, 0x0000, 0x0127}, 131 {0, 0xfea8, 0x0124}, 132 {1, 0x0000, 0x0116}, [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| D | ctxgk20a.c | 40 idle_timeout = nvkm_mask(device, 0x404154, 0xffffffff, 0x00000000); in gk20a_grctx_generate_main() 49 for (i = 0; i < 8; i++) in gk20a_grctx_generate_main() 50 nvkm_wr32(device, 0x4064d0 + (i * 0x04), 0x00000000); in gk20a_grctx_generate_main() 52 nvkm_wr32(device, 0x405b00, (gr->tpc_total << 8) | gr->gpc_nr); in gk20a_grctx_generate_main() 54 nvkm_mask(device, 0x5044b0, 0x08000000, 0x08000000); in gk20a_grctx_generate_main() 58 nvkm_wr32(device, 0x404154, idle_timeout); in gk20a_grctx_generate_main() 74 .bundle_size = 0x1800, 75 .bundle_min_gpm_fifo_depth = 0x62, 76 .bundle_token_limit = 0x100, 78 .pagepool_size = 0x8000, [all …]
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/media/ |
| D | meye.rst | 19 It can do at maximum 30 fps @ 320x240 or 15 fps @ 640x480. 34 driver (PCI vendor/device is 0x136b/0xff01) 40 http://r-engine.sourceforge.net/) (PCI vendor/device is 0x10cf/0x2011). 45 (USB vendor/device is 0x054c/0x0107). 61 video_nr: video device to register (0 = /dev/video0, etc) 72 alias char-major-81-0 meye 85 xawtv -c /dev/video0 -geometry 320x240
|
| /kernel/linux/linux-6.6/arch/sh/boards/ |
| D | board-sh2007.c | 21 REGULATOR_SUPPLY("vddvario", "smsc911x.0"), 22 REGULATOR_SUPPLY("vdd33a", "smsc911x.0"), 34 [0] = { 36 .end = SMC0_BASE + 0xff, 40 .start = evt2irq(0x240), 41 .end = evt2irq(0x240), 47 [0] = { 49 .end = SMC1_BASE + 0xff, 53 .start = evt2irq(0x280), 54 .end = evt2irq(0x280), [all …]
|
| /kernel/linux/linux-5.10/arch/sh/boards/ |
| D | board-sh2007.c | 21 REGULATOR_SUPPLY("vddvario", "smsc911x.0"), 22 REGULATOR_SUPPLY("vdd33a", "smsc911x.0"), 34 [0] = { 36 .end = SMC0_BASE + 0xff, 40 .start = evt2irq(0x240), 41 .end = evt2irq(0x240), 47 [0] = { 49 .end = SMC1_BASE + 0xff, 53 .start = evt2irq(0x280), 54 .end = evt2irq(0x280), [all …]
|
| /kernel/linux/linux-5.10/sound/isa/gus/ |
| D | gusextreme.c | 32 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ 35 static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x220,0x240,0x260 */ 36 static long gf1_port[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS) - 1] = -1}; /* 0x210,0x220,0x230,0x240,0x… 37 static long mpu_port[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS) - 1] = -1}; /* 0x300,0x310,0x320 */ 41 static int dma8[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* 0,1,3 */ 43 static int joystick_dac[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 29}; 44 /* 0 to 31, (0.59V-4.52V or 0.389V-2.98V) */ 45 static int channels[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 24}; 46 static int pcm_channels[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 2}; 86 static const long possible_ports[] = {0x220, 0x240, 0x260}; in snd_gusextreme_es1688_create() [all …]
|
| /kernel/linux/linux-6.6/sound/isa/gus/ |
| D | gusextreme.c | 31 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ 34 static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x220,0x240,0x260 */ 35 static long gf1_port[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS) - 1] = -1}; /* 0x210,0x220,0x230,0x240,0x… 36 static long mpu_port[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS) - 1] = -1}; /* 0x300,0x310,0x320 */ 40 static int dma8[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* 0,1,3 */ 42 static int joystick_dac[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 29}; 43 /* 0 to 31, (0.59V-4.52V or 0.389V-2.98V) */ 44 static int channels[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 24}; 45 static int pcm_channels[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 2}; 85 static const long possible_ports[] = {0x220, 0x240, 0x260}; in snd_gusextreme_es1688_create() [all …]
|
| /kernel/linux/linux-6.6/Documentation/scsi/ |
| 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 …]
|
| /kernel/linux/linux-5.10/Documentation/scsi/ |
| 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 …]
|
| /kernel/linux/linux-6.6/arch/sh/include/mach-common/mach/ |
| D | titan.h | 14 #define TITAN_IRQ_WAN evt2irq(0x240) /* eth0 (WAN) */ 15 #define TITAN_IRQ_LAN evt2irq(0x2a0) /* eth1 (LAN) */ 16 #define TITAN_IRQ_MPCIA evt2irq(0x300) /* mPCI A */ 17 #define TITAN_IRQ_MPCIB evt2irq(0x360) /* mPCI B */ 18 #define TITAN_IRQ_USB evt2irq(0x360) /* USB */
|
| /kernel/linux/linux-5.10/arch/sh/include/mach-common/mach/ |
| D | titan.h | 14 #define TITAN_IRQ_WAN evt2irq(0x240) /* eth0 (WAN) */ 15 #define TITAN_IRQ_LAN evt2irq(0x2a0) /* eth1 (LAN) */ 16 #define TITAN_IRQ_MPCIA evt2irq(0x300) /* mPCI A */ 17 #define TITAN_IRQ_MPCIB evt2irq(0x360) /* mPCI B */ 18 #define TITAN_IRQ_USB evt2irq(0x360) /* USB */
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | keystone-k2e.dtsi | 16 #size-cells = <0>; 20 cpu@0 { 23 reg = <0>; 64 reg = <0x2620750 24>; 72 reg = <0x25000000 0x10000>; 83 reg = <0x25010000 0x70000>; 91 reg = <0x0c000000 0x200000>; 92 ranges = <0x0 0x0c000000 0x200000>; 97 reg = <0x001f0000 0x8000>; 107 0xa3c 8 0xa3c 8 0x83c 8 (ASSERT_CLEAR | DEASSERT_SET | STATUS_CLEAR) /* 0: dsp0 */ [all …]
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/ti/keystone/ |
| D | keystone-k2e.dtsi | 16 #size-cells = <0>; 20 cpu@0 { 23 reg = <0>; 64 reg = <0x2620750 24>; 72 reg = <0x25000000 0x10000>; 83 reg = <0x25010000 0x70000>; 91 reg = <0x0c000000 0x200000>; 92 ranges = <0x0 0x0c000000 0x200000>; 97 reg = <0x001f0000 0x8000>; 107 0xa3c 8 0xa3c 8 0x83c 8 (ASSERT_CLEAR | DEASSERT_SET | STATUS_CLEAR) /* 0: dsp0 */ [all …]
|
| /kernel/linux/linux-5.10/drivers/clk/renesas/ |
| D | r8a7791-cpg-mssr.c | 81 DEF_DIV6P1("sd2", R8A7791_CLK_SD2, CLK_PLL1_DIV2, 0x078), 82 DEF_DIV6P1("sd3", R8A7791_CLK_SD3, CLK_PLL1_DIV2, 0x26c), 83 DEF_DIV6P1("mmc0", R8A7791_CLK_MMC0, CLK_PLL1_DIV2, 0x240), 84 DEF_DIV6P1("ssp", R8A7791_CLK_SSP, CLK_PLL1_DIV2, 0x248), 85 DEF_DIV6P1("ssprs", R8A7791_CLK_SSPRS, CLK_PLL1_DIV2, 0x24c), 89 DEF_MOD("msiof0", 0, R8A7791_CLK_MP), 98 DEF_MOD("fdp1-0", 119, R8A7791_CLK_ZS), 124 DEF_MOD("usb3.0", 328, R8A7791_CLK_MP), 222 * 0 0 0 15 x172/2 x208/2 x106 223 * 0 0 1 15 x172/2 x208/2 x88 [all …]
|
| D | r8a7790-cpg-mssr.c | 83 DEF_DIV6P1("sd2", R8A7790_CLK_SD2, CLK_PLL1_DIV2, 0x078), 84 DEF_DIV6P1("sd3", R8A7790_CLK_SD3, CLK_PLL1_DIV2, 0x26c), 85 DEF_DIV6P1("mmc0", R8A7790_CLK_MMC0, CLK_PLL1_DIV2, 0x240), 86 DEF_DIV6P1("mmc1", R8A7790_CLK_MMC1, CLK_PLL1_DIV2, 0x244), 87 DEF_DIV6P1("ssp", R8A7790_CLK_SSP, CLK_PLL1_DIV2, 0x248), 88 DEF_DIV6P1("ssprs", R8A7790_CLK_SSPRS, CLK_PLL1_DIV2, 0x24c), 92 DEF_MOD("msiof0", 0, R8A7790_CLK_MP), 104 DEF_MOD("fdp1-0", 119, R8A7790_CLK_ZS), 136 DEF_MOD("usb3.0", 328, R8A7790_CLK_MP), 224 * 0 0 0 15 x172/2 x208/2 x106 [all …]
|
| /kernel/linux/linux-6.6/drivers/clk/renesas/ |
| D | r8a7791-cpg-mssr.c | 81 DEF_DIV6P1("sd2", R8A7791_CLK_SD2, CLK_PLL1_DIV2, 0x078), 82 DEF_DIV6P1("sd3", R8A7791_CLK_SD3, CLK_PLL1_DIV2, 0x26c), 83 DEF_DIV6P1("mmc0", R8A7791_CLK_MMC0, CLK_PLL1_DIV2, 0x240), 84 DEF_DIV6P1("ssp", R8A7791_CLK_SSP, CLK_PLL1_DIV2, 0x248), 85 DEF_DIV6P1("ssprs", R8A7791_CLK_SSPRS, CLK_PLL1_DIV2, 0x24c), 89 DEF_MOD("msiof0", 0, R8A7791_CLK_MP), 98 DEF_MOD("fdp1-0", 119, R8A7791_CLK_ZS), 124 DEF_MOD("usb3.0", 328, R8A7791_CLK_MP), 222 * 0 0 0 15 x172/2 x208/2 x106 223 * 0 0 1 15 x172/2 x208/2 x88 [all …]
|
| D | r8a7742-cpg-mssr.c | 76 DEF_DIV6P1("sd2", R8A7742_CLK_SD2, CLK_PLL1_DIV2, 0x078), 77 DEF_DIV6P1("sd3", R8A7742_CLK_SD3, CLK_PLL1_DIV2, 0x26c), 78 DEF_DIV6P1("mmc0", R8A7742_CLK_MMC0, CLK_PLL1_DIV2, 0x240), 79 DEF_DIV6P1("mmc1", R8A7742_CLK_MMC1, CLK_PLL1_DIV2, 0x244), 83 DEF_MOD("msiof0", 0, R8A7742_CLK_MP), 93 DEF_MOD("fdp1-0", 119, R8A7742_CLK_ZS), 125 DEF_MOD("usb3.0", 328, R8A7742_CLK_MP), 157 DEF_MOD("imr-x2-0", 821, R8A7742_CLK_HP), 159 DEF_MOD("imr-lsx2-0", 823, R8A7742_CLK_ZS), 215 * 0 0 0 15 x172/2 x208/2 x106 [all …]
|