Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
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()
/external/u-boot/include/usb/
Dxhci.h249 #define CMD_RING_RSVD_BITS (0x3f) macro