Searched refs:rstctrl (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/ti/ |
H A D | omap_prm.c | 58 u16 rstctrl; member 143 { .name = "tesla", .base = 0x4a306400, .rstctrl = 0x10, .rstst = 0x14, .rstmap = rst_map_01 }, 148 { .name = "core", .base = 0x4a306700, .rstctrl = 0x210, .rstst = 0x214, .clkdm_name = "ducati", .rstmap = rst_map_012 }, 149 { .name = "ivahd", .base = 0x4a306f00, .rstctrl = 0x10, .rstst = 0x14, .rstmap = rst_map_012 }, 150 { .name = "device", .base = 0x4a307b00, .rstctrl = 0x0, .rstst = 0x4, .rstmap = rst_map_01, .flags = OMAP_PRM_HAS_RSTCTRL | OMAP_PRM_HAS_NO_CLKDM }, 155 { .name = "dsp", .base = 0x4ae06400, .rstctrl = 0x10, .rstst = 0x14, .rstmap = rst_map_01 }, 160 { .name = "core", .base = 0x4ae06700, .rstctrl = 0x210, .rstst = 0x214, .clkdm_name = "ipu", .rstmap = rst_map_012 }, 161 { .name = "iva", .base = 0x4ae07200, .rstctrl = 0x10, .rstst = 0x14, .rstmap = rst_map_012 }, 162 { .name = "device", .base = 0x4ae07c00, .rstctrl = 0x0, .rstst = 0x4, .rstmap = rst_map_01, .flags = OMAP_PRM_HAS_RSTCTRL | OMAP_PRM_HAS_NO_CLKDM }, 167 { .name = "dsp1", .base = 0x4ae06400, .rstctrl [all...] |
/kernel/linux/linux-6.6/drivers/pmdomain/ti/ |
H A D | omap_prm.c | 60 u16 rstctrl; member 163 .rstctrl = 0x10, .rstst = 0x14, .rstmap = rst_map_01 176 .rstctrl = 0x210, .rstst = 0x214, .clkdm_name = "ducati", 183 .rstctrl = 0x10, .rstst = 0x14, .rstmap = rst_map_012 220 .rstctrl = 0x0, .rstst = 0x4, .rstmap = rst_map_01, 234 .rstctrl = 0x10, .rstst = 0x14, .rstmap = rst_map_01 247 .rstctrl = 0x210, .rstst = 0x214, .clkdm_name = "ipu", 253 .rstctrl = 0x10, .rstst = 0x14, .rstmap = rst_map_012 285 .rstctrl = 0x0, .rstst = 0x4, .rstmap = rst_map_01, 299 .rstctrl [all...] |
/kernel/linux/linux-5.10/arch/mips/pci/ |
H A D | pci-rt3883.c | 308 u32 rstctrl; in rt3883_pci_preinit() local 312 rstctrl = rt_sysc_r32(RT3883_SYSC_REG_RSTCTRL); in rt3883_pci_preinit() 317 rstctrl |= RT3883_RSTCTRL_PCIE; in rt3883_pci_preinit() 318 rt_sysc_w32(rstctrl, RT3883_SYSC_REG_RSTCTRL); in rt3883_pci_preinit() 343 rstctrl &= ~RT3883_RSTCTRL_PCIE; in rt3883_pci_preinit() 344 rt_sysc_w32(rstctrl, RT3883_SYSC_REG_RSTCTRL); in rt3883_pci_preinit() 353 rstctrl &= ~RT3883_RSTCTRL_PCI; in rt3883_pci_preinit() 358 rstctrl &= ~RT3883_RSTCTRL_PCIE; in rt3883_pci_preinit() 362 rt_sysc_w32(rstctrl, RT3883_SYSC_REG_RSTCTRL); in rt3883_pci_preinit()
|
/kernel/linux/linux-6.6/arch/mips/pci/ |
H A D | pci-rt3883.c | 302 u32 rstctrl; in rt3883_pci_preinit() local 306 rstctrl = rt_sysc_r32(RT3883_SYSC_REG_RSTCTRL); in rt3883_pci_preinit() 311 rstctrl |= RT3883_RSTCTRL_PCIE; in rt3883_pci_preinit() 312 rt_sysc_w32(rstctrl, RT3883_SYSC_REG_RSTCTRL); in rt3883_pci_preinit() 337 rstctrl &= ~RT3883_RSTCTRL_PCIE; in rt3883_pci_preinit() 338 rt_sysc_w32(rstctrl, RT3883_SYSC_REG_RSTCTRL); in rt3883_pci_preinit() 347 rstctrl &= ~RT3883_RSTCTRL_PCI; in rt3883_pci_preinit() 352 rstctrl &= ~RT3883_RSTCTRL_PCIE; in rt3883_pci_preinit() 356 rt_sysc_w32(rstctrl, RT3883_SYSC_REG_RSTCTRL); in rt3883_pci_preinit()
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | omap_hwmod_33xx_43xx_ipblock_data.c | 27 #define RSTCTRL(oh, rstctrl) ((oh).prcm.omap4.rstctrl_offs = (rstctrl))
|
Completed in 4 milliseconds