Home
last modified time | relevance | path

Searched refs:CMD_RING_RSVD_BITS (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/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.h237 #define CMD_RING_RSVD_BITS GENMASK(5, 0) macro
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()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mem.c2535 val_64 = (val_64 & (u64) CMD_RING_RSVD_BITS) | in xhci_mem_init()
2536 (xhci->cmd_ring->first_seg->dma & (u64) ~CMD_RING_RSVD_BITS) | in xhci_mem_init()
H A Dxhci.h283 #define CMD_RING_RSVD_BITS (0x3f) macro
H A Dxhci.c855 val_64 = (val_64 & (u64) CMD_RING_RSVD_BITS) | in xhci_set_cmd_ring_deq()
858 (u64) ~CMD_RING_RSVD_BITS) | in xhci_set_cmd_ring_deq()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-mem.c2402 val_64 = (val_64 & (u64) CMD_RING_RSVD_BITS) | in xhci_mem_init()
2403 (xhci->cmd_ring->first_seg->dma & (u64) ~CMD_RING_RSVD_BITS) | in xhci_mem_init()
H A Dxhci.h283 #define CMD_RING_RSVD_BITS (0x3f) macro
H A Dxhci.c709 val_64 = (val_64 & (u64) CMD_RING_RSVD_BITS) | in xhci_set_cmd_ring_deq()
712 (u64) ~CMD_RING_RSVD_BITS) | in xhci_set_cmd_ring_deq()

Completed in 36 milliseconds