Home
last modified time | relevance | path

Searched refs:bcast_id (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_broadcast.c67 u32 bcast_id; in mali_bcast_add_group() local
73 bcast_id = mali_pp_core_get_bcast_id(mali_group_get_pp_core(group)); in mali_bcast_add_group()
77 broadcast_mask |= (bcast_id); /* add PP core to broadcast */ in mali_bcast_add_group()
78 broadcast_mask |= (bcast_id << 16); /* add MMU to broadcast */ in mali_bcast_add_group()
91 u32 bcast_id; in mali_bcast_remove_group() local
97 bcast_id = mali_pp_core_get_bcast_id(mali_group_get_pp_core(group)); in mali_bcast_remove_group()
101 broadcast_mask &= ~((bcast_id << 16) | bcast_id); in mali_bcast_remove_group()
H A Dmali_dlbu.c173 u32 bcast_id; in mali_dlbu_add_group() local
179 bcast_id = mali_pp_core_get_bcast_id(pp_core); in mali_dlbu_add_group()
181 dlbu->pp_cores_mask |= bcast_id; in mali_dlbu_add_group()
182 …MALI_DEBUG_PRINT(3, ("Mali DLBU: Adding core[%d] New mask= 0x%02x\n", bcast_id , dlbu->pp_cores_ma… in mali_dlbu_add_group()
189 u32 bcast_id; in mali_dlbu_remove_group() local
195 bcast_id = mali_pp_core_get_bcast_id(pp_core); in mali_dlbu_remove_group()
197 dlbu->pp_cores_mask &= ~bcast_id; in mali_dlbu_remove_group()
198 …MALI_DEBUG_PRINT(3, ("Mali DLBU: Removing core[%d] New mask= 0x%02x\n", bcast_id, dlbu->pp_cores_m… in mali_dlbu_remove_group()
H A Dmali_pp.h30 …u32 bcast_id; /**< The "flag" value used by the Mali-450 broadcast and D… member
36 …onst _mali_osk_resource_t *resource, struct mali_group *group, mali_bool is_virtual, u32 bcast_id);
59 return core->bcast_id; in mali_pp_core_get_bcast_id()
H A Dmali_pp.c35 …const _mali_osk_resource_t *resource, struct mali_group *group, mali_bool is_virtual, u32 bcast_id) in mali_pp_create() argument
50 core->bcast_id = bcast_id; in mali_pp_create()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c930 scan->tx_cmd.sta_id = il->hw_params.bcast_id; in il4965_request_scan()
1690 sta_id = il->hw_params.bcast_id; in il4965_tx_skb()
2576 return il->hw_params.bcast_id; in il4965_find_station()
3244 if (sta_id == il->hw_params.bcast_id) in il4965_set_wep_dynamic_key_info()
3293 if (sta_id == il->hw_params.bcast_id) in il4965_set_ccmp_dynamic_key_info()
3338 if (sta_id == il->hw_params.bcast_id) in il4965_set_tkip_dynamic_key_info()
3554 u8 sta_id = il->hw_params.bcast_id; in il4965_update_bcast_station()
3811 tx_beacon_cmd->tx.sta_id = il->hw_params.bcast_id; in il4965_hw_get_beacon_cmd()
6426 il->hw_params.bcast_id = IL4965_BROADCAST_ID; in il4965_set_hw_params()
H A D3945-rs.c329 if (sta_id == il->hw_params.bcast_id) in il3945_rs_rate_init()
H A D3945.c2393 il->hw_params.bcast_id = IL3945_BROADCAST_ID; in il3945_hw_set_hw_params()
2423 tx_beacon_cmd->tx.sta_id = il->hw_params.bcast_id; in il3945_hw_get_beacon_cmd()
H A Dcommon.h805 u8 bcast_id; member
2174 return il->hw_params.bcast_id; in il_sta_id_or_broadcast()
H A D3945-mac.c127 if (sta_id == il->hw_params.bcast_id) in il3945_set_ccmp_dynamic_key_info()
2586 scan->tx_cmd.sta_id = il->hw_params.bcast_id; in il3945_request_scan()
H A Dcommon.c1932 sta_id = il->hw_params.bcast_id; in il_prep_station()