Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/host/
Dxhci.h252 #define CMD_RING_RSVD_BITS (0x3f) macro
Dxhci-mem.c1999 val_64 = (val_64 & (u64) CMD_RING_RSVD_BITS) | in xhci_mem_init()
2000 (xhci->cmd_ring->first_seg->dma & (u64) ~CMD_RING_RSVD_BITS) | in xhci_mem_init()
Dxhci.c625 val_64 = (val_64 & (u64) CMD_RING_RSVD_BITS) | in xhci_set_cmd_ring_deq()
628 (u64) ~CMD_RING_RSVD_BITS) | in xhci_set_cmd_ring_deq()