Home
last modified time | relevance | path

Searched refs:mod_id (Results 1 – 6 of 6) sorted by relevance

/drivers/gpu/host1x/hw/
A Dopcodes.h50 unsigned mod_id, unsigned offset, bool auto_inc) in host1x_class_host_indoff_reg_write() argument
53 | host1x_uclass_indoff_indmodid_f(mod_id) in host1x_class_host_indoff_reg_write()
61 unsigned mod_id, unsigned offset, bool auto_inc) in host1x_class_host_indoff_reg_read() argument
63 u32 v = host1x_uclass_indoff_indmodid_f(mod_id) in host1x_class_host_indoff_reg_read()
/drivers/soc/mediatek/
A Dmtk-mutex.c896 unsigned int sof_id, mod_id; in mtk_mutex_add_comp() local
928 mod_id = mtx->data->mutex_mod[id] % 32; in mtk_mutex_add_comp()
930 reg |= BIT(mod_id); in mtk_mutex_add_comp()
947 unsigned int mod_id; in mtk_mutex_remove_comp() local
968 mod_id = mtx->data->mutex_mod[id] % 32; in mtk_mutex_remove_comp()
970 reg &= ~BIT(mod_id); in mtk_mutex_remove_comp()
1047 u32 offset, mod_id; in mtk_mutex_write_mod() local
1058 mod_id = mtx->data->mutex_table_mod[idx] % 32; in mtk_mutex_write_mod()
1062 reg &= ~BIT(mod_id); in mtk_mutex_write_mod()
1064 reg |= BIT(mod_id); in mtk_mutex_write_mod()
/drivers/net/ethernet/freescale/fman/
A Dfman.h353 u8 mod_id, enum fman_intr_type intr_type,
357 u8 mod_id, enum fman_intr_type intr_type);
A Dfman.c1495 static int get_module_event(enum fman_event_modules module, u8 mod_id, in get_module_event() argument
1503 event = FMAN_EV_ERR_MAC0 + mod_id; in get_module_event()
1505 event = FMAN_EV_MAC0 + mod_id; in get_module_event()
1511 event = (FMAN_EV_FMAN_CTRL_0 + mod_id); in get_module_event()
2050 u8 mod_id, enum fman_intr_type intr_type, in fman_register_intr() argument
2055 event = get_module_event(module, mod_id, intr_type); in fman_register_intr()
2076 u8 mod_id, enum fman_intr_type intr_type) in fman_unregister_intr() argument
2080 event = get_module_event(module, mod_id, intr_type); in fman_unregister_intr()
/drivers/net/ethernet/hisilicon/hns3/hns3pf/
A Dhclge_err.h223 u8 mod_id; member
A Dhclge_err.c3193 u8 mod_id, total_module, type_id, total_type, i, is_ras; in hclge_handle_error_type_reg_log() local
3199 mod_id = mod_info->mod_id; in hclge_handle_error_type_reg_log()
3207 if (mod_id == hclge_hw_module_id_st[i].module_id) { in hclge_handle_error_type_reg_log()
3229 "unknown module[%u] or type[%u].\n", mod_id, type_id); in hclge_handle_error_type_reg_log()

Completed in 27 milliseconds