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)
416 #define BYTES_TO_DWORDS(bytes) ((bytes) / BYTES_IN_DWORD) macro433 BYTES_TO_DWORDS(sizeof(struct dbg_dump_mem))436 BYTES_TO_DWORDS(sizeof(struct dbg_idle_chk_rule))439 BYTES_TO_DWORDS(sizeof(struct dbg_idle_chk_result_hdr))442 BYTES_TO_DWORDS(sizeof(struct dbg_idle_chk_result_reg_hdr))445 BYTES_TO_DWORDS(sizeof(struct phys_mem_desc))1076 size = BYTES_TO_DWORDS(sizeof(fw_info_location)); in qed_read_storm_fw_info()1088 size = BYTES_TO_DWORDS(size); in qed_read_storm_fw_info()1145 return BYTES_TO_DWORDS(offset); in qed_dump_str_param()1169 offset = BYTES_TO_DWORDS(offset); in qed_dump_num_param()[all …]