Searched refs:GET_BITS (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/net/axgbe/ |
| H A D | axgbe_common.h | 1430 #define GET_BITS(_var, _index, _width) \ macro 1458 GET_BITS((_var), \ 1488 GET_BITS(AXGMAC_IOREAD((_pdata), _reg), \ 1539 GET_BITS(AXGMAC_DMA_IOREAD((_channel), _reg), \ 1600 GET_BITS(XSIR0_IOREAD((_pdata), _reg), \ 1621 GET_BITS(XSIR1_IOREAD((_pdata), _reg), \ 1645 GET_BITS(XRXTX_IOREAD((_pdata), _reg), \ 1666 GET_BITS((_var), \ 1679 GET_BITS(XP_IOREAD((_pdata), (_reg)), \ 1700 GET_BITS((_var), \ [all …]
|
| H A D | axgbe_rxtx.c | 694 tx_status = GET_BITS(tx_status, tx_pos, DMA_DSR_TPS_WIDTH); in axgbe_prepare_tx_stop()
|