Home
last modified time | relevance | path

Searched +full:0 +full:x240 (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/kernel/linux/linux-5.10/arch/sh/drivers/pci/
Dfixups-sh03.c12 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/
Dcops.rst38 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
Dltpc.rst26 append="ltpc=0x240,9,1"
37 options ltpc io=0x240 irq=9 dma=1
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxgk20a.c39 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/
Dsq905c.c34 #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 …]
Dxirlink_cit.c29 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-5.10/Documentation/admin-guide/media/
Dmeye.rst19 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-5.10/arch/sh/boards/
Dboard-sh2007.c21 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/
Dgusextreme.c32 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-5.10/Documentation/scsi/
Dg_NCR5380.rst22 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/arch/sh/include/mach-common/mach/
Dtitan.h14 #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/
Dkeystone-k2e.dtsi16 #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/
Dr8a7742-cpg-mssr.c76 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 …]
Dr8a7791-cpg-mssr.c81 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 …]
Dr8a7790-cpg-mssr.c83 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 …]
Dr8a7743-cpg-mssr.c75 DEF_DIV6P1("sd2", R8A7743_CLK_SD2, CLK_PLL1_DIV2, 0x078),
76 DEF_DIV6P1("sd3", R8A7743_CLK_SD3, CLK_PLL1_DIV2, 0x26c),
77 DEF_DIV6P1("mmc0", R8A7743_CLK_MMC0, CLK_PLL1_DIV2, 0x240),
81 DEF_MOD("msiof0", 0, R8A7743_CLK_MP),
88 DEF_MOD("fdp1-0", 119, R8A7743_CLK_ZS),
114 DEF_MOD("usb3.0", 328, R8A7743_CLK_MP),
209 * 0 0 0 15 x172/2 x208/2 x106
210 * 0 0 1 15 x172/2 x208/2 x88
211 * 0 1 0 20 x130/2 x156/2 x80
212 * 0 1 1 20 x130/2 x156/2 x66
[all …]
/kernel/linux/linux-5.10/drivers/soc/renesas/
Dr8a77965-sysc.c18 { "always-on", 0, 0, R8A77965_PD_ALWAYS_ON, -1, PD_ALWAYS_ON },
19 { "ca57-scu", 0x1c0, 0, R8A77965_PD_CA57_SCU, R8A77965_PD_ALWAYS_ON,
21 { "ca57-cpu0", 0x80, 0, R8A77965_PD_CA57_CPU0, R8A77965_PD_CA57_SCU,
23 { "ca57-cpu1", 0x80, 1, R8A77965_PD_CA57_CPU1, R8A77965_PD_CA57_SCU,
25 { "cr7", 0x240, 0, R8A77965_PD_CR7, R8A77965_PD_ALWAYS_ON },
26 { "a3vc", 0x380, 0, R8A77965_PD_A3VC, R8A77965_PD_ALWAYS_ON },
27 { "a3vp", 0x340, 0, R8A77965_PD_A3VP, R8A77965_PD_ALWAYS_ON },
28 { "a2vc1", 0x3c0, 1, R8A77965_PD_A2VC1, R8A77965_PD_A3VC },
29 { "3dg-a", 0x100, 0, R8A77965_PD_3DG_A, R8A77965_PD_ALWAYS_ON },
30 { "3dg-b", 0x100, 1, R8A77965_PD_3DG_B, R8A77965_PD_3DG_A },
[all …]
Dr8a77990-sysc.c17 { "always-on", 0, 0, R8A77990_PD_ALWAYS_ON, -1, PD_ALWAYS_ON },
18 { "ca53-scu", 0x140, 0, R8A77990_PD_CA53_SCU, R8A77990_PD_ALWAYS_ON,
20 { "ca53-cpu0", 0x200, 0, R8A77990_PD_CA53_CPU0, R8A77990_PD_CA53_SCU,
22 { "ca53-cpu1", 0x200, 1, R8A77990_PD_CA53_CPU1, R8A77990_PD_CA53_SCU,
24 { "cr7", 0x240, 0, R8A77990_PD_CR7, R8A77990_PD_ALWAYS_ON },
25 { "a3vc", 0x380, 0, R8A77990_PD_A3VC, R8A77990_PD_ALWAYS_ON },
26 { "a2vc1", 0x3c0, 1, R8A77990_PD_A2VC1, R8A77990_PD_A3VC },
27 { "3dg-a", 0x100, 0, R8A77990_PD_3DG_A, R8A77990_PD_ALWAYS_ON },
28 { "3dg-b", 0x100, 1, R8A77990_PD_3DG_B, R8A77990_PD_3DG_A },
31 /* Fixups for R-Car E3 ES1.0 revision */
[all …]
/kernel/linux/linux-5.10/Documentation/sound/
Dalsa-configuration.rst57 (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
110 Values: 0 through 31 or negative;
136 the port must be specified. For actual AdLib FM cards it will be 0x388.
148 64:0 OPL2 FM synth OPL2 FM Port
153 sbiload -p 64:0 std.sb drums.sb
[all …]
/kernel/linux/linux-5.10/arch/x86/kernel/fpu/
Dcore.c120 return 0; in copy_fpregs_to_fpstate()
189 fp->cwd = 0xffff037fu; in fpstate_init_fstate()
190 fp->swd = 0xffff0000u; in fpstate_init_fstate()
191 fp->twd = 0xffffffffu; in fpstate_init_fstate()
192 fp->fos = 0xffff0000u; in fpstate_init_fstate()
202 memset(state, 0, fpu_kernel_xstate_size); in fpstate_init()
221 return 0; in fpu__copy()
229 memset(&dst_fpu->state.xsave, 0, fpu_kernel_xstate_size); in fpu__copy()
253 return 0; in fpu__copy()
450 * status. 0x3f is the exception bits in these regs, 0x200 is the in fpu__exception_code()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/panel/
Dkingdisplay,kd035g6-54nt.yaml7 title: King Display KD035G6-54NT 3.5" (320x240 pixels) 24-bit TFT LCD panel
42 #size-cells = <0>;
44 panel@0 {
46 reg = <0>;
Dilitek,ili9322.yaml13 This is a driver for 320x240 TFT panels, accepting a variety of input
53 #size-cells = <0>;
55 panel: display@0 {
57 reg = <0>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/gpio/
Dgpio-dsp-keystone.txt8 - 8 for C66x CorePacx CPUs 0-7
13 - reading pin value returns 0 - if IRQ was handled or 1 - IRQ is still
30 ti,syscon-dev = <&devctrl 0x240>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/
Dcirrus,clps711x-fb.txt22 reg = <0x800002c0 0xd44>, <0x60000000 0xc000>;
35 timing0: 320x240 {
37 hback-porch = <0>;
38 hfront-porch = <0>;
39 hsync-len = <0>;
41 vback-porch = <0>;
42 vfront-porch = <0>;
43 vsync-len = <0>;
/kernel/linux/linux-5.10/sound/isa/sb/
Dsb8.c22 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
25 static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x220,0x240,0x260 */
70 return 0; in snd_sb8_match()
73 return 0; in snd_sb8_match()
77 return 0; in snd_sb8_match()
92 if (err < 0) in snd_sb8_probe()
97 /* block the 0x388 port to avoid PnP conflicts */ in snd_sb8_probe()
98 acard->fm_res = request_region(0x388, 4, "SoundBlaster FM"); in snd_sb8_probe()
106 &chip)) < 0) in snd_sb8_probe()
111 0x220, 0x240, 0x260, in snd_sb8_probe()
[all …]

12345678910>>...13