Searched refs:dword_size (Results 1 – 2 of 2) sorted by relevance
178 const size_t dword_size = 8; in __clear_cache()181 const uintptr_t mask = ~(dword_size - 1); in __clear_cache()183 const uintptr_t end_dword = ((uintptr_t)start + len + dword_size - 1) & mask; in __clear_cache()185 for (uintptr_t dword = start_dword; dword < end_dword; dword += dword_size) in __clear_cache()
428 const uint16_t dword_size = 4; in ufshci_req_queue_fill_utr_descriptor() local447 desc->response_upiu_offset = response_off / dword_size; in ufshci_req_queue_fill_utr_descriptor()448 desc->response_upiu_length = response_len / dword_size; in ufshci_req_queue_fill_utr_descriptor()449 desc->prdt_offset = prdt_off / dword_size; in ufshci_req_queue_fill_utr_descriptor()