Home
last modified time | relevance | path

Searched refs:jt (Results 1 – 10 of 10) sorted by relevance

/u-boot/examples/standalone/
A Dstubs.c17 static struct jt_funcs *jt; variable
41 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "r11");
55 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "x9");
67 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "ip");
101 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "t9");
117 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "gp");
133 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "a0");
220 static void **jt; variable
232 : : "r"(jt), "i" (FO(x)) : "a8");
256 : : "r"(jt), "i" (FO(x)) : "a8", "a9", "a10");
[all …]
/u-boot/board/freescale/ls2080ardb/
A Deth_ls2080rdb.c111 gd->jt->strcpy = strcpy; in board_eth_init()
112 gd->jt->mdelay = mdelay; in board_eth_init()
113 gd->jt->mdio_get_current_dev = mdio_get_current_dev; in board_eth_init()
114 gd->jt->phy_find_by_mask = phy_find_by_mask; in board_eth_init()
115 gd->jt->mdio_phydev_for_ethname = mdio_phydev_for_ethname; in board_eth_init()
116 gd->jt->miiphy_set_current_dev = miiphy_set_current_dev; in board_eth_init()
/u-boot/board/freescale/lx2160a/
A Deth_lx2160ardb.c165 gd->jt->strcpy = strcpy; in board_eth_init()
166 gd->jt->mdelay = mdelay; in board_eth_init()
167 gd->jt->mdio_get_current_dev = mdio_get_current_dev; in board_eth_init()
168 gd->jt->phy_find_by_mask = phy_find_by_mask; in board_eth_init()
169 gd->jt->mdio_phydev_for_ethname = mdio_phydev_for_ethname; in board_eth_init()
170 gd->jt->miiphy_set_current_dev = miiphy_set_current_dev; in board_eth_init()
A Deth_lx2160aqds.c581 gd->jt->strcpy = strcpy; in board_eth_init()
582 gd->jt->mdelay = mdelay; in board_eth_init()
583 gd->jt->mdio_get_current_dev = mdio_get_current_dev; in board_eth_init()
584 gd->jt->phy_find_by_mask = phy_find_by_mask; in board_eth_init()
585 gd->jt->mdio_phydev_for_ethname = mdio_phydev_for_ethname; in board_eth_init()
586 gd->jt->miiphy_set_current_dev = miiphy_set_current_dev; in board_eth_init()
A Deth_lx2162aqds.c590 gd->jt->strcpy = strcpy; in board_eth_init()
591 gd->jt->mdelay = mdelay; in board_eth_init()
592 gd->jt->mdio_get_current_dev = mdio_get_current_dev; in board_eth_init()
593 gd->jt->phy_find_by_mask = phy_find_by_mask; in board_eth_init()
594 gd->jt->mdio_phydev_for_ethname = mdio_phydev_for_ethname; in board_eth_init()
595 gd->jt->miiphy_set_current_dev = miiphy_set_current_dev; in board_eth_init()
/u-boot/common/
A Dexports.c20 #define EXPORT_FUNC(f, a, x, ...) gd->jt->x = f;
31 gd->jt = malloc(sizeof(struct jt_funcs)); in jumptable_init()
A Dconsole.c189 gd->jt->getc = getchar; in console_setfile()
190 gd->jt->tstc = tstc; in console_setfile()
193 gd->jt->putc = putc; in console_setfile()
194 gd->jt->puts = puts; in console_setfile()
195 gd->jt->printf = printf; in console_setfile()
958 gd->jt->getc = serial_getc; in console_init_r()
959 gd->jt->tstc = serial_tstc; in console_init_r()
960 gd->jt->putc = serial_putc; in console_init_r()
961 gd->jt->puts = serial_puts; in console_init_r()
962 gd->jt->printf = serial_printf; in console_init_r()
/u-boot/doc/
A DREADME.standalone7 however. The jump table can be accessed as the 'jt' field of the
15 gd->jt->malloc = my_malloc;
16 gd->jt->free = my_free;
93 gd->jt->foobar = another_foobar;
/u-boot/include/asm-generic/
A Dglobal_data.h260 struct jt_funcs *jt; member
/u-boot/cmd/
A Dload.c235 if (gd->jt->getc != getchar) { in read_record()

Completed in 15 milliseconds