Searched refs:rsvd_len_aligned (Results 1 – 1 of 1) sorted by relevance
10046 u32 len, sar_len_aligned, rsvd_len_aligned; in ath11k_wmi_pdev_set_bios_sar_table_param() local10049 rsvd_len_aligned = roundup(BIOS_SAR_RSVD1_LEN, sizeof(u32)); in ath11k_wmi_pdev_set_bios_sar_table_param()10052 TLV_HDR_SIZE + rsvd_len_aligned; in ath11k_wmi_pdev_set_bios_sar_table_param()10075 FIELD_PREP(WMI_TLV_LEN, rsvd_len_aligned); in ath11k_wmi_pdev_set_bios_sar_table_param()10087 u32 len, rsvd_len_aligned; in ath11k_wmi_pdev_set_bios_geo_table_param() local10089 rsvd_len_aligned = roundup(BIOS_SAR_RSVD2_LEN, sizeof(u32)); in ath11k_wmi_pdev_set_bios_geo_table_param()10090 len = sizeof(*cmd) + TLV_HDR_SIZE + rsvd_len_aligned; in ath11k_wmi_pdev_set_bios_geo_table_param()10105 FIELD_PREP(WMI_TLV_LEN, rsvd_len_aligned); in ath11k_wmi_pdev_set_bios_geo_table_param()