Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h250 #define CMD_RING_RSVD_BITS (0x3f) macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mem.c2607 val_64 = (val_64 & (u64) CMD_RING_RSVD_BITS) | in xhci_mem_init()
2608 (xhci->cmd_ring->first_seg->dma & (u64) ~CMD_RING_RSVD_BITS) | in xhci_mem_init()
H A Dxhci.h284 #define CMD_RING_RSVD_BITS (0x3f) macro
H A Dxhci.c846 val_64 = (val_64 & (u64) CMD_RING_RSVD_BITS) | in xhci_set_cmd_ring_deq()
849 (u64) ~CMD_RING_RSVD_BITS) | in xhci_set_cmd_ring_deq()