Searched refs:pid (Results 1 – 7 of 7) sorted by relevance
/hal_microchip-latest/mec5/drivers/ |
D | mec_pcr.c | 192 void mec_hal_pcr_set_blk_slp_en(uint16_t pid) in mec_hal_pcr_set_blk_slp_en() argument 194 if (pid >= MEC_PCR_MAX_ID) { in mec_hal_pcr_set_blk_slp_en() 198 uint32_t idx = pid / 32u; in mec_hal_pcr_set_blk_slp_en() 199 uint32_t bpos = pid % 32u; in mec_hal_pcr_set_blk_slp_en() 204 void mec_hal_pcr_clr_blk_slp_en(uint16_t pid) in mec_hal_pcr_clr_blk_slp_en() argument 206 if (pid >= MEC_PCR_MAX_ID) { in mec_hal_pcr_clr_blk_slp_en() 210 uint32_t idx = pid / 32u; in mec_hal_pcr_clr_blk_slp_en() 211 uint32_t bpos = pid % 32u; in mec_hal_pcr_clr_blk_slp_en() 216 uint8_t mec_hal_pcr_is_blk_slp_en(uint16_t pid) in mec_hal_pcr_is_blk_slp_en() argument 221 if (pid < MEC_PCR_MAX_ID) { in mec_hal_pcr_is_blk_slp_en() [all …]
|
D | mec_i3c.c | 934 void MEC_HAL_I3C_TGT_PID_set(struct mec_i3c_ctx *ctx, uint64_t pid, bool pid_random) in MEC_HAL_I3C_TGT_PID_set() argument 938 _i3c_tgt_pid_set(regs, TGT_MIPI_MFG_ID(pid), pid_random, in MEC_HAL_I3C_TGT_PID_set() 939 TGT_PART_ID(pid), TGT_INST_ID(pid), in MEC_HAL_I3C_TGT_PID_set() 940 TGT_PID_DCR(pid)); in MEC_HAL_I3C_TGT_PID_set()
|
D | mec_pcr_api.h | 241 uint32_t mec_hal_pcr_blk_privilege_enable(uint8_t pid, uint8_t enable);
|
D | mec_i3c_api.h | 294 void MEC_HAL_I3C_TGT_PID_set(struct mec_i3c_ctx *ctx, uint64_t pid, bool pid_random);
|
D | mec_i3c_pvt.h | 16 uint64_t pid; member
|
D | mec_i3c_pvt.c | 1084 info->pid = (prov_id << 16) | (*entry_addr & 0xFFFF); in _i3c_DCT_read()
|
/hal_microchip-latest/mpfs/mpfs_hal/startup_gcc/ |
D | newlib_stubs.c | 157 int _kill(int pid, int sig); 158 int _kill(int pid, int sig) in _kill() argument 160 (void)pid; in _kill()
|