Home
last modified time | relevance | path

Searched refs:ioremap (Results 1 - 7 of 7) sorted by relevance

/drivers/hdf_core/framework/include/osal/
H A Dosal_io.h119 return ioremap(phys_addr, size); in OsalIoRemap()
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci_pci.c114 sc->sc_io_res = ioremap(res->start, res->count); in ehci_pci_attach()
H A Dxhci_pci.c101 sc->sc_io_res = ioremap(res->start, res->count); in xhci_pci_attach()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dadp.c209 VOID *ioremap(PADDR_T paddr, unsigned long size) in ioremap() function
215 VM_ERR("ioremap failed invalid addr or size %p %d", paddr, size); in ioremap()
305 VM_ERR("ioremap LOS_ArchMmuMap failed err = %d", ret); in remap_pfn_range()
/drivers/hdf_core/adapter/khdf/linux/model/camera/src/
H A Dvirtual_malloc.c97 buf->vaddr = (__force void *)ioremap(__pfn_to_phys(nums[0]), size + offset); in VmallocAllocUserPtr()
/third_party/backends/backend/
H A Dplustek-pp_sysdep.h206 /* ioremap */
208 # define ioremap vremap macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h453 extern void *ioremap(unsigned long phys_addr, unsigned long size);

Completed in 4 milliseconds