| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/zynqmp/ |
| H A D | mp.c | 55 static void set_r5_halt_mode(u8 halt, u8 mode) in set_r5_halt_mode() argument 60 if (halt == HALT) in set_r5_halt_mode() 68 if (halt == HALT) in set_r5_halt_mode()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.drivers.eth | 78 dev->halt = ape_halt; 168 The halt function should turn off / disable the hardware and place it back in 184 dev->halt()
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | bcm-sf2-eth.c | 228 dev->halt = bcm_sf2_eth_close; in bcm_sf2_eth_register()
|
| H A D | smc911x.c | 278 dev->halt = smc911x_halt; in smc911x_initialize()
|
| H A D | cs8900.c | 308 dev->halt = cs8900_halt; in cs8900_initialize()
|
| H A D | xilinx_ll_temac.c | 315 dev->halt = ll_temac_halt; in xilinx_ll_temac_initialize()
|
| H A D | dnet.c | 379 netdev->halt = dnet_halt; in dnet_eth_initialize()
|
| H A D | rtl8139.c | 233 dev->halt = rtl_disable; in rtl8139_initialize()
|
| H A D | ftmac100.c | 296 dev->halt = ftmac100_halt; in ftmac100_initialize()
|
| H A D | lan91c96.c | 791 dev->halt = lan91c96_halt; in lan91c96_initialize()
|
| H A D | ftgmac100.c | 568 dev->halt = ftgmac100_halt; in ftgmac100_initialize()
|
| H A D | dm9000x.c | 630 dev->halt = dm9000_halt; in dm9000_initialize()
|
| H A D | pcnet.c | 217 dev->halt = pcnet_halt; in pcnet_initialize()
|
| H A D | ftmac110.c | 426 dev->halt = ftmac110_halt; in ftmac110_initialize()
|
| H A D | at91_emac.c | 497 dev->halt = at91emac_halt; in at91emac_register()
|
| /rk3399_rockchip-uboot/arch/mips/mach-au1x00/ |
| H A D | au1x00_eth.c | 286 dev->halt = au1x00_halt; in au1x00_enet_initialize()
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | fotg210.c | 669 static int fotg210_ep_halt(struct usb_ep *_ep, int halt) in fotg210_ep_halt() argument 676 debug("fotg210: ep%d halt=%d\n", ep->id, halt); in fotg210_ep_halt() 680 if (halt) { in fotg210_ep_halt()
|
| /rk3399_rockchip-uboot/board/Synology/ds109/ |
| H A D | openocd.cfg | 33 halt 0
|
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | fsl_dspi.c | 133 static void dspi_halt(struct fsl_dspi_priv *priv, u8 halt) in dspi_halt() argument 139 if (halt) in dspi_halt()
|
| /rk3399_rockchip-uboot/arch/m68k/cpu/mcf530x/ |
| H A D | start.S | 233 halt
|
| /rk3399_rockchip-uboot/net/ |
| H A D | eth_legacy.c | 372 eth_current->halt(eth_current); in eth_halt()
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/ |
| H A D | ether_fcc.c | 436 dev->halt = fec_halt; in fec_initialize()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-ep93xx/ |
| H A D | ep93xx.h | 598 uint32_t halt; member
|
| /rk3399_rockchip-uboot/arch/m68k/cpu/mcf52x2/ |
| H A D | start.S | 310 halt
|
| /rk3399_rockchip-uboot/include/ |
| H A D | net.h | 176 void (*halt)(struct eth_device *); member
|