Home
last modified time | relevance | path

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

/u-boot/arch/arm/lib/
A Dcache.c111 phys_addr_t noncached_alloc(size_t size, size_t align) in noncached_alloc() function
/u-boot/arch/arm/include/asm/
A Dsystem.h643 phys_addr_t noncached_alloc(size_t size, size_t align);
/u-boot/drivers/net/
A Dmtk_eth.c1379 noncached_alloc(sizeof(struct pdma_txdesc) * NUM_TX_DESC, in mtk_eth_probe()
1382 noncached_alloc(sizeof(struct pdma_rxdesc) * NUM_RX_DESC, in mtk_eth_probe()
A Drtl8169.c456 return (void *)noncached_alloc(size, RTL8169_ALIGN); in rtl_alloc_descs()

Completed in 27 milliseconds