/openbmc/linux/arch/sh/drivers/pci/ |
H A 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()
|
/openbmc/linux/Documentation/networking/device_drivers/appletalk/ |
H A 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
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A 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 …]
|
/openbmc/linux/drivers/media/usb/gspca/ |
H A 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 …]
|
H A 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 …]
|
/openbmc/linux/arch/sh/boards/ |
H A 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 …]
|
/openbmc/linux/sound/isa/gus/ |
H A 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 …]
|
/openbmc/qemu/linux-user/loongarch64/ |
H A D | vdso-asmoffset.h | 1 #define sizeof_rt_sigframe 0x240 2 #define sizeof_sigcontext 0x110 3 #define sizeof_sctx_info 0x10 5 #define offsetof_sigcontext 0x130 6 #define offsetof_sigcontext_pc 0 8 #define offsetof_fpucontext_fr 0
|
/openbmc/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 …]
|
/openbmc/u-boot/drivers/ram/stm32mp1/ |
H A D | stm32mp1_ddr_regs.h | 11 u32 mstr ; /* 0x0 Master*/ 12 u32 stat; /* 0x4 Operating Mode Status*/ 13 u8 reserved008[0x10 - 0x8]; 14 u32 mrctrl0; /* 0x10 Control 0.*/ 15 u32 mrctrl1; /* 0x14 Control 1*/ 16 u32 mrstat; /* 0x18 Status*/ 17 u32 reserved01c; /* 0x1c */ 18 u32 derateen; /* 0x20 Temperature Derate Enable*/ 19 u32 derateint; /* 0x24 Temperature Derate Interval*/ 20 u8 reserved028[0x30 - 0x28]; [all …]
|
/openbmc/linux/arch/sh/include/mach-common/mach/ |
H A 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 */
|
/openbmc/linux/arch/arm/boot/dts/ti/keystone/ |
H A 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 …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | exynos4x12-pinctrl-uboot.dtsi | 13 reg = <0x180 0x20>; 16 reg = <0x240 0x20>; 24 reg = <0x40 0x20>; 27 reg = <0x260 0x20>; 30 reg = <0xc00 0x20>;
|
/openbmc/linux/drivers/clk/renesas/ |
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
/openbmc/u-boot/include/net/pfe_eth/pfe/cbus/ |
H A D | util_csr.h | 10 #define UTIL_VERSION (UTIL_CSR_BASE_ADDR + 0x000) 11 #define UTIL_TX_CTRL (UTIL_CSR_BASE_ADDR + 0x004) 12 #define UTIL_INQ_PKTPTR (UTIL_CSR_BASE_ADDR + 0x010) 14 #define UTIL_HDR_SIZE (UTIL_CSR_BASE_ADDR + 0x014) 16 #define UTIL_PE0_QB_DM_ADDR0 (UTIL_CSR_BASE_ADDR + 0x020) 17 #define UTIL_PE0_QB_DM_ADDR1 (UTIL_CSR_BASE_ADDR + 0x024) 18 #define UTIL_PE0_RO_DM_ADDR0 (UTIL_CSR_BASE_ADDR + 0x060) 19 #define UTIL_PE0_RO_DM_ADDR1 (UTIL_CSR_BASE_ADDR + 0x064) 21 #define UTIL_MEM_ACCESS_ADDR (UTIL_CSR_BASE_ADDR + 0x100) 22 #define UTIL_MEM_ACCESS_WDATA (UTIL_CSR_BASE_ADDR + 0x104) [all …]
|
/openbmc/linux/drivers/pmdomain/renesas/ |
H A 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 …]
|
/openbmc/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 …]
|
/openbmc/linux/sound/isa/sb/ |
H A 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 …]
|
/openbmc/u-boot/drivers/clk/renesas/ |
H A D | r8a7790-cpg-mssr.c | 85 DEF_DIV6P1("sd2", R8A7790_CLK_SD2, CLK_PLL1_DIV2, 0x078), 86 DEF_DIV6P1("sd3", R8A7790_CLK_SD3, CLK_PLL1_DIV2, 0x26c), 87 DEF_DIV6P1("mmc0", R8A7790_CLK_MMC0, CLK_PLL1_DIV2, 0x240), 88 DEF_DIV6P1("mmc1", R8A7790_CLK_MMC1, CLK_PLL1_DIV2, 0x244), 89 DEF_DIV6P1("ssp", R8A7790_CLK_SSP, CLK_PLL1_DIV2, 0x248), 90 DEF_DIV6P1("ssprs", R8A7790_CLK_SSPRS, CLK_PLL1_DIV2, 0x24c), 94 DEF_MOD("msiof0", 0, R8A7790_CLK_MP), 106 DEF_MOD("fdp1-0", 119, R8A7790_CLK_ZS), 138 DEF_MOD("usb3.0", 328, R8A7790_CLK_MP), 220 * 0 0 0 15 x172/2 x208/2 x106 [all …]
|
H A 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), 216 * 0 0 0 15 x172/2 x208/2 x106 217 * 0 0 1 15 x172/2 x208/2 x88 [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/display/panel/ |
H A D | kingdisplay,kd035g6-54nt.yaml | 7 title: King Display KD035G6-54NT 3.5" (320x240 pixels) 24-bit TFT LCD panel 41 #size-cells = <0>; 43 panel@0 { 45 reg = <0>;
|
/openbmc/linux/Documentation/devicetree/bindings/gpio/ |
H A 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>;
|