Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci-mem.c530 val_64 = (val_64 & (u64) CMD_RING_RSVD_BITS) | in xhci_mem_init()
531 (trb_64 & (u64) ~CMD_RING_RSVD_BITS) | in xhci_mem_init()
H A Dxhci.h249 #define CMD_RING_RSVD_BITS (0x3f) macro
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-mem.c1267 val_64 = (val_64 & (u64)CMD_RING_RSVD_BITS) | in cdnsp_mem_init()
1268 (pdev->cmd_ring->first_seg->dma & (u64)~CMD_RING_RSVD_BITS) | in cdnsp_mem_init()
H A Dcdnsp-gadget.c1380 val_64 = (val_64 & (u64)CMD_RING_RSVD_BITS) | in cdnsp_clear_cmd_ring()
1381 (pdev->cmd_ring->first_seg->dma & (u64)~CMD_RING_RSVD_BITS) | in cdnsp_clear_cmd_ring()
H A Dcdnsp-gadget.h237 #define CMD_RING_RSVD_BITS GENMASK(5, 0) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci-mem.c2408 val_64 = (val_64 & (u64) CMD_RING_RSVD_BITS) | in xhci_mem_init()
2409 (xhci->cmd_ring->first_seg->dma & (u64) ~CMD_RING_RSVD_BITS) | in xhci_mem_init()
H A Dxhci.h203 #define CMD_RING_RSVD_BITS (0x3f) macro
H A Dxhci.c710 val_64 = (val_64 & (u64) CMD_RING_RSVD_BITS) | in xhci_set_cmd_ring_deq()
713 (u64) ~CMD_RING_RSVD_BITS) | in xhci_set_cmd_ring_deq()