Home
last modified time | relevance | path

Searched refs:ed (Results 1 – 14 of 14) sorted by relevance

/u-boot/drivers/usb/host/
A Dohci-hcd.c244 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 Dohci.h52 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 DREADME.fsl-ddr7 | 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 DREADME.davinci.nand_spl30 00000000 00 ed ac a1 20 00 00 00 06 00 00 00 05 00 00 00 |.... ...........|
A DREADME.distro142 … console=tty1 loglevel=8 rootwait rw earlyprintk root=PARTUUID=5f71e06f-be08-48ed-b1ef-ee4800cc860f
A DREADME.POST243 All POST-related code will be #ifdef'ed with the CONFIG_POST macro.
/u-boot/arch/powerpc/dts/
A De500mc_power_isa.dtsi17 power-isa-e.ed; // Embedded.Enhanced Debug
A De5500_power_isa.dtsi17 power-isa-e.ed; // Embedded.Enhanced Debug
A De6500_power_isa.dtsi17 power-isa-e.ed; // Embedded.Enhanced Debug
/u-boot/drivers/net/ldpaa_eth/
A Dldpaa_eth.c372 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 Donenand_base.c793 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 Dfu540.rst272 Using Device Tree in place at 0000000088000000, end 00000000880045ed
/u-boot/common/
A Ddlmalloc.src1303 /* 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 DKconfig230 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