Searched defs:ring (Results 1 – 13 of 13) sorted by relevance
| /u-boot/drivers/soc/ti/ |
| A D | k3-navss-ringacc.c | 375 void k3_nav_ringacc_ring_reset(struct k3_nav_ring *ring) in k3_nav_ringacc_ring_reset() 466 static void k3_ringacc_ring_free_sci(struct k3_nav_ring *ring) in k3_ringacc_ring_free_sci() 487 int k3_nav_ringacc_ring_free(struct k3_nav_ring *ring) in k3_nav_ringacc_ring_free() 529 u32 k3_nav_ringacc_get_ring_id(struct k3_nav_ring *ring) in k3_nav_ringacc_get_ring_id() 565 int k3_nav_ringacc_ring_cfg(struct k3_nav_ring *ring, in k3_nav_ringacc_ring_cfg() 648 u32 k3_nav_ringacc_ring_get_size(struct k3_nav_ring *ring) in k3_nav_ringacc_ring_get_size() 656 u32 k3_nav_ringacc_ring_get_free(struct k3_nav_ring *ring) in k3_nav_ringacc_ring_get_free() 667 u32 k3_nav_ringacc_ring_get_occ(struct k3_nav_ring *ring) in k3_nav_ringacc_ring_get_occ() 675 u32 k3_nav_ringacc_ring_is_full(struct k3_nav_ring *ring) in k3_nav_ringacc_ring_is_full() 702 struct k3_nav_ring *ring, void *elem, in k3_nav_ringacc_ring_access_proxy() [all …]
|
| /u-boot/drivers/usb/mtu3/ |
| A D | mtu3_qmu.c | 55 static struct qmu_gpd *gpd_dma_to_virt(struct mtu3_gpd_ring *ring, in gpd_dma_to_virt() 68 static dma_addr_t gpd_virt_to_dma(struct mtu3_gpd_ring *ring, in gpd_virt_to_dma() 92 struct mtu3_gpd_ring *ring = &mep->gpd_ring; in reset_gpd_list() local 105 struct mtu3_gpd_ring *ring = &mep->gpd_ring; in mtu3_gpd_ring_alloc() local 121 struct mtu3_gpd_ring *ring = &mep->gpd_ring; in mtu3_gpd_ring_free() local 162 static int gpd_ring_empty(struct mtu3_gpd_ring *ring) in gpd_ring_empty() 184 struct mtu3_gpd_ring *ring = &mep->gpd_ring; in mtu3_prepare_tx_gpd() local 221 struct mtu3_gpd_ring *ring = &mep->gpd_ring; in mtu3_prepare_rx_gpd() local 262 struct mtu3_gpd_ring *ring = &mep->gpd_ring; in mtu3_qmu_start() local 349 struct mtu3_gpd_ring *ring = &mep->gpd_ring; in qmu_done_tx() local [all …]
|
| /u-boot/drivers/usb/host/ |
| A D | xhci-ring.c | 38 static int last_trb(struct xhci_ctrl *ctrl, struct xhci_ring *ring, in last_trb() 58 struct xhci_ring *ring, in last_trb_on_last_seg() 91 static void inc_enq(struct xhci_ctrl *ctrl, struct xhci_ring *ring, in inc_enq() 149 static void inc_deq(struct xhci_ctrl *ctrl, struct xhci_ring *ring) in inc_deq() 184 struct xhci_ring *ring, in queue_trb() 495 struct xhci_ring *ring = ctrl->devs[udev->slot_id]->eps[ep_index].ring; in abort_td() local 576 struct xhci_ring *ring; /* EP transfer ring */ in xhci_bulk_tx() local
|
| A D | xhci-mem.c | 81 static void xhci_ring_free(struct xhci_ring *ring) in xhci_ring_free() 250 static void xhci_initialize_ring_info(struct xhci_ring *ring) in xhci_initialize_ring_info() 310 struct xhci_ring *ring; in xhci_ring_alloc() local
|
| /u-boot/include/xen/interface/io/ |
| A D | console.h | 15 #define MASK_XENCONS_IDX(idx, ring) ((idx) & (sizeof(ring) - 1)) argument
|
| /u-boot/drivers/usb/cdns3/ |
| A D | debug.h | 112 struct cdns3_trb *ring, char *str) in cdns3_dbg_ring()
|
| /u-boot/include/ |
| A D | virtio_ring.h | 61 __virtio16 ring[]; member 74 struct vring_used_elem ring[]; member
|
| /u-boot/drivers/usb/musb-new/ |
| A D | musb_host.h | 32 struct list_head ring; /* of musb_qh */ member
|
| /u-boot/drivers/xen/ |
| A D | xenbus.c | 57 const char *ring = r; in memcpy_from_ring() local
|
| A D | pvblock.c | 62 struct blkif_front_ring ring; member
|
| /u-boot/drivers/dma/ti/ |
| A D | k3-udma.c | 328 struct k3_nav_ring *ring = NULL; in udma_pop_from_ring() local 1395 static int udma_push_to_ring(struct k3_nav_ring *ring, void *elem) in udma_push_to_ring()
|
| /u-boot/include/usb/ |
| A D | xhci.h | 1054 struct xhci_ring *ring; member
|
| /u-boot/arch/powerpc/include/asm/ |
| A D | immap_85xx.h | 2735 } ring[2]; member
|
Completed in 52 milliseconds