Home
last modified time | relevance | path

Searched refs:SIZEOFBD (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/qe/
H A Duec.c758 * SIZEOFBD; in uec_init_tx_parameter()
1108 length = ((uec_info->tx_bd_ring_len * SIZEOFBD) / in uec_startup()
1111 if ((uec_info->tx_bd_ring_len * SIZEOFBD) % in uec_startup()
1127 length = uec_info->rx_bd_ring_len * SIZEOFBD; in uec_startup()
H A Duec.h489 #define SIZEOFBD sizeof(qe_bd_t) macro