Home
last modified time | relevance | path

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

/wlan-driver/fw-api/fw/
H A Dwlan_defs.h1358 #define MLO_SHMEM_SET_BITS(_var,_index,_num_bits,_val) \ macro
1409 …T_RX_REO_SNAPSHOT_PARAM_VALID_SET(mgmt_rx_reo_snapshot_low, value) MLO_SHMEM_SET_BITS(mgmt_rx_reo_…
1412 …O_SNAPSHOT_PARAM_MGMT_PKT_CTR_SET(mgmt_rx_reo_snapshot_low, value) MLO_SHMEM_SET_BITS(mgmt_rx_reo_…
1420MLO_SHMEM_SET_BITS(mgmt_rx_reo_snapshot->mgmt_rx_reo_snapshot_high, 0, 17, ((value) >> 15)); \
1421MLO_SHMEM_SET_BITS(mgmt_rx_reo_snapshot->mgmt_rx_reo_snapshot_low, 17, 15, ((value) & 0x7fff)); \
1425 …PARAM_MGMT_PKT_CTR_REDUNDANT_SET(mgmt_rx_reo_snapshot_high, value) MLO_SHMEM_SET_BITS(mgmt_rx_reo_…
1464 MLO_SHMEM_SET_BITS(*mgmt_rx_reo_snapshot_low, 31, 1, value); in MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_VALID_SET()
1486 MLO_SHMEM_SET_BITS(*mgmt_rx_reo_snapshot_low, 0, 16, value); in MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_MGMT_PKT_CTR_SET()
1488 MLO_SHMEM_SET_BITS(*mgmt_rx_reo_snapshot_low, 15, 16, value); in MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_MGMT_PKT_CTR_SET()
1499 MLO_SHMEM_SET_BITS(mgmt_rx_reo_snapshot_high, 0, 15, value)
[all …]