Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dtsec.c368 static void tsec_halt(struct eth_device *dev) in tsec_halt() function
370 static void tsec_halt(struct udevice *dev) in tsec_halt()
549 tsec_halt(dev); in tsec_init()
720 dev->halt = tsec_halt; in tsec_initialize()
864 .stop = tsec_halt,