Home
last modified time | relevance | path

Searched refs:RDO_PROG_CURR_MA_STEP (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/include/linux/usb/ !
Dpd.h388 #define RDO_PROG_CURR_MA_STEP 50 macro
393 ((((ma) / RDO_PROG_CURR_MA_STEP) & RDO_PROG_CURR_MASK) << RDO_PROG_CURR_SHIFT)
/linux-6.6.21/drivers/usb/typec/tcpm/ !
Dtcpm.c3448 op_ma += RDO_PROG_CURR_MA_STEP - (op_ma % RDO_PROG_CURR_MA_STEP); in tcpm_pd_build_pps_request()
5833 req_op_curr = req_op_curr - (req_op_curr % RDO_PROG_CURR_MA_STEP); in tcpm_pps_set_op_curr()