| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | ohci-hcd.c | 215 static int ep_link(ohci_t * ohci, ed_t * ed); 216 static int ep_unlink(ohci_t * ohci, ed_t * ed); 242 static inline void ed_free(struct ed *ed) in ed_free() argument 244 ed->usb_dev = NULL; in ed_free() 333 ed_t *ed = (ed_t *)m32_swap(ed_p); in ep_print_int_eds() local 334 invalidate_dcache_ed(ed); in ep_print_int_eds() 335 printf(" ed: %4x;", ed->hwINFO); in ep_print_int_eds() 336 ed_p = &ed->hwNextED; in ep_print_int_eds() 515 ed_t *ed; in sohci_submit_job() local 536 ed = ep_add_ed(ohci_dev, dev, pipe, interval, 1); in sohci_submit_job() [all …]
|
| H A D | ohci.h | 51 struct ed { struct 57 struct ed *ed_prev; argument 65 struct ed *ed_rm_list; argument 71 typedef struct ed ed_t; argument 121 struct ed *ed; member 347 ed_t *ed; member 369 ed_t ed[NUM_EDS] __aligned(ED_ALIGNMENT);
|
| /rk3399_rockchip-uboot/arch/mips/mach-au1x00/ |
| H A D | au1x00_usb_ohci.c | 201 ed_t *ed = (ed_t *)m32_swap(ed_p); in ep_print_int_eds() local 202 printf (" ed: %4x;", ed->hwINFO); in ep_print_int_eds() 203 ed_p = &ed->hwNextED; in ep_print_int_eds() 379 ed_t * ed; in sohci_submit_job() local 393 if (!(ed = ep_add_ed (dev, pipe))) { in sohci_submit_job() 418 purb_priv->ed = ed; in sohci_submit_job() 433 if (ed->state == ED_NEW || (ed->state & ED_DEL)) { in sohci_submit_job() 440 if (ed->state != ED_OPER) in sohci_submit_job() 441 ep_link (ohci, ed); in sohci_submit_job() 470 volatile ed_t *ed = edi; in ep_link() local [all …]
|
| H A D | au1x00_usb_ohci.h | 41 struct ed { struct 47 struct ed *ed_prev; argument 55 struct ed *ed_rm_list; argument 60 typedef struct ed ed_t; argument 110 struct ed *ed; member 331 ed_t *ed; member 374 ed_t ed[NUM_EDS]; member 380 static int ep_link(ohci_t * ohci, ed_t * ed); 381 static int ep_unlink(ohci_t * ohci, ed_t * ed); 413 ed_free (struct ed *ed) in ed_free() argument [all …]
|
| /rk3399_rockchip-uboot/doc/ |
| H 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 |
|
| H A D | README.davinci.nand_spl | 30 00000000 00 ed ac a1 20 00 00 00 06 00 00 00 05 00 00 00 |.... ...........|
|
| H A D | README.distro | 143 … console=tty1 loglevel=8 rootwait rw earlyprintk root=PARTUUID=5f71e06f-be08-48ed-b1ef-ee4800cc860f
|
| H A D | README.POST | 254 All POST-related code will be #ifdef'ed with the CONFIG_POST macro.
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | func_test.py | 131 ed = u'Lond Edmund Blackaddër <weasel@blackadder.org' 140 'simon': [ed], 185 self.assertEqual(' Cc: %s' % ed.encode('utf-8'), lines[line + 3]) 197 ed)).encode('utf-8'), cc_lines[1])
|
| /rk3399_rockchip-uboot/drivers/net/ldpaa_eth/ |
| H A D | ldpaa_eth.c | 323 struct qbman_eq_desc ed; in ldpaa_eth_tx() local 357 qbman_eq_desc_clear(&ed); in ldpaa_eth_tx() 358 qbman_eq_desc_set_no_orp(&ed, 0); in ldpaa_eth_tx() 359 qbman_eq_desc_set_qd(&ed, priv->tx_qdid, priv->tx_flow_id, 0); in ldpaa_eth_tx() 364 err = qbman_swp_enqueue(swp, &ed, in ldpaa_eth_tx()
|
| /rk3399_rockchip-uboot/drivers/mtd/onenand/ |
| H A D | onenand_base.c | 790 int ed = min_t(int,free_end,readend); in onenand_transfer_auto_oob() local 791 int n = ed - st; in onenand_transfer_auto_oob() 1392 int ed = min_t(int,free_end,writeend); in onenand_fill_auto_oob() local 1393 int n = ed - st; in onenand_fill_auto_oob()
|
| /rk3399_rockchip-uboot/common/ |
| H 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.) */
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | Kconfig | 85 usage as the *_simple malloc functions do not re-use free-ed mem. 94 usage as the *_simple malloc functions do not re-use free-ed mem.
|