Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci.h666 #define SS_BW_LIMIT_IN 3906 macro
H A Dxhci.c2285 bw_reserved = DIV_ROUND_UP(SS_BW_RESERVED*SS_BW_LIMIT_IN, 100); in xhci_check_ss_bw()
2286 if (virt_dev->bw_table->ss_bw_in > (SS_BW_LIMIT_IN - bw_reserved)) in xhci_check_ss_bw()