• Home
  • Raw
  • Download

Lines Matching +full:32 +full:- +full:rail

12 # error Please include asm/mips-cps.h rather than asm/mips-cpc.h
25 * mips_cpc_default_phys_base - retrieve the default physical base address of
30 * implemented per-platform.
35 * mips_cpc_probe - probe for a Cluster Power Controller
38 * a CPC is successfully detected, else -errno.
45 return -ENODEV; in mips_cpc_probe()
50 * mips_cpc_present - determine whether a Cluster Power Controller is present
84 /* CPC_ACCESS - Control core/IOCU access to CPC registers prior to CM 3 */
85 CPC_ACCESSOR_RW(32, 0x000, access)
87 /* CPC_SEQDEL - Configure delays between command sequencer steps */
88 CPC_ACCESSOR_RW(32, 0x008, seqdel)
90 /* CPC_RAIL - Configure the delay from rail power-up to stability */
91 CPC_ACCESSOR_RW(32, 0x010, rail)
93 /* CPC_RESETLEN - Configure the length of reset sequences */
94 CPC_ACCESSOR_RW(32, 0x018, resetlen)
96 /* CPC_REVISION - Indicates the revisison of the CPC */
97 CPC_ACCESSOR_RO(32, 0x020, revision)
99 /* CPC_PWRUP_CTL - Control power to the Coherence Manager (CM) */
100 CPC_ACCESSOR_RW(32, 0x030, pwrup_ctl)
103 /* CPC_CONFIG - Mirrors GCR_CONFIG */
106 /* CPC_SYS_CONFIG - Control cluster endianness */
107 CPC_ACCESSOR_RW(32, 0x140, sys_config)
112 /* CPC_Cx_CMD - Instruct the CPC to take action on a core */
113 CPC_CX_ACCESSOR_RW(32, 0x000, cmd)
120 /* CPC_Cx_STAT_CONF - Indicates core configuration & state */
121 CPC_CX_ACCESSOR_RW(32, 0x008, stat_conf)
139 /* CPC_Cx_OTHER - Configure the core-other register block prior to CM 3 */
140 CPC_CX_ACCESSOR_RW(32, 0x010, other)
143 /* CPC_Cx_VP_STOP - Stop Virtual Processors (VPs) within a core from running */
144 CPC_CX_ACCESSOR_RW(32, 0x020, vp_stop)
146 /* CPC_Cx_VP_START - Start Virtual Processors (VPs) within a core running */
147 CPC_CX_ACCESSOR_RW(32, 0x028, vp_run)
149 /* CPC_Cx_VP_RUNNING - Indicate which Virtual Processors (VPs) are running */
150 CPC_CX_ACCESSOR_RW(32, 0x030, vp_running)
152 /* CPC_Cx_CONFIG - Mirrors GCR_Cx_CONFIG */
153 CPC_CX_ACCESSOR_RW(32, 0x090, config)
158 * mips_cpc_lock_other - lock access to another core
169 * mips_cpc_unlock_other - unlock access to another core