HomeSort by relevance Sort by last modified time
    Searched refs:qe_muram_alloc (Results 1 - 4 of 4) sorted by null

  /external/u-boot/drivers/qe/
uccf.c 308 qe_muram_alloc(UCC_GETH_UTFS_GIGA_INIT,
313 qe_muram_alloc(UCC_GETH_URFS_GIGA_INIT +
336 qe_muram_alloc(UCC_GETH_UTFS_INIT,
341 qe_muram_alloc(UCC_GETH_URFS_INIT +
uec.c 733 uec->tx_glbl_pram_offset = qe_muram_alloc(
748 uec->send_q_mem_reg_offset = qe_muram_alloc(
784 uec->thread_dat_tx_offset = qe_muram_alloc(
800 uec->rx_glbl_pram_offset = qe_muram_alloc(
818 uec->thread_dat_rx_offset = qe_muram_alloc(
842 uec->rx_bd_qs_tbl_offset = qe_muram_alloc(
904 uec->init_enet_param_offset = qe_muram_alloc(
941 init_enet_offset = qe_muram_alloc(
962 init_enet_offset = qe_muram_alloc(sizeof(uec_thread_tx_pram_t),
    [all...]
qe.c 53 uint qe_muram_alloc(uint size, uint align) function
103 sdma_buffer_base = qe_muram_alloc(2048, 4096);
  /external/u-boot/include/
fsl_qe.h 275 uint qe_muram_alloc(uint size, uint align);

Completed in 45 milliseconds