Home
last modified time | relevance | path

Searched refs:noncached_alloc (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/arch/arm/lib/
Dcache.c95 phys_addr_t noncached_alloc(size_t size, size_t align) in noncached_alloc() function
/external/u-boot/arch/arm/include/asm/
Dsystem.h570 phys_addr_t noncached_alloc(size_t size, size_t align);
/external/u-boot/drivers/net/
Drtl8169.c451 return (void *)noncached_alloc(size, RTL8169_ALIGN); in rtl_alloc_descs()
Ddwc_eth_qos.c314 return (void *)noncached_alloc(EQOS_DESCRIPTORS_SIZE, in eqos_alloc_descs()