Searched refs:BYTES_TO_DWORDS (Results 1 – 2 of 2) sorted by relevance
231 #define BYTES_TO_DWORDS(bcount) ((bcount) >> 2) macro235 #define VID_IQ_SIZE_DW BYTES_TO_DWORDS(VID_IQ_SIZE)239 #define AUDIO_IQ_SIZE_DW BYTES_TO_DWORDS(AUDIO_IQ_SIZE)243 #define MBIF_IQ_SIZE_DW BYTES_TO_DWORDS(MBIF_IQ_SIZE)
358 #define BYTES_TO_DWORDS(bytes) ((bytes) / BYTES_IN_DWORD) macro375 BYTES_TO_DWORDS(sizeof(struct dbg_dump_mem))378 BYTES_TO_DWORDS(sizeof(struct dbg_idle_chk_rule))381 BYTES_TO_DWORDS(sizeof(struct dbg_idle_chk_result_hdr))384 BYTES_TO_DWORDS(sizeof(struct dbg_idle_chk_result_reg_hdr))387 BYTES_TO_DWORDS(sizeof(struct phys_mem_desc))988 size = BYTES_TO_DWORDS(sizeof(fw_info_location)); in qed_read_storm_fw_info()1005 size = BYTES_TO_DWORDS(size); in qed_read_storm_fw_info()1064 return BYTES_TO_DWORDS(offset); in qed_dump_str_param()1088 offset = BYTES_TO_DWORDS(offset); in qed_dump_num_param()[all …]