Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/microchip/
H A Dlan743x_ethtool.c581 int byte_index = 0; in lan743x_ethtool_get_rxfh() local
587 byte_index = dw_index << 2; in lan743x_ethtool_get_rxfh()
588 indir[byte_index + 0] = in lan743x_ethtool_get_rxfh()
590 indir[byte_index + 1] = in lan743x_ethtool_get_rxfh()
592 indir[byte_index + 2] = in lan743x_ethtool_get_rxfh()
594 indir[byte_index + 3] = in lan743x_ethtool_get_rxfh()
600 int byte_index = 0; in lan743x_ethtool_get_rxfh() local
607 byte_index = dword_index << 2; in lan743x_ethtool_get_rxfh()
608 key[byte_index + 0] = in lan743x_ethtool_get_rxfh()
610 key[byte_index + 1] = in lan743x_ethtool_get_rxfh()
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/
H A Di40iw_osdep.h48 static inline void set_64bit_val(u64 *wqe_words, u32 byte_index, u64 value) in set_64bit_val() argument
50 wqe_words[byte_index >> 3] = value; in set_64bit_val()
59 static inline void set_32bit_val(u32 *wqe_words, u32 byte_index, u32 value) in set_32bit_val() argument
61 wqe_words[byte_index >> 2] = value; in set_32bit_val()
70 static inline void get_64bit_val(u64 *wqe_words, u32 byte_index, u64 *value) in get_64bit_val() argument
72 *value = wqe_words[byte_index >> 3]; in get_64bit_val()
81 static inline void get_32bit_val(u32 *wqe_words, u32 byte_index, u32 *value) in get_32bit_val() argument
83 *value = wqe_words[byte_index >> 2]; in get_32bit_val()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dcrc.hpp962 unsigned char const byte_index = helper_type::index( rem_, *p ); in process_block() local
964 rem_ ^= crc_table_type::table_[ byte_index ]; in process_block()
1069 byte_type const byte_index = rem >> ( Bits - CHAR_BIT ); in augmented_crc() local
1072 rem ^= crc_table_type::table_[ byte_index ]; in augmented_crc()
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_eld.c123 int byte_index) in hdmi_get_eld_data() argument
128 AC_VERB_GET_HDMI_ELDD, byte_index); in hdmi_get_eld_data()
130 codec_info(codec, "HDMI: ELD data byte %d: 0x%x\n", byte_index, val); in hdmi_get_eld_data()
H A Dpatch_hdmi.c424 int *packet_index, int *byte_index) in hdmi_get_dip_index() argument
432 *byte_index = val & 0x1f; in hdmi_get_dip_index()
437 int packet_index, int byte_index) in hdmi_set_dip_index() argument
441 val = (packet_index << 5) | (byte_index & 0x1f); in hdmi_set_dip_index()
/OK3568_Linux_fs/kernel/tools/firewire/
H A Dnosy-dump.c657 #define byte_index(i) ((i) ^ 3) macro
659 #define byte_index(i) (i) macro
677 data[byte_index(i)]); in dump_data()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2298 uint8_t byte_index = 0; in set_avi_info_frame() local
2526 for (byte_index = 1; byte_index <= hdmi_info.bits.header.length; byte_index++) in set_avi_info_frame()
2527 *check_sum += hdmi_info.packet_raw_data.sb[byte_index]; in set_avi_info_frame()
2537 for (byte_index = 0; byte_index < sizeof(hdmi_info.packet_raw_data.sb); byte_index++) in set_avi_info_frame()
2538 info_packet->sb[byte_index] = hdmi_info.packet_raw_data.sb[byte_index]; in set_avi_info_frame()
/OK3568_Linux_fs/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_debug.c1184 u32 byte_index) in ddr3_tip_compare() argument
1190 (byte_index == in ddr3_tip_compare()
1191 0xff) ? (u32) 0xffffffff : (u32) (0xff << (byte_index * 8)); in ddr3_tip_compare()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-verity-fec.c124 u64 rsb, int byte_index, unsigned block_offset, in fec_decode_bufs() argument
149 fio->output[block_offset] = block[byte_index]; in fec_decode_bufs()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfgscan.c2888 int byte_index = 0; in wl_cfg80211_scan_mac_enable() local
2953 while (byte_index < ETH_ALEN) { in wl_cfg80211_scan_mac_enable()
2954 if (rand_mask[byte_index] == 0xFF) { in wl_cfg80211_scan_mac_enable()
2955 sm_config->random_mask.octet[byte_index] = 0x00; in wl_cfg80211_scan_mac_enable()
2956 } else if (rand_mask[byte_index] == 0x00) { in wl_cfg80211_scan_mac_enable()
2957 sm_config->random_mask.octet[byte_index] = 0xFF; in wl_cfg80211_scan_mac_enable()
2959 byte_index++; in wl_cfg80211_scan_mac_enable()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfgscan.c2879 int byte_index = 0; in wl_cfg80211_scan_mac_enable() local
2944 while (byte_index < ETH_ALEN) { in wl_cfg80211_scan_mac_enable()
2945 if (rand_mask[byte_index] == 0xFF) { in wl_cfg80211_scan_mac_enable()
2946 sm_config->random_mask.octet[byte_index] = 0x00; in wl_cfg80211_scan_mac_enable()
2947 } else if (rand_mask[byte_index] == 0x00) { in wl_cfg80211_scan_mac_enable()
2948 sm_config->random_mask.octet[byte_index] = 0xFF; in wl_cfg80211_scan_mac_enable()
2950 byte_index++; in wl_cfg80211_scan_mac_enable()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfgscan.c2888 int byte_index = 0; in wl_cfg80211_scan_mac_enable() local
2953 while (byte_index < ETH_ALEN) { in wl_cfg80211_scan_mac_enable()
2954 if (rand_mask[byte_index] == 0xFF) { in wl_cfg80211_scan_mac_enable()
2955 sm_config->random_mask.octet[byte_index] = 0x00; in wl_cfg80211_scan_mac_enable()
2956 } else if (rand_mask[byte_index] == 0x00) { in wl_cfg80211_scan_mac_enable()
2957 sm_config->random_mask.octet[byte_index] = 0xFF; in wl_cfg80211_scan_mac_enable()
2959 byte_index++; in wl_cfg80211_scan_mac_enable()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfgscan.c3652 int byte_index = 0; in wl_cfg80211_scan_mac_config() local
3705 while (byte_index < ETH_ALEN) { in wl_cfg80211_scan_mac_config()
3706 if (rand_mask[byte_index] == 0xFF) { in wl_cfg80211_scan_mac_config()
3707 sm_config->random_mask.octet[byte_index] = 0x00; in wl_cfg80211_scan_mac_config()
3708 } else if (rand_mask[byte_index] == 0x00) { in wl_cfg80211_scan_mac_config()
3709 sm_config->random_mask.octet[byte_index] = 0xFF; in wl_cfg80211_scan_mac_config()
3711 byte_index++; in wl_cfg80211_scan_mac_config()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgscan.c3646 int byte_index = 0; in wl_cfg80211_scan_mac_config() local
3699 while (byte_index < ETH_ALEN) { in wl_cfg80211_scan_mac_config()
3700 if (rand_mask[byte_index] == 0xFF) { in wl_cfg80211_scan_mac_config()
3701 sm_config->random_mask.octet[byte_index] = 0x00; in wl_cfg80211_scan_mac_config()
3702 } else if (rand_mask[byte_index] == 0x00) { in wl_cfg80211_scan_mac_config()
3703 sm_config->random_mask.octet[byte_index] = 0xFF; in wl_cfg80211_scan_mac_config()
3705 byte_index++; in wl_cfg80211_scan_mac_config()
/OK3568_Linux_fs/kernel/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c6783 unsigned int byte_index; in pqi_is_firmware_feature_supported() local
6785 byte_index = bit_position / BITS_PER_BYTE; in pqi_is_firmware_feature_supported()
6787 if (byte_index >= le16_to_cpu(firmware_features->num_elements)) in pqi_is_firmware_feature_supported()
6790 return firmware_features->features_supported[byte_index] & in pqi_is_firmware_feature_supported()
6799 unsigned int byte_index; in pqi_is_firmware_feature_enabled() local
6802 byte_index = (bit_position / BITS_PER_BYTE) + in pqi_is_firmware_feature_enabled()
6807 features_supported) + byte_index; in pqi_is_firmware_feature_enabled()
6817 unsigned int byte_index; in pqi_request_firmware_feature() local
6819 byte_index = (bit_position / BITS_PER_BYTE) + in pqi_request_firmware_feature()
6822 firmware_features->features_supported[byte_index] |= in pqi_request_firmware_feature()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dhdac_hdmi.c336 int packet_index, int byte_index) in hdac_hdmi_set_dip_index() argument
340 val = (packet_index << 5) | (byte_index & 0x1f); in hdac_hdmi_set_dip_index()