Home
last modified time | relevance | path

Searched defs:bpos (Results 1 – 5 of 5) sorted by relevance

/hal_microchip-latest/mec5/drivers/
Dmec_pcr.c199 uint32_t bpos = pid % 32u; in mec_hal_pcr_set_blk_slp_en() local
211 uint32_t bpos = pid % 32u; in mec_hal_pcr_clr_blk_slp_en() local
219 uint32_t bpos; in mec_hal_pcr_is_blk_slp_en() local
293 uint32_t bpos, idx, temp; in mec_hal_pcr_blk_reset() local
691 uint32_t bpos, idx, temp; in mec_hal_pcr_blk_privilege_enable() local
Dmec_gpio.c419 uint32_t bpos = mec_cfg_tbl[prop_id].bitpos; in mec_hal_gpio_get_ctrl_property() local
433 uint32_t bpos = mec_cfg_tbl[prop_id].bitpos; in mec_hal_gpio_set_ctrl_property() local
454 uint32_t bpos = mec_cfg_tbl[prop_id].bitpos; in mec_hal_gpio_get_property() local
478 uint32_t bpos = mec_cfg_tbl[prop_id].bitpos; in mec_hal_gpio_set_property() local
Dmec_ecia.c306 uint32_t bpos = 0; in enable_girq_direct_bitmap() local
Dmec_espi_vw.c627 uint32_t bpos = src_idx * 8u; in mec_hal_espi_vw_ct_config() local
/hal_microchip-latest/mec/common/
Dmec_defs.h45 #define BIT_CLR(v, bpos) (v) &= ~BIT(bpos) argument