Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci.c1215 val = (xhci_readl(&hccr->cr_hcsparams1) & HCS_SLOTS_MASK); in xhci_lowlevel_init()
1217 val |= (val2 & ~HCS_SLOTS_MASK); in xhci_lowlevel_init()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h100 #define HCS_SLOTS_MASK 0xff macro