Searched +full:0 +full:x71000000 (Results 1 – 8 of 8) sorted by relevance
/linux/Documentation/devicetree/bindings/mfd/ |
H A D | sprd,ums512-glbreg.yaml | 41 "^clock-controller@[0-9a-f]+$": 57 reg = <0x71000000 0x3000>; 60 ranges = <0 0x71000000 0x3000>; 62 clock-controller@0 { 64 reg = <0x0 0x2000>; 72 reg = <0x32360000 0x1000>;
|
/linux/drivers/mfd/ |
H A D | ocelot-spi.c | 30 #define REG_DEV_CPUORG_IF_CTRL 0x0000 31 #define REG_DEV_CPUORG_IF_CFGSTAT 0x0004 33 #define CFGSTAT_IF_NUM_VCORE (0 << 24) 38 #define VSC7512_DEVCPU_ORG_RES_START 0x71000000 39 #define VSC7512_DEVCPU_ORG_RES_SIZE 0x38 41 #define VSC7512_CHIP_REGS_RES_START 0x71070000 42 #define VSC7512_CHIP_REGS_RES_SIZE 0x14 64 * our CPU. These are two bits (0 and 1) but they're repeated such that in ocelot_spi_initialize() 68 * 0b00: little-endian, MSB first in ocelot_spi_initialize() 72 * 0b01: big-endian, MSB first in ocelot_spi_initialize() [all …]
|
/linux/arch/arm64/boot/dts/sprd/ |
H A 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/drivers/misc/cb710/ |
H A D | core.c | 31 unsigned int devfn = PCI_DEVFN(PCI_SLOT(pdev->devfn), 0); in cb710_pci_configure() 35 cb710_pci_update_config_reg(pdev, 0x48, in cb710_pci_configure() 36 ~0x000000FF, 0x0000003F); in cb710_pci_configure() 38 pci_read_config_dword(pdev, 0x48, &val); in cb710_pci_configure() 39 if (val & 0x80000000) in cb710_pci_configure() 40 return 0; in cb710_pci_configure() 48 cb710_pci_update_config_reg(pdev0, 0x8C, in cb710_pci_configure() 49 ~0x00F00000, 0x00100000); in cb710_pci_configure() 50 cb710_pci_update_config_reg(pdev0, 0xB0, in cb710_pci_configure() 51 ~0x08000000, 0x08000000); in cb710_pci_configure() [all …]
|
/linux/crypto/ |
H A D | aes_generic.c | 67 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 …]
|
/linux/drivers/clk/sprd/ |
H A D | ums512-clk.c | 33 static CLK_FIXED_FACTOR_FW_NAME(clk_26m_aud, "clk-26m-aud", "ext-26m", 1, 1, 0); 34 static CLK_FIXED_FACTOR_FW_NAME(clk_13m, "clk-13m", "ext-26m", 2, 1, 0); 35 static CLK_FIXED_FACTOR_FW_NAME(clk_6m5, "clk-6m5", "ext-26m", 4, 1, 0); 36 static CLK_FIXED_FACTOR_FW_NAME(clk_4m3, "clk-4m3", "ext-26m", 6, 1, 0); 37 static CLK_FIXED_FACTOR_FW_NAME(clk_2m, "clk-2m", "ext-26m", 13, 1, 0); 38 static CLK_FIXED_FACTOR_FW_NAME(clk_1m, "clk-1m", "ext-26m", 26, 1, 0); 39 static CLK_FIXED_FACTOR_FW_NAME(clk_250k, "clk-250k", "ext-26m", 104, 1, 0); 40 static CLK_FIXED_FACTOR_FW_NAME(rco_25m, "rco-25m", "rco-100m", 4, 1, 0); 41 static CLK_FIXED_FACTOR_FW_NAME(rco_4m, "rco-4m", "rco-100m", 25, 1, 0); 42 static CLK_FIXED_FACTOR_FW_NAME(rco_2m, "rco-2m", "rco-100m", 50, 1, 0); [all …]
|
/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_reg.h | 62 #define RADEON_MC_AGP_LOCATION 0x014c 63 #define RADEON_MC_AGP_START_MASK 0x0000FFFF 64 #define RADEON_MC_AGP_START_SHIFT 0 65 #define RADEON_MC_AGP_TOP_MASK 0xFFFF0000 67 #define RADEON_MC_FB_LOCATION 0x0148 68 #define RADEON_MC_FB_START_MASK 0x0000FFFF 69 #define RADEON_MC_FB_START_SHIFT 0 70 #define RADEON_MC_FB_TOP_MASK 0xFFFF0000 72 #define RADEON_AGP_BASE_2 0x015c /* r200+ only */ 73 #define RADEON_AGP_BASE 0x0170 [all …]
|
/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | rtw8822c_table.c | 16 0x83000000, 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 …]
|