Searched defs:pos (Results 1 – 7 of 7) sorted by relevance
62 #define MEC_BIT_SET(d, pos) ((d) |= BIT(pos)) argument66 #define MEC_BIT_CLR(d, pos) ((d) &= ~BIT(pos)) argument74 #define MEC_FIELD_VAL(val, pos) ((uint32_t)(val) << (pos)) argument
300 uint8_t pos = (appid & 0x1fu); in mec_hal_emi_is_appid() local317 uint8_t pos = (appid & 0x1fu); in mec_hal_emi_clear_appid() local
468 uint8_t pos; member486 uint32_t pos = cstm_tbl[field].pos; in mec_hal_qspi_cs_timing_adjust() local
279 uint8_t pos = 0; in mec_hal_i2c_smb_own_addr() local
581 uint32_t pos = MEC_ESPI_VW_CTVW_SRC_ISELS_SRC0_IRQ_SEL_Pos * 8u; in mec_hal_espi_vw_ct_irqsel_set() local
292 #define MCHP_GIRQ_SRC_CLR(n, pos) \ argument295 #define MCHP_GIRQ_SET_EN(n, pos) \ argument298 #define MCHP_GIRQ_CLR_EN(n, pos) \ argument301 #define MCHP_GIRQ_IS_RESULT(n, pos) \ argument
2904 uint8_t pos, length, curr_length; in phy_training_mmc() local5486 uint8_t pos = 0u; in calc_longest_valid_delay_chain_val() local