Home
last modified time | relevance | path

Searched defs:byte_index (Results 1 – 7 of 7) sorted by relevance

/linux/tools/firewire/
H A Dnosy-dump.c657 #define byte_index(i) ((i) ^ 3) macro
659 #define byte_index(i) (i) macro
/linux/sound/pci/hda/
H A Dhda_eld.c123 int byte_index) in hdmi_get_eld_data()
H A Dpatch_hdmi.c437 int *packet_index, int *byte_index) in hdmi_get_dip_index()
450 int packet_index, int byte_index) in hdmi_set_dip_index()
/linux/drivers/md/
H A Ddm-verity-fec.c114 struct dm_verity_fec_io *fio, u64 rsb, int byte_index, in fec_decode_bufs()
/linux/drivers/infiniband/hw/irdma/
H A Ddefs.h1121 static inline void set_64bit_val(__le64 *wqe_words, u32 byte_index, u64 val) in set_64bit_val()
1132 static inline void set_32bit_val(__le32 *wqe_words, u32 byte_index, u32 val) in set_32bit_val()
1143 static inline void get_64bit_val(__le64 *wqe_words, u32 byte_index, u64 *val) in get_64bit_val()
1154 static inline void get_32bit_val(__le32 *wqe_words, u32 byte_index, u32 *val) in get_32bit_val()
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c7769 unsigned int byte_index; in pqi_is_firmware_feature_supported() local
7785 unsigned int byte_index; in pqi_is_firmware_feature_enabled() local
7803 unsigned int byte_index; in pqi_request_firmware_feature() local
/linux/sound/soc/codecs/
H A Dhdac_hdmi.c337 int packet_index, int byte_index) in hdac_hdmi_set_dip_index()