Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/lib/
H A Dcache.c95 phys_addr_t noncached_alloc(size_t size, size_t align) in noncached_alloc() function
/openbmc/u-boot/arch/arm/include/asm/
H A Dsystem.h571 phys_addr_t noncached_alloc(size_t size, size_t align);
/openbmc/u-boot/drivers/net/
H A Dmtk_eth.c1012 noncached_alloc(sizeof(struct pdma_txdesc) * NUM_TX_DESC, in mtk_eth_probe()
1015 noncached_alloc(sizeof(struct pdma_rxdesc) * NUM_RX_DESC, in mtk_eth_probe()
H A Drtl8169.c447 return (void *)noncached_alloc(size, RTL8169_ALIGN); in rtl_alloc_descs()
H A Ddwc_eth_qos.c314 return (void *)noncached_alloc(EQOS_DESCRIPTORS_SIZE, in eqos_alloc_descs()