Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/qe/
H A Duccf.c309 qe_muram_alloc(UCC_GETH_UTFS_GIGA_INIT, in ucc_fast_init()
314 qe_muram_alloc(UCC_GETH_URFS_GIGA_INIT + in ucc_fast_init()
337 qe_muram_alloc(UCC_GETH_UTFS_INIT, in ucc_fast_init()
342 qe_muram_alloc(UCC_GETH_URFS_INIT + in ucc_fast_init()
H A Duec.c734 uec->tx_glbl_pram_offset = qe_muram_alloc( in uec_init_tx_parameter()
749 uec->send_q_mem_reg_offset = qe_muram_alloc( in uec_init_tx_parameter()
785 uec->thread_dat_tx_offset = qe_muram_alloc( in uec_init_tx_parameter()
801 uec->rx_glbl_pram_offset = qe_muram_alloc( in uec_init_rx_parameter()
819 uec->thread_dat_rx_offset = qe_muram_alloc( in uec_init_rx_parameter()
843 uec->rx_bd_qs_tbl_offset = qe_muram_alloc( in uec_init_rx_parameter()
905 uec->init_enet_param_offset = qe_muram_alloc( in uec_issue_init_enet_rxtx_cmd()
942 init_enet_offset = qe_muram_alloc( in uec_issue_init_enet_rxtx_cmd()
963 init_enet_offset = qe_muram_alloc(sizeof(uec_thread_tx_pram_t), in uec_issue_init_enet_rxtx_cmd()
H A Dqe.c54 uint qe_muram_alloc(uint size, uint align) in qe_muram_alloc() function
104 sdma_buffer_base = qe_muram_alloc(2048, 4096); in qe_sdma_init()
/rk3399_rockchip-uboot/include/
H A Dfsl_qe.h276 uint qe_muram_alloc(uint size, uint align);