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

/u-boot/drivers/dma/
H A Dkeystone_nav.c101 void qm_push(struct qm_host_desc *hd, u32 qnum) argument
105 cpu_to_bus((u32 *)hd, sizeof(struct qm_host_desc)/4);
106 regd = (u32)hd | ((sizeof(struct qm_host_desc) >> 4) - 1);
110 void qm_buff_push(struct qm_host_desc *hd, u32 qnum, argument
113 hd->orig_buff_len = buff_len;
114 hd->buff_len = buff_len;
115 hd->orig_buff_ptr = (u32)buff_ptr;
116 hd->buff_ptr = (u32)buff_ptr;
117 qm_push(hd, qnum);
138 struct qm_host_desc *hd; local
207 struct qm_host_desc *hd; local
283 struct qm_host_desc *hd; local
300 struct qm_host_desc *hd; local
312 ksnav_release_rxhd(struct pktdma_cfg *pktdma, void *hd) argument
[all...]
/u-boot/drivers/usb/gadget/
H A Dcore.c419 * head "hd", or NULL if the list is empty. This will also
423 urb_link *first_urb_link (urb_link * hd) argument
426 if (NULL != hd && NULL != (nx = hd->next) && nx != hd) {
437 * head "hd", or NULL if the list is empty.
439 struct urb *first_urb (urb_link * hd) argument
442 if (NULL == (nx = first_urb_link (hd))) {
451 * head "hd", or NULL if the list is empty.
454 struct urb *first_urb_detached (urb_link * hd) argument
469 urb_append(urb_link * hd, struct urb *urb) argument
[all...]
/u-boot/arch/arm/include/asm/ti-common/
H A Dkeystone_nav.h94 void qm_push(struct qm_host_desc *hd, u32 qnum);
97 void qm_buff_push(struct qm_host_desc *hd, u32 qnum,
188 void ksnav_release_rxhd(struct pktdma_cfg *pktdma, void *hd);
/u-boot/lib/efi/
H A Defi_app_init.c85 struct efi_device_path_hard_drive_path *hd = local
88 if (hd->partition_number)
/u-boot/include/
H A Dusbdevice.h601 urb_link *first_urb_link (urb_link * hd);
602 struct urb *first_urb (urb_link * hd);
603 struct urb *first_urb_detached (urb_link * hd);
604 void urb_append (urb_link * hd, struct urb *urb);
/u-boot/scripts/
H A Dbuild-efi.sh117 -device ide-hd,drive=disk,bus=ahci.0 ${extra}
/u-boot/drivers/net/ti/
H A Dkeystone_net.c98 void *hd; member in struct:ks2_eth_priv
463 priv->hd = ksnav_recv(priv->netcp_pktdma, &pkt, &pkt_size);
464 if (priv->hd == NULL)
477 ksnav_release_rxhd(priv->netcp_pktdma, priv->hd);
/u-boot/common/
H A Ddlmalloc.c1581 INTERNAL_SIZE_T hd; /* its head field */ local
1603 hd = p->size;
1606 if (hd & IS_MMAPPED) /* release mmapped memory. */
1615 sz = hd & ~PREV_INUSE;
1624 if (!(hd & PREV_INUSE)) /* consolidate backward */
1643 if (!(hd & PREV_INUSE)) /* consolidate backward */
/u-boot/drivers/video/
H A Dstb_truetype.h4893 stbtt_uint32 nm,hd; local
4898 hd = stbtt__find_table(fc, offset, "head");
4899 if ((ttUSHORT(fc+hd+44) & 7) != (flags & 7)) return 0;

Completed in 119 milliseconds