Searched refs:ed (Results 1 – 14 of 14) sorted by relevance
/u-boot/drivers/usb/host/ |
A D | ohci-hcd.c | 244 static inline void ed_free(struct ed *ed) in ed_free() argument 517 ed_t *ed; in sohci_submit_job() local 539 if (!ed) { in sohci_submit_job() 568 purb_priv->ed = ed; in sohci_submit_job() 583 if (ed->state == ED_NEW || (ed->state & ED_DEL)) { in sohci_submit_job() 797 ed->ed_prev->hwNextED = ed->hwNextED; in ep_unlink() 818 ed->ed_prev->hwNextED = ed->hwNextED; in ep_unlink() 869 ed->hwHeadP = ed->hwTailP; in ep_add_ed() 922 td->ed = urb_priv->ed; in td_fill() 1140 ed_t *ed; in takeback_td() local [all …]
|
A D | ohci.h | 52 struct ed { struct 58 struct ed *ed_prev; argument 66 struct ed *ed_rm_list; argument 72 typedef struct ed ed_t; argument 122 struct ed *ed; member 348 ed_t *ed; member 370 ed_t ed[NUM_EDS] __aligned(ED_ALIGNMENT);
|
/u-boot/doc/ |
A D | README.fsl-ddr | 7 | Two memory | Not Intlv'ed | Not Intlv'ed | | 9 | | 2-way Intlv'ed | | 11 | | Not Intlv'ed | Not Intlv'ed | Not Intlv'ed | | 13 | complexes | 2-way Intlv'ed | Not Intlv'ed | | 15 | | 3-way Intlv'ed | | 17 | | Not Intlv'ed | Not Intlv'ed | Not Intlv'ed | Not Intlv'ed | 19 | complexes | 2-way Intlv'ed | 2-way Intlv'ed | 21 | | 4-way Intlv'ed |
|
A D | README.davinci.nand_spl | 30 00000000 00 ed ac a1 20 00 00 00 06 00 00 00 05 00 00 00 |.... ...........|
|
A D | README.distro | 142 … console=tty1 loglevel=8 rootwait rw earlyprintk root=PARTUUID=5f71e06f-be08-48ed-b1ef-ee4800cc860f
|
A D | README.POST | 243 All POST-related code will be #ifdef'ed with the CONFIG_POST macro.
|
/u-boot/arch/powerpc/dts/ |
A D | e500mc_power_isa.dtsi | 17 power-isa-e.ed; // Embedded.Enhanced Debug
|
A D | e5500_power_isa.dtsi | 17 power-isa-e.ed; // Embedded.Enhanced Debug
|
A D | e6500_power_isa.dtsi | 17 power-isa-e.ed; // Embedded.Enhanced Debug
|
/u-boot/drivers/net/ldpaa_eth/ |
A D | ldpaa_eth.c | 372 struct qbman_eq_desc ed; local 406 qbman_eq_desc_clear(&ed); 407 qbman_eq_desc_set_no_orp(&ed, 0); 408 qbman_eq_desc_set_qd(&ed, priv->tx_qdid, priv->tx_flow_id, 0); 413 err = qbman_swp_enqueue(swp, &ed,
|
/u-boot/drivers/mtd/onenand/ |
A D | onenand_base.c | 793 int ed = min_t(int,free_end,readend); in onenand_transfer_auto_oob() local 794 int n = ed - st; in onenand_transfer_auto_oob() 1395 int ed = min_t(int,free_end,writeend); in onenand_fill_auto_oob() local 1396 int n = ed - st; in onenand_fill_auto_oob()
|
/u-boot/doc/board/sifive/ |
A D | fu540.rst | 272 Using Device Tree in place at 0000000088000000, end 00000000880045ed
|
/u-boot/common/ |
A D | dlmalloc.src | 1303 /* size field is or'ed with PREV_INUSE when previous adjacent chunk in use */ 1307 /* size field is or'ed with IS_MMAPPED if the chunk was obtained with mmap() */ 1346 /* check for mmap()'ed chunk */ 2654 /* (This can only happen when new chunk is sbrk'ed.) */
|
/u-boot/common/spl/ |
A D | Kconfig | 230 usage as the *_simple malloc functions do not re-use free-ed mem. 240 usage as the *_simple malloc functions do not re-use free-ed mem.
|
Completed in 29 milliseconds