Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dtsec.c387 static void tsec_halt(struct eth_device *dev) in tsec_halt() function
389 static void tsec_halt(struct udevice *dev) in tsec_halt()
569 tsec_halt(dev); in tsec_init()
743 dev->halt = tsec_halt; in tsec_initialize()
885 .stop = tsec_halt,