Home
last modified time | relevance | path

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

/external/u-boot/drivers/qe/
Duccf.c308 qe_muram_alloc(UCC_GETH_UTFS_GIGA_INIT, in ucc_fast_init()
313 qe_muram_alloc(UCC_GETH_URFS_GIGA_INIT + in ucc_fast_init()
336 qe_muram_alloc(UCC_GETH_UTFS_INIT, in ucc_fast_init()
341 qe_muram_alloc(UCC_GETH_URFS_INIT + in ucc_fast_init()
Duec.c733 uec->tx_glbl_pram_offset = qe_muram_alloc( in uec_init_tx_parameter()
748 uec->send_q_mem_reg_offset = qe_muram_alloc( in uec_init_tx_parameter()
784 uec->thread_dat_tx_offset = qe_muram_alloc( in uec_init_tx_parameter()
800 uec->rx_glbl_pram_offset = qe_muram_alloc( in uec_init_rx_parameter()
818 uec->thread_dat_rx_offset = qe_muram_alloc( in uec_init_rx_parameter()
842 uec->rx_bd_qs_tbl_offset = qe_muram_alloc( in uec_init_rx_parameter()
904 uec->init_enet_param_offset = qe_muram_alloc( in uec_issue_init_enet_rxtx_cmd()
941 init_enet_offset = qe_muram_alloc( in uec_issue_init_enet_rxtx_cmd()
962 init_enet_offset = qe_muram_alloc(sizeof(uec_thread_tx_pram_t), in uec_issue_init_enet_rxtx_cmd()
Dqe.c53 uint qe_muram_alloc(uint size, uint align) in qe_muram_alloc() function
103 sdma_buffer_base = qe_muram_alloc(2048, 4096); in qe_sdma_init()
/external/u-boot/include/
Dfsl_qe.h275 uint qe_muram_alloc(uint size, uint align);