/linux-6.14.4/Documentation/devicetree/bindings/clock/ |
D | sprd,ums512-clk.yaml | 66 reg = <0x20200000 0x1000>;
|
D | rockchip,rv1108-cru.yaml | 71 reg = <0x20200000 0x1000>;
|
/linux-6.14.4/drivers/remoteproc/ |
D | imx_rproc.c | 29 #define IMX7D_SRC_SCR 0x0C 33 #define IMX7D_SW_M4C_NON_SCLR_RST BIT(0) 47 #define IMX8M_GPR22 0x58 48 #define IMX8M_GPR22_CM7_CPUWAIT BIT(0) 50 /* Address: 0x020D8000 */ 51 #define IMX6SX_SRC_SCR 0x00 67 #define IMX_SIP_RPROC 0xC2000005 68 #define IMX_SIP_RPROC_START 0x00 69 #define IMX_SIP_RPROC_STARTED 0x01 70 #define IMX_SIP_RPROC_STOP 0x02 [all …]
|
/linux-6.14.4/drivers/gpu/drm/amd/include/asic_reg/nbio/ |
D | nbio_7_0_default.h | 26 #define cfgNB_NBCFG0_NB_VENDOR_ID_DEFAULT 0x00000000 27 #define cfgNB_NBCFG0_NB_DEVICE_ID_DEFAULT 0x00000000 28 #define cfgNB_NBCFG0_NB_COMMAND_DEFAULT 0x00000000 29 #define cfgNB_NBCFG0_NB_STATUS_DEFAULT 0x00000000 30 #define cfgNB_NBCFG0_NB_REVISION_ID_DEFAULT 0x00000000 31 #define cfgNB_NBCFG0_NB_REGPROG_INF_DEFAULT 0x00000000 32 #define cfgNB_NBCFG0_NB_SUB_CLASS_DEFAULT 0x00000000 33 #define cfgNB_NBCFG0_NB_BASE_CODE_DEFAULT 0x00000000 34 #define cfgNB_NBCFG0_NB_CACHE_LINE_DEFAULT 0x00000000 35 #define cfgNB_NBCFG0_NB_LATENCY_DEFAULT 0x00000000 [all …]
|
D | nbio_6_1_default.h | 26 #define cfgPSWUSCFG0_VENDOR_ID_DEFAULT 0x00000000 27 #define cfgPSWUSCFG0_DEVICE_ID_DEFAULT 0x00000000 28 #define cfgPSWUSCFG0_COMMAND_DEFAULT 0x00000000 29 #define cfgPSWUSCFG0_STATUS_DEFAULT 0x00000000 30 #define cfgPSWUSCFG0_REVISION_ID_DEFAULT 0x00000000 31 #define cfgPSWUSCFG0_PROG_INTERFACE_DEFAULT 0x00000000 32 #define cfgPSWUSCFG0_SUB_CLASS_DEFAULT 0x00000000 33 #define cfgPSWUSCFG0_BASE_CLASS_DEFAULT 0x00000000 34 #define cfgPSWUSCFG0_CACHE_LINE_DEFAULT 0x00000000 35 #define cfgPSWUSCFG0_LATENCY_DEFAULT 0x00000000 [all …]
|
/linux-6.14.4/arch/arm64/boot/dts/sprd/ |
D | ums9620.dtsi | 17 #size-cells = <0>; 48 CPU0: cpu@0 { 51 reg = <0x0 0x0>; 59 reg = <0x0 0x100>; 67 reg = <0x0 0x200>; 75 reg = <0x0 0x300>; 83 reg = <0x0 0x400>; 91 reg = <0x0 0x500>; 99 reg = <0x0 0x600>; 107 reg = <0x0 0x700>; [all …]
|
D | ums512.dtsi | 18 #size-cells = <0>; 49 CPU0: cpu@0 { 52 reg = <0x0 0x0>; 60 reg = <0x0 0x100>; 68 reg = <0x0 0x200>; 76 reg = <0x0 0x300>; 84 reg = <0x0 0x400>; 92 reg = <0x0 0x500>; 100 reg = <0x0 0x600>; 108 reg = <0x0 0x700>; [all …]
|
/linux-6.14.4/arch/arm64/boot/dts/mediatek/ |
D | mt7988a.dtsi | 17 #size-cells = <0>; 19 cpu0: cpu@0 { 21 reg = <0x0>; 32 reg = <0x1>; 43 reg = <0x2>; 54 reg = <0x3>; 63 cluster0_opp: opp-table-0 { 89 #clock-cells = <0>; 111 reg = <0 0x43000000 0 0x50000>; 124 reg = <0 0x0c000000 0 0x40000>, /* GICD */ [all …]
|
/linux-6.14.4/arch/parisc/kernel/ |
D | module.c | 56 (( ( !((val) & (1<<((bits)-1))) && ((val)>>(bits)) != 0 ) || \ 57 ( ((val) & (1<<((bits)-1))) && ((val)>>(bits)) != (((__typeof__(val))(~0))>>((bits)+2)))) ? \ 58 0 : 1) 62 printk(KERN_ERR "module %s relocation of symbol %s is out of range (0x%lx in %d bits)\n", \ 69 * 0x3fff; however, since we're only going forward, this becomes 70 * 0x1fff, and thus, since each GOT entry is 8 bytes long we can have 74 * which gives us a maximum positive displacement of 0x7fff, and as such 97 #define rnd(x) (((x)+0x1000)&~0x1fff) 103 #define rsel(v,a) (((v)+(a))&0x7ff) 107 #define rrsel(v,a) ((((v)+rnd(a))&0x7ff)+((a)-rnd(a))) [all …]
|
/linux-6.14.4/drivers/net/mdio/ |
D | mdio-mux-meson-g12a.c | 18 #define ETH_PLL_STS 0x40 19 #define ETH_PLL_CTL0 0x44 25 #define PLL_CTL0_M GENMASK(8, 0) 28 #define ETH_PLL_CTL1 0x48 29 #define ETH_PLL_CTL2 0x4c 30 #define ETH_PLL_CTL3 0x50 31 #define ETH_PLL_CTL4 0x54 32 #define ETH_PLL_CTL5 0x58 33 #define ETH_PLL_CTL6 0x5c 34 #define ETH_PLL_CTL7 0x60 [all …]
|
/linux-6.14.4/lib/crypto/ |
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 …]
|
/linux-6.14.4/arch/s390/kernel/ |
D | uprobes.c | 41 return 0; in arch_uprobe_pre_xol() 57 return 0; in check_per_event() 59 if (control == 0) in check_per_event() 62 if ((control & 0x20200000) && (cause & 0x2000)) in check_per_event() 64 if (cause & 0x8000) { in check_per_event() 66 if ((control & 0x80800000) == 0x80000000) in check_per_event() 69 if (((control & 0x80800000) == 0x80800000) && in check_per_event() 74 return 0; in check_per_event() 90 int reg = (auprobe->insn[0] & 0xf0) >> 4; in arch_uprobe_post_xol() 95 int ilen = insn_length(auprobe->insn[0] >> 8); in arch_uprobe_post_xol() [all …]
|
/linux-6.14.4/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | table.c | 7 0x024, 0x0011800f, 8 0x028, 0x00ffdb83, 9 0x800, 0x80040002, 10 0x804, 0x00000003, 11 0x808, 0x0000fc00, 12 0x80c, 0x0000000a, 13 0x810, 0x10005388, 14 0x814, 0x020c3d10, 15 0x818, 0x02200385, 16 0x81c, 0x00000000, [all …]
|
/linux-6.14.4/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | table.c | 8 0x800, 0x80040000, 9 0x804, 0x00000003, 10 0x808, 0x0000FC00, 11 0x80C, 0x0000000A, 12 0x810, 0x10001331, 13 0x814, 0x020C3D10, 14 0x818, 0x02200385, 15 0x81C, 0x00000000, 16 0x820, 0x01000100, 17 0x824, 0x00190204, [all …]
|
/linux-6.14.4/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | table.c | 7 0x01c, 0x07000000, 8 0x800, 0x00040000, 9 0x804, 0x00008003, 10 0x808, 0x0000fc00, 11 0x80c, 0x0000000a, 12 0x810, 0x10005088, 13 0x814, 0x020c3d10, 14 0x818, 0x00200185, 15 0x81c, 0x00000000, 16 0x820, 0x01000000, [all …]
|
/linux-6.14.4/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | table.c | 6 0x800, 0x80040000, 7 0x804, 0x00000003, 8 0x808, 0x0000FC00, 9 0x80C, 0x0000000A, 10 0x810, 0x10001331, 11 0x814, 0x020C3D10, 12 0x818, 0x02200385, 13 0x81C, 0x00000000, 14 0x820, 0x01000100, 15 0x824, 0x00390204, [all …]
|
/linux-6.14.4/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | table.c | 7 0x800, 0x80040000, 8 0x804, 0x00000003, 9 0x808, 0x0000fc00, 10 0x80c, 0x0000000a, 11 0x810, 0x10005388, 12 0x814, 0x020c3d10, 13 0x818, 0x02200385, 14 0x81c, 0x00000000, 15 0x820, 0x01000100, 16 0x824, 0x00390004, [all …]
|
/linux-6.14.4/drivers/staging/rtl8723bs/hal/ |
D | HalHWImg8723B_BB.c | 16 ((pDM_Odm->BoardType & BIT4) >> 4) << 0 | /* _GLNA */ in CheckPositive() 31 pDM_Odm->TypeGLNA << 0 | in CheckPositive() 40 if (((cond1 & 0x0000F000) != 0) && ((cond1 & 0x0000F000) != (driver1 & 0x0000F000))) in CheckPositive() 42 if (((cond1 & 0x0F000000) != 0) && ((cond1 & 0x0F000000) != (driver1 & 0x0F000000))) in CheckPositive() 48 cond1 &= 0x000F0FFF; in CheckPositive() 49 driver1 &= 0x000F0FFF; in CheckPositive() 52 u32 bitMask = 0; in CheckPositive() 54 if ((cond1 & 0x0F) == 0) /* BoardType is DONTCARE */ in CheckPositive() 57 if ((cond1 & BIT0) != 0) /* GLNA */ in CheckPositive() 58 bitMask |= 0x000000FF; in CheckPositive() [all …]
|
/linux-6.14.4/arch/m68k/fpsp040/ |
D | stan.S | 27 | k = N mod 2, so in particular, k = 0 or 1. 62 BOUNDS1: .long 0x3FD78000,0x4004BC7E 63 TWOBYPI: .long 0x3FE45F30,0x6DC9C883 65 TANQ4: .long 0x3EA0B759,0xF50F8688 66 TANP3: .long 0xBEF2BAA5,0xA8924F04 68 TANQ3: .long 0xBF346F59,0xB39BA65F,0x00000000,0x00000000 70 TANP2: .long 0x3FF60000,0xE073D3FC,0x199C4A00,0x00000000 72 TANQ2: .long 0x3FF90000,0xD23CD684,0x15D95FA1,0x00000000 74 TANP1: .long 0xBFFC0000,0x8895A6C5,0xFB423BCA,0x00000000 76 TANQ1: .long 0xBFFD0000,0xEEF57E0D,0xA84BC8CE,0x00000000 [all …]
|
/linux-6.14.4/drivers/soc/tegra/cbb/ |
D | tegra194-cbb.c | 27 #define ERRLOGGER_0_ID_COREID_0 0x00000000 28 #define ERRLOGGER_0_ID_REVISIONID_0 0x00000004 29 #define ERRLOGGER_0_FAULTEN_0 0x00000008 30 #define ERRLOGGER_0_ERRVLD_0 0x0000000c 31 #define ERRLOGGER_0_ERRCLR_0 0x00000010 32 #define ERRLOGGER_0_ERRLOG0_0 0x00000014 33 #define ERRLOGGER_0_ERRLOG1_0 0x00000018 34 #define ERRLOGGER_0_RSVD_00_0 0x0000001c 35 #define ERRLOGGER_0_ERRLOG3_0 0x00000020 36 #define ERRLOGGER_0_ERRLOG4_0 0x00000024 [all …]
|
/linux-6.14.4/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | table.c | 7 0x024, 0x0011800f, 8 0x028, 0x00ffdb83, 9 0x800, 0x80040002, 10 0x804, 0x00000003, 11 0x808, 0x0000fc00, 12 0x80c, 0x0000000a, 13 0x810, 0x10000330, 14 0x814, 0x020c3d10, 15 0x818, 0x02200385, 16 0x81c, 0x00000000, [all …]
|
/linux-6.14.4/arch/arm/boot/dts/rockchip/ |
D | rv1108.dtsi | 29 #size-cells = <0>; 34 reg = <0xf00>; 43 cpu_opp_table: opp-table-0 { 85 #clock-cells = <0>; 90 reg = <0x10080000 0x2000>; 93 ranges = <0 0x10080000 0x2000>; 98 reg = <0x10210000 0x100>; 107 pinctrl-0 = <&uart2m0_xfer>; 113 reg = <0x10220000 0x100>; 122 pinctrl-0 = <&uart1_xfer>; [all …]
|
/linux-6.14.4/arch/arm64/boot/dts/qcom/ |
D | ipq6018.dtsi | 23 #clock-cells = <0>; 29 #clock-cells = <0>; 35 #size-cells = <0>; 37 cpu0: cpu@0 { 40 reg = <0x0>; 54 reg = <0x1>; 67 reg = <0x2>; 80 reg = <0x3>; 99 qcom,dload-mode = <&tcsr 0x6100>; 111 opp-supported-hw = <0xf>; [all …]
|
D | ipq8074.dtsi | 21 #clock-cells = <0>; 27 #clock-cells = <0>; 33 #size-cells = <0>; 35 cpu0: cpu@0 { 38 reg = <0x0>; 47 reg = <0x1>; 55 reg = <0x2>; 63 reg = <0x3>; 90 reg = <0x0 0x4a600000 0x0 0x400000>; 95 reg = <0x0 0x4aa00000 0x0 0x100000>; [all …]
|
/linux-6.14.4/drivers/net/wireless/realtek/rtw88/ |
D | rtw8703b_tables.c | 9 { 0, 0, 0, 0x00000e08, 0x0000ff00, 0x00003200, }, 10 { 0, 0, 0, 0x0000086c, 0xffffff00, 0x32323200, }, 11 { 0, 0, 0, 0x00000e00, 0xffffffff, 0x34363636, }, 12 { 0, 0, 0, 0x00000e04, 0xffffffff, 0x28303234, }, 13 { 0, 0, 0, 0x00000e10, 0xffffffff, 0x30343434, }, 14 { 0, 0, 0, 0x00000e14, 0xffffffff, 0x26262830, }, 19 /* Regd: FCC -> 0, ETSI -> 2, MKK -> 1 20 * Band: 2.4G -> 0, 5G -> 1 21 * Bandwidth (bw): 20M -> 0, 40M -> 1, 80M -> 2, 160M -> 3 22 * Rate Section (rs): CCK -> 0, OFDM -> 1, HT -> 2, VHT -> 3 [all …]
|