Searched refs:GET_BITS (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/axgbe/ |
| H A D | axgbe_common.h | 1375 #define GET_BITS(_var, _index, _width) \ macro 1403 GET_BITS((_var), \ 1433 GET_BITS(AXGMAC_IOREAD((_pdata), _reg), \ 1484 GET_BITS(AXGMAC_DMA_IOREAD((_channel), _reg), \ 1545 GET_BITS(XSIR0_IOREAD((_pdata), _reg), \ 1566 GET_BITS(XSIR1_IOREAD((_pdata), _reg), \ 1590 GET_BITS(XRXTX_IOREAD((_pdata), _reg), \ 1611 GET_BITS((_var), \ 1624 GET_BITS(XP_IOREAD((_pdata), (_reg)), \ 1645 GET_BITS((_var), \ [all …]
|
| H A D | axgbe_rxtx.c | 631 tx_status = GET_BITS(tx_status, tx_pos, DMA_DSR_TPS_WIDTH); in axgbe_prepare_tx_stop()
|