Searched refs:BYTES_TO_DWORDS (Results 1 – 2 of 2) sorted by relevance
241 #define BYTES_TO_DWORDS(bcount) ((bcount) >> 2) macro245 #define VID_IQ_SIZE_DW BYTES_TO_DWORDS(VID_IQ_SIZE)249 #define AUDIO_IQ_SIZE_DW BYTES_TO_DWORDS(AUDIO_IQ_SIZE)253 #define MBIF_IQ_SIZE_DW BYTES_TO_DWORDS(MBIF_IQ_SIZE)
361 #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))1886 for (i = 0; i < BYTES_TO_DWORDS(sizeof(fw_info_location)); in qed_read_storm_fw_info()1895 for (i = 0; i < BYTES_TO_DWORDS(fw_info_location.size); in qed_read_storm_fw_info()1952 return BYTES_TO_DWORDS(offset); in qed_dump_str_param()1976 offset = BYTES_TO_DWORDS(offset); in qed_dump_num_param()2878 BYTES_TO_DWORDS in qed_grc_dump_reset_regs()[all …]