Home
last modified time | relevance | path

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

/trueos/sys/dev/sfxge/common/
HDefx_impl.h559 (_reg ## _OFST + ((_index) * _reg ## _STEP)), \
576 (_reg ## _OFST + ((_index) * _reg ## _STEP)), \
591 ((_index) * _reg ## _STEP)), \
600 (_reg ## _OFST + ((_index) * _reg ## _STEP)), \
619 (_reg ## _OFST + ((_index) * _reg ## _STEP)), \
628 (_reg ## _OFST + ((_index) * _reg ## _STEP)), \
651 (_reg ## _OFST + ((_index) * _reg ## _STEP)), \
/trueos/sys/dev/oce/
HDoce_if.h274 #define GET_Q_NEXT(_START, _STEP, _END) \ argument
275 (((_START) + (_STEP)) < (_END) ? ((_START) + (_STEP)) \
276 : (((_START) + (_STEP)) - (_END)))
/trueos/sys/dev/nxge/xgehal/
HDxgehal-device.c3291 #define _STEP 2 in __hal_update_bimodal() macro
3359 if ((tval -_STEP) < hldev->config.bimodal_timer_lo_us) in __hal_update_bimodal()
3403 (tval + _STEP) <= hldev->config.bimodal_timer_hi_us) { in __hal_update_bimodal()
3404 tval += _STEP; in __hal_update_bimodal()
3406 } else if ((tval - _STEP) >= hldev->config.bimodal_timer_lo_us) { in __hal_update_bimodal()
3407 tval -= _STEP; in __hal_update_bimodal()