Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci.h643 #define SS_BW_LIMIT_OUT 3906 macro
H A Dxhci.c2312 bw_reserved = DIV_ROUND_UP(SS_BW_RESERVED*SS_BW_LIMIT_OUT, 100); in xhci_check_ss_bw()
2313 if (virt_dev->bw_table->ss_bw_out > (SS_BW_LIMIT_OUT - bw_reserved)) in xhci_check_ss_bw()