Searched refs:ix0_map (Results 1 – 7 of 7) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_ipa.h | 555 static inline void dp_ipa_opt_dp_ixo_remap(uint8_t *ix0_map) in dp_ipa_opt_dp_ixo_remap() argument 557 ix0_map[0] = REO_REMAP_SW1; in dp_ipa_opt_dp_ixo_remap() 558 ix0_map[1] = REO_REMAP_SW1; in dp_ipa_opt_dp_ixo_remap() 559 ix0_map[2] = REO_REMAP_SW2; in dp_ipa_opt_dp_ixo_remap() 560 ix0_map[3] = REO_REMAP_SW3; in dp_ipa_opt_dp_ixo_remap() 561 ix0_map[4] = REO_REMAP_SW4; in dp_ipa_opt_dp_ixo_remap() 562 ix0_map[5] = REO_REMAP_RELEASE; in dp_ipa_opt_dp_ixo_remap() 563 ix0_map[6] = REO_REMAP_FW; in dp_ipa_opt_dp_ixo_remap() 564 ix0_map[7] = REO_REMAP_FW; in dp_ipa_opt_dp_ixo_remap() 567 static inline void dp_ipa_opt_dp_ixo_remap(uint8_t *ix0_map) in dp_ipa_opt_dp_ixo_remap() argument
|
H A D | dp_ipa.c | 1729 uint8_t ix0_map[8]; in dp_ipa_ring_resource_setup() local 1854 ix0_map[0] = REO_REMAP_SW1; in dp_ipa_ring_resource_setup() 1855 ix0_map[1] = REO_REMAP_SW1; in dp_ipa_ring_resource_setup() 1856 ix0_map[2] = REO_REMAP_SW2; in dp_ipa_ring_resource_setup() 1857 ix0_map[3] = REO_REMAP_SW3; in dp_ipa_ring_resource_setup() 1858 ix0_map[4] = REO_REMAP_SW2; in dp_ipa_ring_resource_setup() 1859 ix0_map[5] = REO_REMAP_RELEASE; in dp_ipa_ring_resource_setup() 1860 ix0_map[6] = REO_REMAP_FW; in dp_ipa_ring_resource_setup() 1861 ix0_map[7] = REO_REMAP_FW; in dp_ipa_ring_resource_setup() 1863 dp_ipa_opt_dp_ixo_remap(ix0_map); in dp_ipa_ring_resource_setup() [all …]
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/ |
H A D | hal_be_generic_api.c | 513 uint8_t *ix0_map) in hal_gen_reo_remap_val_generic_be() argument 519 ix_val = HAL_REO_REMAP_IX0(ix0_map[0], 0) | in hal_gen_reo_remap_val_generic_be() 520 HAL_REO_REMAP_IX0(ix0_map[1], 1) | in hal_gen_reo_remap_val_generic_be() 521 HAL_REO_REMAP_IX0(ix0_map[2], 2) | in hal_gen_reo_remap_val_generic_be() 522 HAL_REO_REMAP_IX0(ix0_map[3], 3) | in hal_gen_reo_remap_val_generic_be() 523 HAL_REO_REMAP_IX0(ix0_map[4], 4) | in hal_gen_reo_remap_val_generic_be() 524 HAL_REO_REMAP_IX0(ix0_map[5], 5) | in hal_gen_reo_remap_val_generic_be() 525 HAL_REO_REMAP_IX0(ix0_map[6], 6) | in hal_gen_reo_remap_val_generic_be() 526 HAL_REO_REMAP_IX0(ix0_map[7], 7); in hal_gen_reo_remap_val_generic_be() 529 ix_val = HAL_REO_REMAP_IX2(ix0_map[0], 16) | in hal_gen_reo_remap_val_generic_be() [all …]
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/ |
H A D | hal_li_generic_api.c | 577 uint8_t *ix0_map) in hal_gen_reo_remap_val_generic_li() argument 583 ix_val = HAL_REO_REMAP_IX0(ix0_map[0], 0) | in hal_gen_reo_remap_val_generic_li() 584 HAL_REO_REMAP_IX0(ix0_map[1], 1) | in hal_gen_reo_remap_val_generic_li() 585 HAL_REO_REMAP_IX0(ix0_map[2], 2) | in hal_gen_reo_remap_val_generic_li() 586 HAL_REO_REMAP_IX0(ix0_map[3], 3) | in hal_gen_reo_remap_val_generic_li() 587 HAL_REO_REMAP_IX0(ix0_map[4], 4) | in hal_gen_reo_remap_val_generic_li() 588 HAL_REO_REMAP_IX0(ix0_map[5], 5) | in hal_gen_reo_remap_val_generic_li() 589 HAL_REO_REMAP_IX0(ix0_map[6], 6) | in hal_gen_reo_remap_val_generic_li() 590 HAL_REO_REMAP_IX0(ix0_map[7], 7); in hal_gen_reo_remap_val_generic_li() 593 ix_val = HAL_REO_REMAP_IX2(ix0_map[0], 16) | in hal_gen_reo_remap_val_generic_li() [all …]
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/ |
H A D | hal_reo.h | 755 uint8_t *ix0_map) in hal_gen_reo_remap_val() argument 766 return hal_soc->ops->hal_gen_reo_remap_val(remap_reg, ix0_map); in hal_gen_reo_remap_val()
|
H A D | hal_internal.h | 1092 uint8_t *ix0_map);
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/rh/ |
H A D | hal_rh_generic_api.c | 116 uint8_t *ix0_map) in hal_gen_reo_remap_val_generic_rh() argument
|