/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap4460.dtsi | 12 cpu0: cpu@0 { 32 reg = <0x4a002260 0x4 33 0x4a00232C 0x4 34 0x4a002378 0x18>; 36 interrupts = <0 126 IRQ_TYPE_LEVEL_HIGH>; /* talert */ 39 #thermal-sensor-cells = <0>; 45 reg = <0x4a307bd0 0x8>, <0x4a306014 0x4>, 46 <0x4A002268 0x4>; 52 1025000 0 0 0 0 0 53 1200000 0 0 0 0 0 [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | nvidia,tegra30-emc.yaml | 35 const: 0 53 "^emc-timings-[0-9]+$": 62 "^timing-[0-9]+$": 75 minimum: 0 91 Mode Register 0. 98 minimum: 0 239 reg = <0x7000f400 0x400>; 240 interrupts = <0 78 4>; 247 #interconnect-cells = <0>; 255 nvidia,emc-auto-cal-interval = <0x001fffff>; [all …]
|
/openbmc/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra30-asus-nexus7-tilapia-memory-timings.dtsi | 13 emc-timings-0 { 17 nvidia,emc-auto-cal-interval = <0x001fffff>; 18 nvidia,emc-mode-1 = <0x80100002>; 19 nvidia,emc-mode-2 = <0x80200018>; 20 nvidia,emc-mode-reset = <0x80000b71>; 21 nvidia,emc-zcal-cnt-long = <0x00000040>; 25 0x0000001f /* EMC_RC */ 26 0x00000069 /* EMC_RFC */ 27 0x00000017 /* EMC_RAS */ 28 0x00000007 /* EMC_RP */ [all …]
|
H A D | tegra30-asus-tf700t.dts | 18 port@0 { 92 reg = <0x10>; 111 mount-matrix = "1", "0", "0", 112 "0", "-1", "0", 113 "0", "0", "-1"; 117 mount-matrix = "0", "1", "0", 118 "1", "0", "0", 119 "0", "0", "-1"; 124 mount-matrix = "0", "-1", "0", 125 "-1", "0", "0", [all …]
|
H A D | tegra30-asus-tf300tg.dts | 22 <TEGRA_GPIO(X, 0) GPIO_ACTIVE_HIGH>, 171 reg = <0x10>; 190 mount-matrix = "1", "0", "0", 191 "0", "-1", "0", 192 "0", "0", "-1"; 196 mount-matrix = "-1", "0", "0", 197 "0", "1", "0", 198 "0", "0", "-1"; 203 mount-matrix = "0", "-1", "0", 204 "-1", "0", "0", [all …]
|
H A D | tegra30-ouya.dts | 32 tlm,version-major = <0x0>; 33 tlm,version-minor = <0x0>; 38 reg = <0x80000000 0x40000000>; 48 alloc-ranges = <0x80000000 0x30000000>; 49 size = <0x10000000>; /* 256MiB */ 56 reg = <0xbfdf0000 0x10000>; /* 64kB */ 57 console-size = <0x8000>; /* 32kB */ 58 record-size = <0x400>; /* 1kB */ 63 reg = <0xbfe00000 0x200000>; 81 pinctrl-0 = <&state_default>; [all …]
|
H A D | tegra30-asus-nexus7-grouper-memory-timings.dtsi | 5 emc-timings-0 { 6 nvidia,ram-code = <0>; /* Elpida EDJ2108EDBG-DJL-F */ 12 0x00020001 /* MC_EMEM_ARB_CFG */ 13 0xc0000020 /* MC_EMEM_ARB_OUTSTANDING_REQ */ 14 0x00000001 /* MC_EMEM_ARB_TIMING_RCD */ 15 0x00000001 /* MC_EMEM_ARB_TIMING_RP */ 16 0x00000002 /* MC_EMEM_ARB_TIMING_RC */ 17 0x00000000 /* MC_EMEM_ARB_TIMING_RAS */ 18 0x00000001 /* MC_EMEM_ARB_TIMING_FAW */ 19 0x00000001 /* MC_EMEM_ARB_TIMING_RRD */ [all …]
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | csr.h | 14 #define SR_SIE _AC(0x00000002, UL) /* Supervisor Interrupt Enable */ 15 #define SR_SPIE _AC(0x00000020, UL) /* Previous Supervisor IE */ 16 #define SR_SPP _AC(0x00000100, UL) /* Previously Supervisor */ 17 #define SR_SUM _AC(0x00040000, UL) /* Supervisor access User Memory */ 19 #define SR_FS _AC(0x00006000, UL) /* Floating-point Status */ 20 #define SR_FS_OFF _AC(0x00000000, UL) 21 #define SR_FS_INITIAL _AC(0x00002000, UL) 22 #define SR_FS_CLEAN _AC(0x00004000, UL) 23 #define SR_FS_DIRTY _AC(0x00006000, UL) 25 #define SR_XS _AC(0x00018000, UL) /* Extension Status */ [all …]
|
H A D | encoding.h | 16 #define MSTATUS_UIE 0x00000001 17 #define MSTATUS_SIE 0x00000002 18 #define MSTATUS_HIE 0x00000004 19 #define MSTATUS_MIE 0x00000008 20 #define MSTATUS_UPIE 0x00000010 21 #define MSTATUS_SPIE 0x00000020 22 #define MSTATUS_HPIE 0x00000040 23 #define MSTATUS_MPIE 0x00000080 24 #define MSTATUS_SPP 0x00000100 25 #define MSTATUS_HPP 0x00000600 [all …]
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | dcr.h | 8 asm volatile("mfdcr %0,%1" : "=r"(rval) : "i"(rn)); \ 12 asm volatile("mtdcr %0,%1" : : "i"(rn), "r"(val)) 16 asm volatile("mfdcrx %0,%1" : "=r"(rval) : "r"(rn)); \ 21 asm volatile("mtdcrx %0,%1" : : "r"(rn), "r" (val)); \ 25 #define DCRN_SDRAM0_CFGADDR 0x010 26 #define DCRN_SDRAM0_CFGDATA 0x011 35 #define SDRAM0_B0CR 0x40 36 #define SDRAM0_B1CR 0x44 37 #define SDRAM0_B2CR 0x48 38 #define SDRAM0_B3CR 0x4c [all …]
|
/openbmc/linux/drivers/net/ethernet/renesas/ |
H A D | rcar_gen4_ptp.h | 12 #define PTPTIVC_INIT 0x19000000 /* 320MHz */ 14 #define RCAR_GEN4_GPTP_OFFSET_S4 0x00018000 22 #define RCAR_GEN4_RXTSTAMP_ENABLED BIT(0) 27 #define RCAR_GEN4_TXTSTAMP_ENABLED BIT(0) 29 #define PTPRO 0 32 PTPTMEC = PTPRO + 0x0010, 33 PTPTMDC = PTPRO + 0x0014, 34 PTPTIVC0 = PTPRO + 0x0020, 35 PTPTOVC00 = PTPRO + 0x0030, 36 PTPTOVC10 = PTPRO + 0x0034, [all …]
|
/openbmc/u-boot/board/qemu-mips/ |
H A D | qemu-mips.c | 21 return 0; in dram_init() 32 case 0x00018000: in checkboard() 35 case 0x00018400: in checkboard() 38 case 0x00019000: in checkboard() 41 case 0x00019300: in checkboard() 48 case 0x00019500: in checkboard() 51 case 0x00000400: in checkboard() 54 case 0x00018100: in checkboard() 61 case 0x000182a0: in checkboard() 68 printf(" proc_id=0x%x\n", proc_id); in checkboard() [all …]
|
/openbmc/qemu/tests/tcg/mips/user/ase/dsp/ |
H A D | test_dsp_r2_dpaqx_sa_w_ph.c | 10 ach = 0x00000005; in main() 11 acl = 0x00000005; in main() 12 rs = 0x00FF00FF; in main() 13 rt = 0x00010002; in main() 14 resulth = 0x00; in main() 15 resultl = 0x7FFFFFFF; in main() 16 resultdsp = 0x01; in main() 17 dsp = 0; in main() 20 "mthi %0, $ac1\n\t" in main() 23 "mfhi %0, $ac1\n\t" in main() [all …]
|
H A D | test_dsp_r2_dpaqx_s_w_ph.c | 10 rs = 0x800000FF; in main() 11 rt = 0x00018000; in main() 12 resulth = 0x05; in main() 13 resultl = 0x80000202; in main() 14 resultdsp = 0x01; in main() 16 ("mthi %0, $ac1\n\t" in main() 19 "mfhi %0, $ac1\n\t" in main() 25 dsp = (dsp >> 17) & 0x01; in main() 32 rs = 0x00FF00FF; in main() 33 rt = 0x00010002; in main() [all …]
|
/openbmc/linux/arch/arm64/boot/dts/allwinner/ |
H A D | sun50i-h5.dtsi | 11 #size-cells = <0>; 13 cpu0: cpu@0 { 16 reg = <0>; 84 reg = <0x01c00000 0x1000>; 91 reg = <0x00018000 0x1c000>; 94 ranges = <0 0x00018000 0x1c000>; 96 ve_sram: sram-section@0 { 99 reg = <0x000000 0x1c000>; 106 reg = <0x01c0e000 0x1000>; 117 reg = <0x01c15000 0x1000>; [all …]
|
/openbmc/u-boot/board/timll/devkit3250/ |
H A D | devkit3250_spl.c | 25 .cmddelay = 0x0001C000, 26 .config0 = 0x00005682, 27 .rascas0 = 0x00000302, 28 .rdconfig = 0x00000011, /* undocumented but crucial value */ 39 .tcdlr = 0, 43 .mode = 0x00018000, 44 .emode = 0x02000000,
|
/openbmc/u-boot/board/work-microwave/work_92105/ |
H A D | work_92105_spl.c | 19 .cmddelay = 0x0001C000, 20 .config0 = 0x00005682, 21 .rascas0 = 0x00000302, 22 .rdconfig = 0x00000011, 32 .tcdlr = 0, 34 .mode = 0x00018000, 35 .emode = 0x02000000 39 .cmddelay = 0x0001C000, 40 .config0 = 0x00005882, 41 .rascas0 = 0x00000302, [all …]
|
/openbmc/linux/drivers/video/fbdev/mb862xx/ |
H A D | mb862xx_reg.h | 9 #define MB862XX_MMIO_BASE 0x01fc0000 10 #define MB862XX_MMIO_HIGH_BASE 0x03fc0000 11 #define MB862XX_I2C_BASE 0x0000c000 12 #define MB862XX_DISP_BASE 0x00010000 13 #define MB862XX_CAP_BASE 0x00018000 14 #define MB862XX_DRAW_BASE 0x00030000 15 #define MB862XX_GEO_BASE 0x00038000 16 #define MB862XX_PIO_BASE 0x00038000 17 #define MB862XX_MMIO_SIZE 0x40000 20 #define GC_IST 0x00000020 [all …]
|
/openbmc/linux/include/net/ |
H A D | ieee80211_radiotap.h | 29 * @it_version: radiotap version, always 0 58 /* version is always 0 */ 59 #define PKTHDR_RADIOTAP_VERSION 0 63 IEEE80211_RADIOTAP_TSFT = 0, 102 IEEE80211_RADIOTAP_F_CFP = 0x01, 103 IEEE80211_RADIOTAP_F_SHORTPRE = 0x02, 104 IEEE80211_RADIOTAP_F_WEP = 0x04, 105 IEEE80211_RADIOTAP_F_FRAG = 0x08, 106 IEEE80211_RADIOTAP_F_FCS = 0x10, 107 IEEE80211_RADIOTAP_F_DATAPAD = 0x20, [all …]
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | csr.h | 13 #define SR_SIE _AC(0x00000002, UL) /* Supervisor Interrupt Enable */ 14 #define SR_MIE _AC(0x00000008, UL) /* Machine Interrupt Enable */ 15 #define SR_SPIE _AC(0x00000020, UL) /* Previous Supervisor IE */ 16 #define SR_MPIE _AC(0x00000080, UL) /* Previous Machine IE */ 17 #define SR_SPP _AC(0x00000100, UL) /* Previously Supervisor */ 18 #define SR_MPP _AC(0x00001800, UL) /* Previously Machine */ 19 #define SR_SUM _AC(0x00040000, UL) /* Supervisor User Memory Access */ 21 #define SR_FS _AC(0x00006000, UL) /* Floating-point Status */ 22 #define SR_FS_OFF _AC(0x00000000, UL) 23 #define SR_FS_INITIAL _AC(0x00002000, UL) [all …]
|
/openbmc/linux/lib/ |
H A D | bitfield_kunit.c | 17 "u" #tp "_encode_bits(" #v ", " #field ") is 0x%llx != " #res "\n", \ 22 } while (0) 31 "le" #tp "_encode_bits(" #v ", " #field ") is 0x%llx != 0x%llx",\ 37 } while (0) 46 "be" #tp "_encode_bits(" #v ", " #field ") is 0x%llx != 0x%llx", \ 52 } while (0) 58 } while (0) 68 CHECK_ENC_GET(16, 1, 0x000f, 0x0001); in test_bitfields_constants() 69 CHECK_ENC_GET(16, 3, 0x00f0, 0x0030); in test_bitfields_constants() 70 CHECK_ENC_GET(16, 5, 0x0f00, 0x0500); in test_bitfields_constants() [all …]
|
/openbmc/linux/drivers/gpu/drm/gma500/ |
H A D | psb_reg.h | 13 #define PSB_CR_CLKGATECTL 0x0000 16 #define _PSB_C_CLKGATECTL_USE_CLKG_MASK (0x3 << 20) 18 #define _PSB_C_CLKGATECTL_DPM_CLKG_MASK (0x3 << 16) 20 #define _PSB_C_CLKGATECTL_TA_CLKG_MASK (0x3 << 12) 22 #define _PSB_C_CLKGATECTL_TSP_CLKG_MASK (0x3 << 8) 24 #define _PSB_C_CLKGATECTL_ISP_CLKG_MASK (0x3 << 4) 25 #define _PSB_C_CLKGATECTL_2D_CLKG_SHIFT (0) 26 #define _PSB_C_CLKGATECTL_2D_CLKG_MASK (0x3 << 0) 27 #define _PSB_C_CLKGATECTL_CLKG_ENABLED (0) 31 #define PSB_CR_CORE_ID 0x0010 [all …]
|
/openbmc/linux/drivers/crypto/amcc/ |
H A D | crypto4xx_reg_def.h | 15 #define CRYPTO4XX_DESCRIPTOR 0x00000000 16 #define CRYPTO4XX_CTRL_STAT 0x00000000 17 #define CRYPTO4XX_SOURCE 0x00000004 18 #define CRYPTO4XX_DEST 0x00000008 19 #define CRYPTO4XX_SA 0x0000000C 20 #define CRYPTO4XX_SA_LENGTH 0x00000010 21 #define CRYPTO4XX_LENGTH 0x00000014 23 #define CRYPTO4XX_PE_DMA_CFG 0x00000040 24 #define CRYPTO4XX_PE_DMA_STAT 0x00000044 25 #define CRYPTO4XX_PDR_BASE 0x00000048 [all …]
|
/openbmc/linux/include/linux/mfd/ |
H A D | cs42l43-regs.h | 13 #define CS42L43_GEN_INT_STAT_1 0x000000C0 14 #define CS42L43_GEN_INT_MASK_1 0x000000C1 15 #define CS42L43_DEVID 0x00003000 16 #define CS42L43_REVID 0x00003004 17 #define CS42L43_RELID 0x0000300C 18 #define CS42L43_SFT_RESET 0x00003020 19 #define CS42L43_DRV_CTRL1 0x00006004 20 #define CS42L43_DRV_CTRL3 0x0000600C 21 #define CS42L43_DRV_CTRL4 0x00006010 22 #define CS42L43_DRV_CTRL_5 0x00006014 [all …]
|
/openbmc/linux/lib/crypto/ |
H A D | des.c | 31 0x00, 0x00, 0x40, 0x04, 0x10, 0x10, 0x50, 0x14, 32 0x04, 0x40, 0x44, 0x44, 0x14, 0x50, 0x54, 0x54, 33 0x02, 0x02, 0x42, 0x06, 0x12, 0x12, 0x52, 0x16, 34 0x06, 0x42, 0x46, 0x46, 0x16, 0x52, 0x56, 0x56, 35 0x80, 0x08, 0xc0, 0x0c, 0x90, 0x18, 0xd0, 0x1c, 36 0x84, 0x48, 0xc4, 0x4c, 0x94, 0x58, 0xd4, 0x5c, 37 0x82, 0x0a, 0xc2, 0x0e, 0x92, 0x1a, 0xd2, 0x1e, 38 0x86, 0x4a, 0xc6, 0x4e, 0x96, 0x5a, 0xd6, 0x5e, 39 0x20, 0x20, 0x60, 0x24, 0x30, 0x30, 0x70, 0x34, 40 0x24, 0x60, 0x64, 0x64, 0x34, 0x70, 0x74, 0x74, [all …]
|