Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-mtk-sch.c376 k = XHCI_MTK_BW_INDEX(base + j); in get_max_bw()
397 sch_bw->bus_bw[XHCI_MTK_BW_INDEX(base + j)] += bw_updated; in update_bus_bw()
416 k = XHCI_MTK_BW_INDEX(base + j); in check_fs_bus_bw()
494 tt->fs_bus_bw[XHCI_MTK_BW_INDEX(base + j)] += bw_updated; in update_sch_tt()
H A Dxhci-mtk.h31 #define XHCI_MTK_BW_INDEX(x) ((x) & (XHCI_MTK_MAX_ESIT - 1)) macro