Searched refs:alive (Results 1 - 4 of 4) sorted by relevance

/u-boot/test/py/
H A Du_boot_spawn.py92 True if process is alive, else False
93 0 if process is alive, else exit code of process
122 Boolean indicating whether process is alive.
201 alive, _, info = self.checkalive()
202 if alive:
/u-boot/arch/arm/include/asm/ti-common/
H A Dkeystone_net.h219 u32 alive; member in struct:mdio_regs
/u-boot/drivers/net/ti/
H A Dcpsw_mdio.c36 u32 alive; member in struct:cpsw_mdio_regs
410 val = readl(&mdio->regs->alive);
H A Dcpsw.c864 u16 alive = cpsw_mdio_get_alive(priv->bus); local
866 int new_addr = ffs(alive) - 1;
869 * If there is only one phy alive and its address does not match
872 if (hweight16(alive) == 1 &&

Completed in 204 milliseconds