Searched refs:GET_BITS (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/axgbe/ |
H A D | xgbe-common.h | 1450 #define GET_BITS(_var, _index, _width) \ 1478 GET_BITS((_var), \ 1508 GET_BITS(XGMAC_IOREAD((_pdata), _reg), \ 1533 GET_BITS(XGMAC_MTL_IOREAD((_pdata), (_n), _reg), \ 1558 GET_BITS(XGMAC_DMA_IOREAD((_channel), _reg), \ 1579 GET_BITS((_var), \ 1604 GET_BITS((_var), \ 1617 GET_BITS(XSIR0_IOREAD((_pdata), _reg), \ 1637 GET_BITS(XSIR1_IOREAD((_pdata), _reg), \ 1660 GET_BITS(XRXTX_IOREA 1434 #define GET_BITS( global() macro [all...] |
H A D | xgbe-dev.c | 2518 tx_status = GET_BITS(tx_status, tx_pos, DMA_DSR_TPS_WIDTH); in xgbe_prepare_tx_stop()
|
/freebsd/contrib/bzip2/ |
H A D | decompress.c | 43 #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()
|