Lines Matching refs:bytes
427 size_t bytes; in flush_iotlb_page() local
433 bytes = iopgsz_to_bytes(cr.cam & 3); in flush_iotlb_page()
435 if ((start <= da) && (da < start + bytes)) { in flush_iotlb_page()
437 __func__, start, da, bytes); in flush_iotlb_page()
686 size_t bytes; in iopgtable_clear_entry_core() local
697 bytes = IOPTE_SIZE; in iopgtable_clear_entry_core()
703 bytes *= nent; in iopgtable_clear_entry_core()
718 bytes = IOPGD_SIZE; in iopgtable_clear_entry_core()
724 bytes *= nent; in iopgtable_clear_entry_core()
729 return bytes; in iopgtable_clear_entry_core()
739 size_t bytes; in iopgtable_clear_entry() local
743 bytes = iopgtable_clear_entry_core(obj, da); in iopgtable_clear_entry()
748 return bytes; in iopgtable_clear_entry()
1037 phys_addr_t pa, size_t bytes, int prot) in omap_iommu_map() argument
1046 omap_pgsz = bytes_to_iopgsz(bytes); in omap_iommu_map()
1048 dev_err(dev, "invalid size to map: %d\n", bytes); in omap_iommu_map()
1052 dev_dbg(dev, "mapping da 0x%lx to pa %pa size 0x%x\n", da, &pa, bytes); in omap_iommu_map()