Searched refs:bitmap_idx (Results 1 – 3 of 3) sorted by relevance
34 u64 bitmap_idx; member
2571 unsigned int bitmap_idx; in ice_ptp_parse_sdp_entries() local2578 for_each_set_bit(bitmap_idx, bitmap, GPIO_NA + 1) { in ice_ptp_parse_sdp_entries()2582 if (bitmap_idx >= NUM_PTP_PINS_NVM && in ice_ptp_parse_sdp_entries()2583 bitmap_idx != GPIO_NA) in ice_ptp_parse_sdp_entries()2588 if (pins[idx].name_idx == bitmap_idx) in ice_ptp_parse_sdp_entries()2594 pins[idx].name_idx = bitmap_idx; in ice_ptp_parse_sdp_entries()2595 if (bitmap_idx == GPIO_NA) in ice_ptp_parse_sdp_entries()
1540 int ch_idx, bitmap_idx; in iwl_mvm_scan_ch_add_n_aps_override() local1546 bitmap_idx = ch_idx / 8; in iwl_mvm_scan_ch_add_n_aps_override()1547 if (bitmap_idx >= bitmap_n_entries) in iwl_mvm_scan_ch_add_n_aps_override()1551 ch_bitmap[bitmap_idx] |= BIT(ch_idx); in iwl_mvm_scan_ch_add_n_aps_override()