Searched refs:appid (Results 1 – 2 of 2) sorted by relevance
293 int mec_hal_emi_is_appid(struct mec_emi_regs *regs, uint8_t appid) in mec_hal_emi_is_appid() argument299 uint8_t idx = (appid >> 5); in mec_hal_emi_is_appid()300 uint8_t pos = (appid & 0x1fu); in mec_hal_emi_is_appid()310 int mec_hal_emi_clear_appid(struct mec_emi_regs *regs, uint8_t appid) in mec_hal_emi_clear_appid() argument316 uint8_t idx = (appid >> 5); in mec_hal_emi_clear_appid()317 uint8_t pos = (appid & 0x1fu); in mec_hal_emi_clear_appid()
91 int mec_hal_emi_is_appid(struct mec_emi_regs *regs, uint8_t appid);92 int mec_hal_emi_clear_appid(struct mec_emi_regs *regs, uint8_t appid);