Home
last modified time | relevance | path

Searched +full:0 +full:x52000000 (Results 1 – 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-s3c/
Dmap-s3c24xx.h19 #define S3C2410_PA_IRQ (0x4A000000)
23 #define S3C2410_PA_MEMCTRL (0x48000000)
27 #define S3C2410_PA_TIMER (0x51000000)
34 #define S3C2410_PA_USBDEV (0x52000000)
38 #define S3C2410_PA_WATCHDOG (0x53000000)
52 #define S3C2410_PA_USBHOST (0x49000000)
55 #define S3C2416_PA_HSUDC (0x49800000)
59 #define S3C2410_PA_DMA (0x4B000000)
63 #define S3C2410_PA_CLKPWR (0x4C000000)
66 #define S3C2410_PA_LCD (0x4D000000)
[all …]
/kernel/linux/linux-4.19/arch/arm/mach-s3c24xx/include/mach/
Dmap.h19 #define S3C2410_PA_IRQ (0x4A000000)
23 #define S3C2410_PA_MEMCTRL (0x48000000)
27 #define S3C2410_PA_TIMER (0x51000000)
34 #define S3C2410_PA_USBDEV (0x52000000)
38 #define S3C2410_PA_WATCHDOG (0x53000000)
52 #define S3C2410_PA_USBHOST (0x49000000)
55 #define S3C2416_PA_HSUDC (0x49800000)
59 #define S3C2410_PA_DMA (0x4B000000)
63 #define S3C2410_PA_CLKPWR (0x4C000000)
66 #define S3C2410_PA_LCD (0x4D000000)
[all …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/dma/
Dstm32-mdma.txt25 reg = <0x52000000 0x1000>;
32 st,ahb-addr-masks = <0x20000000>, <0x00000000>;
43 0x00: Low
44 0x01: Medium
45 0x10: High
46 0x11: Very high
48 -bit 0-1: Source increment mode
49 0x00: Source address pointer is fixed
50 0x10: Source address pointer is incremented after each data transfer
51 0x11: Source address pointer is decremented after each data transfer
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/
Dst,stm32-mdma.yaml17 0x0: Low
18 0x1: Medium
19 0x2: High
20 0x3: Very high
22 -bit 0-1: Source increment mode
23 0x0: Source address pointer is fixed
24 0x2: Source address pointer is incremented after each data transfer
25 0x3: Source address pointer is decremented after each data transfer
27 0x0: Destination address pointer is fixed
28 0x2: Destination address pointer is incremented after each data transfer
[all …]
/kernel/linux/linux-4.19/arch/arm/boot/dts/
Domap4.dtsi36 #size-cells = <0>;
38 cpu@0 {
42 reg = <0x0>;
53 reg = <0x1>;
72 reg = <0x48241000 0x1000>,
73 <0x48240100 0x0100>;
79 reg = <0x48242000 0x1000>;
87 reg = <0x48240600 0x20>;
96 reg = <0x48281000 0x1000>;
136 reg = <0x44000000 0x1000>,
[all …]
Dstm32h743.dtsi52 #clock-cells = <0>;
54 clock-frequency = <0>;
58 #clock-cells = <0>;
64 #clock-cells = <0>;
66 clock-frequency = <0>;
73 reg = <0x40000c00 0x400>;
80 #size-cells = <0>;
82 reg = <0x40002400 0x400>;
93 trigger@0 {
95 reg = <0>;
[all …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Domap4.dtsi40 #size-cells = <0>;
42 cpu@0 {
46 reg = <0x0>;
57 reg = <0x1>;
76 reg = <0x48241000 0x1000>,
77 <0x48240100 0x0100>;
83 reg = <0x48242000 0x1000>;
91 reg = <0x48240600 0x20>;
100 reg = <0x48281000 0x1000>;
135 reg = <0x44000000 0x1000>,
[all …]
Dstm32h743.dtsi54 #clock-cells = <0>;
56 clock-frequency = <0>;
60 #clock-cells = <0>;
66 #clock-cells = <0>;
68 clock-frequency = <0>;
75 reg = <0x40000c00 0x400>;
82 #size-cells = <0>;
84 reg = <0x40002400 0x400>;
95 trigger@0 {
97 reg = <0>;
[all …]
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dinsn.h23 * 0 0 - - Unallocated
24 * 1 0 0 - Data processing, immediate
25 * 1 0 1 - Branch, exception generation and system instructions
26 * - 1 - 0 Loads and stores
27 * - 1 0 1 Data processing - register
28 * 0 1 1 1 Data processing - SIMD and floating point
43 AARCH64_INSN_HINT_NOP = 0x0 << 5,
44 AARCH64_INSN_HINT_YIELD = 0x1 << 5,
45 AARCH64_INSN_HINT_WFE = 0x2 << 5,
46 AARCH64_INSN_HINT_WFI = 0x3 << 5,
[all …]
/kernel/linux/linux-4.19/arch/arm64/include/asm/
Dinsn.h33 * 0 0 - - Unallocated
34 * 1 0 0 - Data processing, immediate
35 * 1 0 1 - Branch, exception generation and system instructions
36 * - 1 - 0 Loads and stores
37 * - 1 0 1 Data processing - register
38 * 0 1 1 1 Data processing - SIMD and floating point
53 AARCH64_INSN_HINT_NOP = 0x0 << 5,
54 AARCH64_INSN_HINT_YIELD = 0x1 << 5,
55 AARCH64_INSN_HINT_WFE = 0x2 << 5,
56 AARCH64_INSN_HINT_WFI = 0x3 << 5,
[all …]
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi/
Dibmvfc.h31 #define IBMVFC_DEBUG 0
33 #define IBMVFC_MAX_LUN 0xffffffff
34 #define IBMVFC_MAX_SECTORS 0xffffu
43 #define IBMVFC_CLS3_ERROR 0
55 #define IBMVFC_MAD_SUCCESS 0x00
56 #define IBMVFC_MAD_NOT_SUPPORTED 0xF1
57 #define IBMVFC_MAD_FAILED 0xF7
58 #define IBMVFC_MAD_DRIVER_FAILED 0xEE
59 #define IBMVFC_MAD_CRQ_ERROR 0xEF
62 IBMVFC_CRQ_CMD_RSP = 0x80,
[all …]
/kernel/linux/linux-4.19/drivers/scsi/ibmvscsi/
Dibmvfc.h45 #define IBMVFC_DEBUG 0
47 #define IBMVFC_MAX_LUN 0xffffffff
48 #define IBMVFC_MAX_SECTORS 0xffffu
57 #define IBMVFC_CLS3_ERROR 0
69 #define IBMVFC_MAD_SUCCESS 0x00
70 #define IBMVFC_MAD_NOT_SUPPORTED 0xF1
71 #define IBMVFC_MAD_FAILED 0xF7
72 #define IBMVFC_MAD_DRIVER_FAILED 0xEE
73 #define IBMVFC_MAD_CRQ_ERROR 0xEF
76 IBMVFC_CRQ_CMD_RSP = 0x80,
[all …]
/kernel/linux/linux-4.19/drivers/video/fbdev/via/
Daccel.c33 gemode = readl(engine + VIA_REG_GEMODE) & 0xfffffcfc; in viafb_set_bpp()
49 return 0; in viafb_set_bpp()
58 u32 ge_cmd = 0, tmp, i; in hw_bitblt_1()
68 ge_cmd |= 0x00008000; in hw_bitblt_1()
73 ge_cmd |= 0x00004000; in hw_bitblt_1()
81 case 0x00: /* blackness */ in hw_bitblt_1()
82 case 0x5A: /* pattern inversion */ in hw_bitblt_1()
83 case 0xF0: /* pattern copy */ in hw_bitblt_1()
84 case 0xFF: /* whiteness */ in hw_bitblt_1()
98 if (src_x & (op == VIA_BITBLT_MONO ? 0xFFFF8000 : 0xFFFFF000) in hw_bitblt_1()
[all …]
/kernel/linux/linux-5.10/drivers/video/fbdev/via/
Daccel.c19 gemode = readl(engine + VIA_REG_GEMODE) & 0xfffffcfc; in viafb_set_bpp()
35 return 0; in viafb_set_bpp()
44 u32 ge_cmd = 0, tmp, i; in hw_bitblt_1()
54 ge_cmd |= 0x00008000; in hw_bitblt_1()
59 ge_cmd |= 0x00004000; in hw_bitblt_1()
67 case 0x00: /* blackness */ in hw_bitblt_1()
68 case 0x5A: /* pattern inversion */ in hw_bitblt_1()
69 case 0xF0: /* pattern copy */ in hw_bitblt_1()
70 case 0xFF: /* whiteness */ in hw_bitblt_1()
84 if (src_x & (op == VIA_BITBLT_MONO ? 0xFFFF8000 : 0xFFFFF000) in hw_bitblt_1()
[all …]
/kernel/linux/linux-5.10/sound/soc/codecs/
Drt1308.c34 { RT1308_I2C_I2S_SDW_SET, 0x01014005 },
35 { RT1308_CLASS_D_SET_2, 0x227f5501 },
36 { RT1308_PADS_1, 0x50150505 },
37 { RT1308_VREF, 0x18100000 },
38 { RT1308_IV_SENSE, 0x87010000 },
39 { RT1308_DUMMY_REG, 0x00000200 },
40 { RT1308_SIL_DET, 0xe1c30000 },
41 { RT1308_DC_CAL_2, 0x00ffff00 },
42 { RT1308_CLK_DET, 0x01000000 },
43 { RT1308_POWER_STATUS, 0x08800000 },
[all …]
/kernel/linux/linux-5.10/crypto/
Daes_generic.c67 0xa56363c6, 0x847c7cf8, 0x997777ee, 0x8d7b7bf6,
68 0x0df2f2ff, 0xbd6b6bd6, 0xb16f6fde, 0x54c5c591,
69 0x50303060, 0x03010102, 0xa96767ce, 0x7d2b2b56,
70 0x19fefee7, 0x62d7d7b5, 0xe6abab4d, 0x9a7676ec,
71 0x45caca8f, 0x9d82821f, 0x40c9c989, 0x877d7dfa,
72 0x15fafaef, 0xeb5959b2, 0xc947478e, 0x0bf0f0fb,
73 0xecadad41, 0x67d4d4b3, 0xfda2a25f, 0xeaafaf45,
74 0xbf9c9c23, 0xf7a4a453, 0x967272e4, 0x5bc0c09b,
75 0xc2b7b775, 0x1cfdfde1, 0xae93933d, 0x6a26264c,
76 0x5a36366c, 0x413f3f7e, 0x02f7f7f5, 0x4fcccc83,
[all …]
/kernel/linux/linux-4.19/crypto/
Daes_generic.c68 0xa56363c6, 0x847c7cf8, 0x997777ee, 0x8d7b7bf6,
69 0x0df2f2ff, 0xbd6b6bd6, 0xb16f6fde, 0x54c5c591,
70 0x50303060, 0x03010102, 0xa96767ce, 0x7d2b2b56,
71 0x19fefee7, 0x62d7d7b5, 0xe6abab4d, 0x9a7676ec,
72 0x45caca8f, 0x9d82821f, 0x40c9c989, 0x877d7dfa,
73 0x15fafaef, 0xeb5959b2, 0xc947478e, 0x0bf0f0fb,
74 0xecadad41, 0x67d4d4b3, 0xfda2a25f, 0xeaafaf45,
75 0xbf9c9c23, 0xf7a4a453, 0x967272e4, 0x5bc0c09b,
76 0xc2b7b775, 0x1cfdfde1, 0xae93933d, 0x6a26264c,
77 0x5a36366c, 0x413f3f7e, 0x02f7f7f5, 0x4fcccc83,
[all …]
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
Dlpfc_hw.h23 #define FDMI_DID 0xfffffaU
24 #define NameServer_DID 0xfffffcU
25 #define Fabric_Cntl_DID 0xfffffdU
26 #define Fabric_DID 0xfffffeU
27 #define Bcast_DID 0xffffffU
28 #define Mask_DID 0xffffffU
29 #define CT_DID_MASK 0xffff00U
30 #define Fabric_DID_MASK 0xfff000U
31 #define WELL_KNOWN_DID_MASK 0xfffff0U
42 0 */
[all …]
/kernel/linux/linux-4.19/drivers/scsi/lpfc/
Dlpfc_hw.h23 #define FDMI_DID 0xfffffaU
24 #define NameServer_DID 0xfffffcU
25 #define SCR_DID 0xfffffdU
26 #define Fabric_DID 0xfffffeU
27 #define Bcast_DID 0xffffffU
28 #define Mask_DID 0xffffffU
29 #define CT_DID_MASK 0xffff00U
30 #define Fabric_DID_MASK 0xfff000U
31 #define WELL_KNOWN_DID_MASK 0xfffff0U
42 0 */
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
Drtw8822c_table.c16 0x80000015, 0x00000000, 0x40000000, 0x00000000,
17 0x1D90, 0x300001FF,
18 0x1D90, 0x300101FE,
19 0x1D90, 0x300201FD,
20 0x1D90, 0x300301FC,
21 0x1D90, 0x300401FB,
22 0x1D90, 0x300501FA,
23 0x1D90, 0x300601F9,
24 0x1D90, 0x300701F8,
25 0x1D90, 0x300801F7,
[all …]