Home
last modified time | relevance | path

Searched refs:GET_BITS (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/axgbe/
H A Dxgbe-common.h1450 #define GET_BITS(_var, _index, _width) \ macro
1478 GET_BITS((_var), \
1508 GET_BITS(XGMAC_IOREAD((_pdata), _reg), \
1558 GET_BITS(XGMAC_DMA_IOREAD((_channel), _reg), \
1617 GET_BITS(XSIR0_IOREAD((_pdata), _reg), \
1637 GET_BITS(XSIR1_IOREAD((_pdata), _reg), \
1660 GET_BITS(XRXTX_IOREAD((_pdata), _reg), \
1680 GET_BITS((_var), \
1693 GET_BITS(XP_IOREAD((_pdata), (_reg)), \
1714 GET_BITS((_var), \
[all …]
H A Dxgbe-dev.c2519 tx_status = GET_BITS(tx_status, tx_pos, DMA_DSR_TPS_WIDTH); in xgbe_prepare_tx_stop()
/freebsd/contrib/bzip2/
H A Ddecompress.c43 #define GET_BITS(lll,vvv,nnn) \ macro
68 GET_BITS(lll,uuu,8)
71 GET_BITS(lll,uuu,1)
89 GET_BITS(label1, zvec, zn); \
206 GET_BITS(BZ_X_MAGIC_4, s->blockSize100k, 8) in BZ2_decompress()
251 GET_BITS(BZ_X_RANDBIT, s->blockRandomised, 1); in BZ2_decompress()
287 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3); in BZ2_decompress()
289 GET_BITS(BZ_X_SELECTOR_2, nSelectors, 15); in BZ2_decompress()
324 GET_BITS(BZ_X_CODING_1, curr, 5); in BZ2_decompress()