Home
last modified time | relevance | path

Searched refs:tbiaddr (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/net/
Dtsec.c675 out_be32(&regs->tbipa, priv->tbiaddr); in init_phy()
726 priv->tbiaddr = CONFIG_SYS_TBIPA_VALUE; in tsec_initialize()
793 u32 tbiaddr = CONFIG_SYS_TBIPA_VALUE; in tsec_probe() local
826 ofnode_read_u32(phandle_args.node, "reg", &tbiaddr); in tsec_probe()
828 priv->tbiaddr = tbiaddr; in tsec_probe()
/external/u-boot/include/
Dtsec.h406 uint tbiaddr; member