Searched refs:link (Results 1 - 25 of 129) sorted by relevance

123456

/u-boot/arch/x86/lib/
H A Dpirq_routing.c20 int i, link; local
36 for (link = 0; link < CONFIG_MAX_PIRQ_LINKS; link++) {
37 if (pirq_check_irq_routed(dev, link, irq)) {
72 int link = irq->irq[intx].link; local
76 debug("INT%c link: %x bitmap: %x ",
77 'A' + intx, link, bitmap);
79 if (!bitmap || !link) {
[all...]
/u-boot/post/lib_powerpc/
H A Db.c17 * link register is checked as well (using mfspr).
34 int pjump, int decr, int link, ulong pctr, ulong cr)
69 if (link)
135 int link; local
143 for (link = 0; link <= 1 && ret == 0; link++)
159 ret = cpu_post_test_bc (link ? OP_BCL : OP_BC,
160 (cc << 3) + (cd << 1), 0, jump, decr, link,
33 cpu_post_test_bc(ulong cmd, ulong bo, ulong bi, int pjump, int decr, int link, ulong pctr, ulong cr) argument
/u-boot/arch/x86/include/asm/
H A Dpirq_routing.h16 * This tells us that in the PIRQ table, we are going to have 4 link-bitmap
31 u8 link; /* IRQ line ID, 0=not routed */ member in struct:irq_info::__packed
69 * This function checks whether an IRQ is routed to 8259 PIC for a given link.
75 * @link: link number which represents a PIRQ
77 * @return: true if the irq is already routed to 8259 for a given link,
80 bool pirq_check_irq_routed(struct udevice *dev, int link, u8 irq);
83 * pirq_translate_link() - Translate a link value
85 * This function translates a platform-specific link value to a link numbe
[all...]
H A Dirq.h26 int link; member in struct:pirq_regmap
36 * @link_base: link value base number
38 * @has_regmap: has mapping table between PIRQ link and routing register offset
/u-boot/fs/cramfs/
H A Dcramfs.c105 char *link = malloc (size + 1); local
107 if (!link || cramfs_uncompress (begin, offset, (unsigned long)link) != size) {
108 free (link);
109 link = NULL;
111 link[size] = '\0';
113 return link;
167 char *link; local
172 link = cramfs_uncompress_link (begin,
174 if (!link) {
282 char *link = cramfs_uncompress_link (PART_OFFSET(info), offset); local
[all...]
/u-boot/include/jffs2/
H A Dload_kernel.h26 struct list_head link; member in struct:mtd_device
33 struct list_head link; member in struct:part_info
45 struct list_head link; member in struct:mtdids
/u-boot/arch/x86/cpu/
H A Dirq.c23 * pirq_reg_to_linkno() - Convert a PIRQ routing register offset to link number
27 * @return: PIRQ link number (0 for PIRQA, 1 for PIRQB, etc)
39 linkno = map->link;
52 * pirq_linkno_to_reg() - Convert a PIRQ link number to routing register offset
55 * @linkno: PIRQ link number (0 for PIRQA, 1 for PIRQB, etc)
67 if (linkno == map->link) {
80 bool pirq_check_irq_routed(struct udevice *dev, int link, u8 irq) argument
87 pirq_linkno_to_reg(priv, link), &pirq);
90 pirq_linkno_to_reg(priv, link));
101 int pirq_translate_link(struct udevice *dev, int link) argument
108 pirq_assign_irq(struct udevice *dev, int link, u8 irq) argument
[all...]
/u-boot/drivers/net/phy/
H A Dgeneric_10g.c24 phydev->link = 1;
31 * Go through all the link-reporting devices, and make sure
38 /* Read twice because link state is latched and a
43 phydev->link = 0;
H A Drealtek.c283 /* in case of timeout ->link is cleared */
284 phydev->link = 1;
285 puts("Waiting for PHY realtime link");
290 phydev->link = 0;
304 phydev->link = 1;
306 phydev->link = 0;
339 phydev->link = 1;
343 phydev->link = 0;
379 /* Read the Status (2x to make sure link is right) */
391 /* Read the Status (2x to make sure link i
[all...]
H A Dteranetics.c82 * so the link status reports no link.
84 phydev->link = 1;
/u-boot/drivers/mmc/
H A Dmmc_legacy.c42 m = list_entry(entry, struct mmc, link);
76 m = list_entry(entry, struct mmc, link);
92 INIT_LIST_HEAD(&mmc->link);
94 list_add_tail(&mmc->link, &mmc_devices);
105 m = list_entry(entry, struct mmc, link);
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/
H A Dcmd_stm32prog.c46 enum stm32prog_link_t link = LINK_UNDEFINED; local
55 link = LINK_USB;
57 link = LINK_SERIAL;
59 if (link == LINK_UNDEFINED) {
60 log_err("not supported link=%s\n", argv[1]);
104 switch (link) {
184 "<link> <dev> [<addr>] [<size>]\n"
185 " <link> = serial|usb\n"
/u-boot/cmd/
H A Dmtdparts.c241 dev = list_entry(dentry, struct mtd_device, link);
478 list_del(&part->link);
502 part_tmp = list_entry(entry, struct part_info, link);
521 /* link partition to parrent dev */
526 list_add(&part->link, &dev->parts);
532 new_pi = list_entry(&part->link, struct part_info, link);
542 pi = list_entry(entry, struct part_info, link);
551 list_add_tail(&part->link, entry);
566 list_add_tail(&part->link,
[all...]
H A Djffs2.c371 INIT_LIST_HEAD(&id->link);
385 INIT_LIST_HEAD(&part->link);
398 INIT_LIST_HEAD(&current_mtd_dev->link);
401 list_add(&part->link, &current_mtd_dev->parts);
439 part = list_entry(entry, struct part_info, link);
/u-boot/lib/efi_loader/
H A Defi_hii.c21 struct list_head link; member in struct:efi_hii_packagelist
37 list_for_each_entry(hii, &efi_package_lists, link) {
73 struct list_head link; member in struct:efi_string_table
86 struct list_head link; member in struct:efi_guid_data
91 struct list_head link; /* in package */ member in struct:efi_keyboard_layout_data
97 struct list_head link; /* in package_list */ member in struct:efi_keyboard_package_data
118 struct efi_string_table, link);
119 list_del(&stbl->link);
220 list_add(&stbl->link, &hii->string_tables);
244 struct efi_guid_data, link);
[all...]
H A Defi_boottime.c225 list_for_each_entry(item, &efi_register_notify_events, link) {
228 list_for_each_entry_safe(hitem, hnext, &item->handles, link) {
230 list_del(&hitem->link);
236 list_del(&handle->link);
342 list_for_each_entry(evt, &efi_events, link) {
349 list_for_each_entry(evt, &efi_events, link) {
550 list_add_tail(&handle->link, &efi_obj_list);
596 protocol = list_entry(lhandle, struct efi_handler, link);
626 list_del(&handler->link);
646 list_for_each_entry_safe(protocol, pos, &efiobj->protocols, link) {
[all...]
H A Defi_memory.c30 struct list_head link; member in struct:efi_mem_list
101 struct efi_mem_list *mema = list_entry(a, struct efi_mem_list, link);
102 struct efi_mem_list *memb = list_entry(b, struct efi_mem_list, link);
145 lmem = list_entry(lhandle, struct efi_mem_list, link);
161 list_del(&lmem->link);
222 list_del(&map->link);
250 list_add_tail(&newmap->link, &map->link);
315 lmem = list_entry(lhandle, struct efi_mem_list, link);
363 list_add_tail(&newlist->link,
[all...]
/u-boot/lib/efi/
H A Defi_info.c38 entry = (struct efi_entry_hdr *)((ulong)entry + entry->link);
/u-boot/common/
H A Dmiiphyutil.c51 dev = list_entry(entry, struct mii_dev, link);
80 INIT_LIST_HEAD(&bus->link);
103 list_add_tail(&bus->link, &mii_devs);
129 list_del(&bus->link);
143 struct mii_dev *bus = list_entry(entry, struct mii_dev, link);
194 bus = list_entry(entry, struct mii_dev, link);
292 dev = list_entry(entry, struct mii_dev, link);
541 * Determine link status
550 puts("MII_BMSR read failed, assuming no link\n");
554 /* Determine if a link i
[all...]
/u-boot/arch/arm/include/asm/arch-octeontx/csrs/
H A Dcsrs-xcv.h128 * link should introduce delay. By default/reset, the RGMII receivers
130 * transmitted clock. Whether this default works as-is with a given link
131 * partner depends on the behavior of the link partner and the PC board.
200 u64 link : 1; member in struct:xcvx_inbnd_status::xcvx_inbnd_status_s
220 * status change for link duplex, link speed and link up/down.
225 u64 link : 1; member in struct:xcvx_int::xcvx_int_s
253 u64 link : 1; member in struct:xcvx_int_ena_w1c::xcvx_int_ena_w1c_s
281 u64 link member in struct:xcvx_int_ena_w1s::xcvx_int_ena_w1s_s
309 u64 link : 1; member in struct:xcvx_int_w1s::xcvx_int_w1s_s
[all...]
/u-boot/drivers/tee/
H A Dtee-uclass.c90 list_add(&shm->link, &priv->list_shm);
133 list_del(&shm->link);
146 list_for_each_entry(s, &priv->list_shm, link)
199 shm = list_first_entry(&priv->list_shm, struct tee_shm, link);
245 list_for_each_entry(s, &priv->list_shm, link) {
/u-boot/tools/patman/
H A Dcontrol.py192 This finds the series in patchwork using the Series-link tag, checks for new
212 ValueError: if the branch has no Series-link value
233 # Find the link without a version number (we don't support versions yet)
234 found = [link for link in links.split() if not ':' in link]
/u-boot/arch/powerpc/lib/
H A Dkgdb.c175 *ptr++ = regs->link;
208 case 67: regs->link = *ptr; break;
245 regs->link = *ptr++;
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-xcv-defs.h95 * of the transmitter, board, or receiver involved in an RGMII link should
98 * default works as-is with a given link partner depends on the behavior of the
99 * link partner and the PC board.
169 u64 link : 1; member in struct:cvmx_xcv_inbnd_status::cvmx_xcv_inbnd_status_s
192 u64 link : 1; member in struct:cvmx_xcv_int::cvmx_xcv_int_s
/u-boot/arch/powerpc/include/asm/
H A Dptrace.h32 PPC_REG link; member in struct:pt_regs

Completed in 213 milliseconds

123456