Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 7 of 7) sorted by relevance

/hal_microchip-latest/mec5/drivers/
Dmec_defs.h62 #define MEC_BIT_SET(d, pos) ((d) |= BIT(pos)) argument
66 #define MEC_BIT_CLR(d, pos) ((d) &= ~BIT(pos)) argument
74 #define MEC_FIELD_VAL(val, pos) ((uint32_t)(val) << (pos)) argument
Dmec_emi.c300 uint8_t pos = (appid & 0x1fu); in mec_hal_emi_is_appid() local
317 uint8_t pos = (appid & 0x1fu); in mec_hal_emi_clear_appid() local
Dmec_qspi.c468 uint8_t pos; member
486 uint32_t pos = cstm_tbl[field].pos; in mec_hal_qspi_cs_timing_adjust() local
Dmec_i2c.c279 uint8_t pos = 0; in mec_hal_i2c_smb_own_addr() local
Dmec_espi_vw.c581 uint32_t pos = MEC_ESPI_VW_CTVW_SRC_ISELS_SRC0_IRQ_SEL_Pos * 8u; in mec_hal_espi_vw_ct_irqsel_set() local
/hal_microchip-latest/mec/mec1501/component/
Decia.h292 #define MCHP_GIRQ_SRC_CLR(n, pos) \ argument
295 #define MCHP_GIRQ_SET_EN(n, pos) \ argument
298 #define MCHP_GIRQ_CLR_EN(n, pos) \ argument
301 #define MCHP_GIRQ_IS_RESULT(n, pos) \ argument
/hal_microchip-latest/mpfs/drivers/mss/mss_mmc/
Dmss_mmc.c2904 uint8_t pos, length, curr_length; in phy_training_mmc() local
5486 uint8_t pos = 0u; in calc_longest_valid_delay_chain_val() local