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) macro372 BYTES_TO_DWORDS(sizeof(struct dbg_dump_mem))375 BYTES_TO_DWORDS(sizeof(struct dbg_idle_chk_rule))378 BYTES_TO_DWORDS(sizeof(struct dbg_idle_chk_result_hdr))381 BYTES_TO_DWORDS(sizeof(struct dbg_idle_chk_result_reg_hdr))1892 for (i = 0; i < BYTES_TO_DWORDS(sizeof(fw_info_location)); in qed_read_storm_fw_info()1901 for (i = 0; i < BYTES_TO_DWORDS(fw_info_location.size); in qed_read_storm_fw_info()1958 return BYTES_TO_DWORDS(offset); in qed_dump_str_param()1982 offset = BYTES_TO_DWORDS(offset); in qed_dump_num_param()2884 BYTES_TO_DWORDS in qed_grc_dump_reset_regs()[all …]