Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-mem.c531 val_64 = (val_64 & (u64) CMD_RING_RSVD_BITS) | in xhci_mem_init()
532 (trb_64 & (u64) ~CMD_RING_RSVD_BITS) | in xhci_mem_init()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h250 #define CMD_RING_RSVD_BITS (0x3f) macro