Searched refs:ft_byte (Results 1 – 6 of 6) sorted by relevance
7888 u8 *ft_byte; in wiphy_ext_feature_set() local7890 ft_byte = &wiphy->ext_features[ftidx / 8]; in wiphy_ext_feature_set()7891 *ft_byte |= BIT(ftidx % 8); in wiphy_ext_feature_set()7907 u8 ft_byte; in wiphy_ext_feature_isset() local7909 ft_byte = wiphy->ext_features[ftidx / 8]; in wiphy_ext_feature_isset()7910 return (ft_byte & BIT(ftidx % 8)) != 0; in wiphy_ext_feature_isset()
10723 u8* ft_byte; in wl_features_set() local10728 ft_byte = &array[ftidx / 8u]; in wl_features_set()10729 *ft_byte |= BIT(ftidx % 8u); in wl_features_set()
10644 u8* ft_byte; in wl_features_set() local10649 ft_byte = &array[ftidx / 8u]; in wl_features_set()10650 *ft_byte |= BIT(ftidx % 8u); in wl_features_set()
13739 u8* ft_byte; local13744 ft_byte = &array[ftidx / 8u];13745 *ft_byte |= BIT(ftidx % 8u);
13737 u8* ft_byte; local13742 ft_byte = &array[ftidx / 8u];13743 *ft_byte |= BIT(ftidx % 8u);
13628 u8* ft_byte; local13633 ft_byte = &array[ftidx / 8u];13634 *ft_byte |= BIT(ftidx % 8u);