Searched refs:_P (Results 1 – 3 of 3) sorted by relevance
83 #define _P 32 in tua6100_set_params() macro99 if (_P == 64) in tua6100_set_params()117 div = prediv / _P; in tua6100_set_params()121 priv->frequency = ((div * _P) * (_ri / 1000)) / _R; in tua6100_set_params()124 reg1[3] |= (prediv - (div*_P)) & 0x7f; in tua6100_set_params()127 #undef _P in tua6100_set_params()
73 #define hal_get_time_count( _P ) (_P->time_count/10) // return 100ms count argument74 #define hal_detect_error( _P ) (_P->WbUsb.DetectCount) argument
1612 #define _P(x) (fbdev->panel->x != NULL) in check_required_callbacks() macro1616 _P(init) && _P(cleanup) && _P(enable) && _P(disable) && in check_required_callbacks()1617 _P(get_caps))); in check_required_callbacks()1618 #undef _P in check_required_callbacks()