Lines Matching +full:8 +full:- +full:bit
2 * SPDX-License-Identifier: Apache-2.0
18 * The requesting agent will write the PMC command op-code into this field.
29 * Some commands require additional information which is passed into this 8 bit field.
31 #define CW_PMC_IPC_PARAM1 GENMASK(15, 8)
34 * Some commands require additional information which is passed into this 8 bit field.
39 * Some commands require additional information which is passed into this 4 bit field.
49 * busy - The run/busy bit can only be set by the requesting agent and can only be cleared by the
50 * responding agent. When this bit is set it will prompt the PMC to execute the command placed in
55 #define CW_PMC_IPC_BUSY BIT(31)
61 * No operation - PMC FW will clear the run / busy bit and return a success response
66 * Version - The IPC command to obtain information about current HAL version.
67 * param_1 - Pass back the PMC ACE protocol version - the initial version is 0.
72 * SRAM config - Any FW allocating HP-SRAM is expected to report allocated number of banks.
73 * HP-SRAM reporting is defined as 10-bit field span across Parameter 1 and 2, unit is 32 KB.
78 * Number of allocated HP-SRAM of banks, unit is 32 KB.
80 #define CW_PMC_IPC_SRAM_USED_BANKS GENMASK(17, 8)
83 * Some commands require additional information which is passed into this 8 bit field.