Home
last modified time | relevance | path

Searched +full:0 +full:x05000000 (Results 1 – 25 of 70) sorted by relevance

123

/Linux-v6.6/Documentation/devicetree/bindings/net/
Dcavium-mdio.txt15 - #size-cells: Must be <0>. MDIO addresses have no size component.
23 #size-cells = <0>;
24 reg = <0x11800 0x00001800 0x0 0x40>;
26 ethernet-phy@0 {
28 reg = <0>;
58 reg = <0x0b00 0 0 0 0>; /* DEVFN = 0x0b (1:3) */
59 assigned-addresses = <0x03000000 0x87e0 0x05000000 0x0 0x800000>;
60 ranges = <0x87e0 0x05000000 0x03000000 0x87e0 0x05000000 0x0 0x800000>;
65 #size-cells = <0>;
66 reg = <0x87e0 0x05003800 0x0 0x30>;
[all …]
/Linux-v6.6/arch/arm64/boot/dts/amlogic/
Damlogic-t7-a311d2-khadas-vim4.dts18 memory@0 {
20 reg = <0x0 0x0 0x2 0x0>; /* 8 GB */
30 reg = <0x0 0x05000000 0x0 0x300000>;
36 reg = <0x0 0x05300000 0x0 0x2000000>;
45 #clock-cells = <0>;
/Linux-v6.6/drivers/net/ethernet/ibm/emac/
Dtah.h52 #define TAH_MR_CVR 0x80000000
53 #define TAH_MR_SR 0x40000000
54 #define TAH_MR_ST_256 0x01000000
55 #define TAH_MR_ST_512 0x02000000
56 #define TAH_MR_ST_768 0x03000000
57 #define TAH_MR_ST_1024 0x04000000
58 #define TAH_MR_ST_1280 0x05000000
59 #define TAH_MR_ST_1536 0x06000000
60 #define TAH_MR_TFS_16KB 0x00000000
61 #define TAH_MR_TFS_2KB 0x00200000
[all …]
/Linux-v6.6/arch/powerpc/include/asm/
Dreg_8xx.h29 #define SPRN_EID 81 /* External interrupt disable (EE=0, RI=1) */
30 #define SPRN_NRI 82 /* Non recoverable interrupt (EE=0, RI=0) */
38 #define LCTRL1_CTE_GT 0xc0000000
39 #define LCTRL1_CTF_LT 0x14000000
40 #define LCTRL1_CRWE_RW 0x00000000
41 #define LCTRL1_CRWE_RO 0x00040000
42 #define LCTRL1_CRWE_WO 0x000c0000
43 #define LCTRL1_CRWF_RW 0x00000000
44 #define LCTRL1_CRWF_RO 0x00010000
45 #define LCTRL1_CRWF_WO 0x00030000
[all …]
/Linux-v6.6/arch/arm/boot/dts/broadcom/
Dbcm53016-dlink-dwl-8610ap.dts13 memory@0 {
16 reg = <0x00000000 0x08000000>,
17 <0x88000000 0x08000000>;
26 gpios = <&chipcommon 0 GPIO_ACTIVE_LOW>;
66 * Flash memory at 0x1e000000-0x1fffffff
72 reg = <0x1e080000 0x00020000>;
112 trx@0 {
114 reg = <0x00000000 0x02800000>;
121 reg = <0x02800000 0x02800000>;
128 reg = <0x05000000 0x03000000>;
/Linux-v6.6/drivers/gpu/drm/i915/gt/
Dgen7_renderstate.c11 0x0000000c,
12 0x00000010,
13 0x00000018,
14 0x000001ec,
19 0x69040000,
20 0x61010008,
21 0x00000000,
22 0x00000001, /* reloc */
23 0x00000001, /* reloc */
24 0x00000000,
[all …]
Dgen6_renderstate.c11 0x00000020,
12 0x00000024,
13 0x0000002c,
14 0x000001e0,
15 0x000001e4,
20 0x69040000,
21 0x790d0001,
22 0x00000000,
23 0x00000000,
24 0x78180000,
[all …]
/Linux-v6.6/Documentation/devicetree/bindings/memory-controllers/
Dexynos-srom.yaml35 <bank-number> 0 <parent address of bank> <size>
39 "^.*@[0-3],[a-f0-9]+$":
53 typically 0 as this is the start of the bank.
77 Tacp: Page mode access cycle at Page mode (0 - 15)
78 Tcah: Address holding time after CSn (0 - 15)
79 Tcoh: Chip selection hold on OEn (0 - 15)
80 Tacc: Access cycle (0 - 31, the actual time is N + 1)
81 Tcos: Chip selection set-up before OEn (0 - 15)
82 Tacs: Address set-up before CSn (0 - 15)
99 reg = <0x12560000 0x14>;
[all …]
/Linux-v6.6/arch/sh/include/mach-common/mach/
Durquell.h6 * ------ 0x00000000 ------------------------------------
8 * -----+ 0x04000000 ------------------------------------
10 * -----+ 0x08000000 ------------------------------------
13 * -----+ 0x10000000 ------------------------------------
15 * -----+ 0x14000000 ------------------------------------
17 * -----+ 0x18000000 ------------------------------------
19 * -----+ 0x1c000000 ------------------------------------
24 #define NOR_FLASH_ADDR 0x00000000
25 #define NOR_FLASH_SIZE 0x04000000
27 #define CS1_BASE 0x05000000
[all …]
/Linux-v6.6/arch/arm/include/asm/
Delf.h25 #define EF_ARM_EABI_MASK 0xff000000
26 #define EF_ARM_EABI_UNKNOWN 0x00000000
27 #define EF_ARM_EABI_VER1 0x01000000
28 #define EF_ARM_EABI_VER2 0x02000000
29 #define EF_ARM_EABI_VER3 0x03000000
30 #define EF_ARM_EABI_VER4 0x04000000
31 #define EF_ARM_EABI_VER5 0x05000000
33 #define EF_ARM_BE8 0x00800000 /* ABI 4,5 */
34 #define EF_ARM_LE8 0x00400000 /* ABI 4,5 */
35 #define EF_ARM_MAVERICK_FLOAT 0x00000800 /* ABI 0 */
[all …]
/Linux-v6.6/arch/sh/boards/
Dboard-urquell.c32 * SW2 0x1x xxxx -> little endian
39 * 0x00000000 - 0x04000000 (CS0) Nor Flash
40 * 0x04000000 - 0x04200000 (CS1) SRAM
41 * 0x05000000 - 0x05800000 (CS1) on board register
42 * 0x05800000 - 0x06000000 (CS1) LAN91C111
43 * 0x06000000 - 0x06400000 (CS1) PCMCIA
44 * 0x08000000 - 0x10000000 (CS2-CS3) DDR3
45 * 0x10000000 - 0x14000000 (CS4) PCIe
46 * 0x14000000 - 0x14800000 (CS5) Core0 LRAM/URAM
47 * 0x14800000 - 0x15000000 (CS5) Core1 LRAM/URAM
[all …]
/Linux-v6.6/drivers/pinctrl/visconti/
Dpinctrl-tmpv7700.c15 #define tmpv7700_MAGIC_NUM 0x4932f70e
18 #define REG_KEY_CTRL 0x0000
19 #define REG_KEY_CMD 0x0004
20 #define REG_PINMUX1 0x3000
21 #define REG_PINMUX2 0x3004
22 #define REG_PINMUX3 0x3008
23 #define REG_PINMUX4 0x300c
24 #define REG_PINMUX5 0x3010
25 #define REG_IOSET 0x3014
26 #define REG_IO_VSEL 0x3018
[all …]
/Linux-v6.6/Documentation/devicetree/bindings/dma/ti/
Dk3-udma.yaml56 for source thread IDs (rx): 0 - 0x7fff
57 for destination thread IDs (tx): 0x8000 - 0xffff
153 ranges = <0x0 0x30800000 0x0 0x30800000 0x0 0x05000000>;
159 reg = <0x0 0x31150000 0x0 0x100>,
160 <0x0 0x34000000 0x0 0x100000>,
161 <0x0 0x35000000 0x0 0x100000>;
172 ti,sci-rm-range-tchan = <0x1>, /* TX_HCHAN */
173 <0x2>; /* TX_CHAN */
174 ti,sci-rm-range-rchan = <0x4>, /* RX_HCHAN */
175 <0x5>; /* RX_CHAN */
[all …]
/Linux-v6.6/arch/arm/vdso/
Dvdsomunge.c49 ((((x) & 0x00ff) << 8) | \
50 (((x) & 0xff00) >> 8))
53 ((((x) & 0x000000ff) << 24) | \
54 (((x) & 0x0000ff00) << 8) | \
55 (((x) & 0x00ff0000) >> 8) | \
56 (((x) & 0xff000000) >> 24))
68 #define EF_ARM_EABI_VER5 0x05000000
72 #define EF_ARM_ABI_FLOAT_SOFT 0x200
76 #define EF_ARM_ABI_FLOAT_HARD 0x400
130 argv0 = argv[0]; in main()
[all …]
/Linux-v6.6/drivers/edac/
Dfsl_ddr_edac.c62 return sprintf(data, "0x%08x", in fsl_mc_inject_data_hi_show()
72 return sprintf(data, "0x%08x", in fsl_mc_inject_data_lo_show()
82 return sprintf(data, "0x%08x", in fsl_mc_inject_ctrl_show()
96 rc = kstrtoul(data, 0, &val); in fsl_mc_inject_data_hi_store()
103 return 0; in fsl_mc_inject_data_hi_store()
116 rc = kstrtoul(data, 0, &val); in fsl_mc_inject_data_lo_store()
123 return 0; in fsl_mc_inject_data_lo_store()
136 rc = kstrtoul(data, 0, &val); in fsl_mc_inject_ctrl_store()
143 return 0; in fsl_mc_inject_ctrl_store()
175 /* [0:31] [32:63] */
[all …]
/Linux-v6.6/drivers/video/fbdev/
Dpxa3xx-gcu.c40 #define REG_GCCR 0x00
46 #define REG_GCISCR 0x04
47 #define REG_GCIECR 0x08
48 #define REG_GCRBBR 0x20
49 #define REG_GCRBLR 0x24
50 #define REG_GCRBHR 0x28
51 #define REG_GCRBTR 0x2C
52 #define REG_GCRBEXHR 0x30
54 #define IE_EOB (1 << 0)
56 #define IE_ALL 0xff
[all …]
Di740_reg.h37 #define XRX 0x3D6
38 #define MRX 0x3D2
41 #define DACMASK 0x3C6
42 #define DACSTATE 0x3C7
43 #define DACRX 0x3C7
44 #define DACWX 0x3C8
45 #define DACDATA 0x3C9
48 #define START_ADDR_HI 0x0C
49 #define START_ADDR_LO 0x0D
50 #define VERT_SYNC_END 0x11
[all …]
/Linux-v6.6/arch/arm64/boot/dts/qcom/
Dmsm8992-lg-bullhead.dtsi26 qcom,msm-id = <251 0>, <252 0>;
27 qcom,pmic-id = <0x10009 0x1000A 0x0 0x0>;
47 reg = <0x0 0x1ff00000 0x0 0x40000>;
48 console-size = <0x10000>;
49 record-size = <0x10000>;
50 ftrace-size = <0x10000>;
51 pmsg-size = <0x20000>;
55 reg = <0 0x03400000 0 0xc00000>;
60 reg = <0x0 0x05000000 0x0 0x1a00000>;
71 pm8994_regulators: regulators-0 {
/Linux-v6.6/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dtable.c7 0x800, 0x8020D010,
8 0x804, 0x080112E0,
9 0x808, 0x0E028233,
10 0x80C, 0x12131113,
11 0x810, 0x20101263,
12 0x814, 0x020C3D10,
13 0x818, 0x03A00385,
14 0x820, 0x00000000,
15 0x824, 0x00030FE0,
16 0x828, 0x00000000,
[all …]
/Linux-v6.6/drivers/mtd/devices/
Dms02-nv.c26 "ms02-nv.c: v.1.0.0 13 Aug 2001 Maciej W. Rozycki.\n";
35 * at any 8MiB boundary within a 0MiB up to 112MiB range or at any 32MiB
36 * boundary within a 0MiB up to 448MiB range. We don't support a module
37 * at 0MiB, though.
40 0x07000000, 0x06800000, 0x06000000, 0x05800000, 0x05000000,
41 0x04800000, 0x04000000, 0x03800000, 0x03000000, 0x02800000,
42 0x02000000, 0x01800000, 0x01000000, 0x00800000
60 return 0; in ms02nv_read()
70 return 0; in ms02nv_write()
92 return 0; in ms02nv_probe_one()
[all …]
/Linux-v6.6/drivers/crypto/chelsio/
Dchcr_crypto.h63 #define CHCR_ENCRYPT_OP 0
72 #define CHCR_SCMD_AUTH_CTRL_AUTH_CIPHER 0
75 #define CHCR_SCMD_CIPHER_MODE_NOP 0
83 #define CHCR_SCMD_AUTH_MODE_NOP 0
95 #define CHCR_SCMD_HMAC_CTRL_NOP 0
103 #define VERIFY_HW 0
106 #define CHCR_SCMD_IVGEN_CTRL_HW 0
111 #define CHCR_KEYCTX_MAC_KEY_SIZE_128 0
116 #define CHCR_KEYCTX_CIPHER_KEY_SIZE_128 0
128 #define IV_NOP 0
[all …]
/Linux-v6.6/lib/crypto/
Ddes.c31 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 …]
/Linux-v6.6/drivers/scsi/sym53c8xx_2/
Dsym_defs.h45 #define FE_LED0 (1<<0)
88 #define ISCON 0x10 /* connected to scsi */
89 #define CRST 0x08 /* force reset */
90 #define IARB 0x02 /* immediate arbitration */
93 #define SDU 0x80 /* cmd: disconnect will raise error */
94 #define CHM 0x40 /* sta: chained mode */
95 #define WSS 0x08 /* sta: wide scsi send [W]*/
96 #define WSR 0x01 /* sta: wide scsi received [W]*/
99 #define EWS 0x08 /* cmd: enable wide scsi [W]*/
100 #define ULTRA 0x80 /* cmd: ULTRA enable */
[all …]
/Linux-v6.6/arch/arm/boot/dts/samsung/
Ds5pv210-aquila.dts32 reg = <0x30000000 0x05000000>, <0x40000000 0x18000000>;
35 pmic_ap_clk: clock-0 {
38 #clock-cells = <0>;
42 vtf_reg: regulator-0 {
67 sda-gpios = <&gpj4 0 GPIO_ACTIVE_HIGH>;
71 #size-cells = <0>;
75 reg = <0x66>;
77 max8998,pmic-buck1-default-dvs-idx = <0>;
83 max8998,pmic-buck2-default-dvs-idx = <0>;
123 regulator-name = "VCC_3.0V";
[all …]
/Linux-v6.6/drivers/atm/
Didt77252.h52 #define DBG_RAW_CELL 0x00000400
53 #define DBG_TINY 0x00000200
54 #define DBG_GENERAL 0x00000100
55 #define DBG_XGENERAL 0x00000080
56 #define DBG_INIT 0x00000040
57 #define DBG_DEINIT 0x00000020
58 #define DBG_INTERRUPT 0x00000010
59 #define DBG_OPEN_CONN 0x00000008
60 #define DBG_CLOSE_CONN 0x00000004
61 #define DBG_RX_DATA 0x00000002
[all …]

123