/linux-6.12.1/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()
|
/linux-6.12.1/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 …]
|
/linux-6.12.1/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 …]
|
/linux-6.12.1/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 …]
|
/linux-6.12.1/drivers/gpu/drm/ci/xfails/ |
D | vkms-none-skips.txt | 7 # CPU: 0 PID: 2635 Comm: kworker/u8:13 Not tainted 6.9.0-rc7-g40935263a1fd #1 8 # Hardware name: ChromiumOS crosvm, BIOS 0 10 # RIP: 0010:compose_active_planes+0x1c7/0x4e0 [vkms] 11 …c9 0f 84 6a 01 00 00 8b 42 30 2b 42 28 41 39 c5 0f 8c 6f 01 00 00 49 83 c7 01 49 39 df 74 3b 4b 8b… 23 # ? __die+0x1e/0x60 24 # ? page_fault_oops+0x17b/0x490 25 # ? exc_page_fault+0x6d/0x230 26 # ? asm_exc_page_fault+0x26/0x30 27 # ? compose_active_planes+0x1c7/0x4e0 [vkms] 28 # ? compose_active_planes+0x2a3/0x4e0 [vkms] [all …]
|
/linux-6.12.1/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 …]
|
D | gusclassic.c | 27 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ 30 static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x220,0x230,0x240,0x250,0x260 */ 34 static int joystick_dac[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 29}; 35 /* 0 to 31, (0.59V-4.52V or 0.389V-2.98V) */ 36 static int channels[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 24}; 37 static int pcm_channels[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 2}; 69 static const long possible_ports[] = {0x220, 0x230, 0x240, 0x250, 0x260}; in snd_gusclassic_create() 77 if (irq[n] < 0) { in snd_gusclassic_create() 84 if (dma1[n] < 0) { in snd_gusclassic_create() 91 if (dma2[n] < 0) { in snd_gusclassic_create() [all …]
|
/linux-6.12.1/drivers/clk/renesas/ |
D | r8a779h0-cpg-mssr.c | 104 DEF_GEN4_Z("zc0", R8A779H0_CLK_ZC0, CLK_TYPE_GEN4_Z, CLK_PLL2_DIV2, 2, 0), 250 * 0 0 16.66 / 1 x192 x240 x192 x240 x192 x168 /16 251 * 0 1 20 / 1 x160 x200 x160 x200 x160 x140 /19 252 * 1 0 Prohibited setting 253 * 1 1 33.33 / 2 x192 x240 x192 x240 x192 x168 /32 262 { 0, 0, 0, 0, 0, 0, }, 278 dev_err(dev, "Prohibited setting (cpg_mode=0x%x)\n", cpg_mode); in r8a779h0_cpg_mssr_init()
|
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 …]
|
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 …]
|
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 | r8a7743-cpg-mssr.c | 75 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 …]
|
/linux-6.12.1/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 …]
|
/linux-6.12.1/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 …]
|
/linux-6.12.1/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 */
|
/linux-6.12.1/drivers/phy/qualcomm/ |
D | phy-qcom-qmp-pcs-ufs-v6.h | 10 #define QPHY_V6_PCS_UFS_PHY_START 0x000 11 #define QPHY_V6_PCS_UFS_POWER_DOWN_CONTROL 0x004 12 #define QPHY_V6_PCS_UFS_SW_RESET 0x008 13 #define QPHY_V6_PCS_UFS_TIMER_20US_CORECLK_STEPS_MSB 0x00c 14 #define QPHY_V6_PCS_UFS_TIMER_20US_CORECLK_STEPS_LSB 0x010 15 #define QPHY_V6_PCS_UFS_PCS_CTRL1 0x020 16 #define QPHY_V6_PCS_UFS_PLL_CNTL 0x02c 17 #define QPHY_V6_PCS_UFS_TX_LARGE_AMP_DRV_LVL 0x030 18 #define QPHY_V6_PCS_UFS_TX_SMALL_AMP_DRV_LVL 0x038 19 #define QPHY_V6_PCS_UFS_BIST_FIXED_PAT_CTRL 0x060 [all …]
|
D | phy-qcom-qmp-qserdes-txrx-v6_n4.h | 9 #define QSERDES_V6_N4_TX_CLKBUF_ENABLE 0x08 10 #define QSERDES_V6_N4_TX_TX_EMP_POST1_LVL 0x0c 11 #define QSERDES_V6_N4_TX_TX_DRV_LVL 0x14 12 #define QSERDES_V6_N4_TX_RESET_TSYNC_EN 0x1c 13 #define QSERDES_V6_N4_TX_PRE_STALL_LDO_BOOST_EN 0x20 14 #define QSERDES_V6_N4_TX_RES_CODE_LANE_OFFSET_TX 0x30 15 #define QSERDES_V6_N4_TX_RES_CODE_LANE_OFFSET_RX 0x34 16 #define QSERDES_V6_N4_TX_TRANSCEIVER_BIAS_EN 0x48 17 #define QSERDES_V6_N4_TX_HIGHZ_DRVR_EN 0x4c 18 #define QSERDES_V6_N4_TX_TX_POL_INV 0x50 [all …]
|
/linux-6.12.1/Documentation/sound/ |
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-6.12.1/sound/isa/sb/ |
D | sb8.c | 21 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ 24 static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x220,0x240,0x260 */ 60 return 0; in snd_sb8_match() 63 return 0; in snd_sb8_match() 67 return 0; in snd_sb8_match() 82 if (err < 0) in snd_sb8_probe() 87 * Block the 0x388 port to avoid PnP conflicts. in snd_sb8_probe() 91 acard->fm_res = devm_request_region(card->dev, 0x388, 4, in snd_sb8_probe() 98 if (err < 0) in snd_sb8_probe() 103 0x220, 0x240, 0x260, in snd_sb8_probe() [all …]
|
/linux-6.12.1/drivers/pmdomain/renesas/ |
D | r8a77965-sysc.c | 18 { "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 …]
|
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/falcon/ |
D | tu102.c | 27 return (nvkm_falcon_rd32(falcon, falcon->addr2 + 0x240) & 0x00000001) != 0; in tu102_flcn_riscv_active()
|
/linux-6.12.1/Documentation/devicetree/bindings/gpio/ |
D | gpio-dsp-keystone.txt | 8 - 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>;
|
/linux-6.12.1/Documentation/devicetree/bindings/display/panel/ |
D | kingdisplay,kd035g6-54nt.yaml | 7 title: King Display KD035G6-54NT 3.5" (320x240 pixels) 24-bit TFT LCD panel 43 #size-cells = <0>; 45 panel@0 { 47 reg = <0>;
|
/linux-6.12.1/sound/isa/ |
D | sc6000.c | 33 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ 36 static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x220, 0x240 */ 38 static long mss_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x530, 0xe80 */ 40 /* 0x300, 0x310, 0x320, 0x330 */ 41 static int mpu_irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ; /* 5, 7, 9, 10, 0 */ 42 static int dma[SNDRV_CARDS] = SNDRV_DEFAULT_DMA; /* 0, 1, 3 */ 43 static bool joystick[SNDRV_CARDS] = { [0 ... (SNDRV_CARDS-1)] = false }; 70 #define WRITE_MDIRQ_CFG 0x50 /* Set M&I&DRQ mask (the real config) */ 71 #define COMMAND_52 0x52 /* */ 72 #define READ_HARD_CFG 0x58 /* Read Hardware Config (I/O base etc) */ [all …]
|