Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_xgereg.h60 #define SW_RESET DCSRB(0x0100) macro
H A Dif_xge.c344 PIF_WCSR(SW_RESET, 0xa5a5a50000000000ULL); in xge_attach()
373 PIF_WCSR(SW_RESET, 0); in xge_attach()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dimx6qp-prtwd3.dts275 "", "", "", "", "", "SW_RESET", "", "",
/netbsd-src/sys/arch/arm/broadcom/
H A Dbcm53xx_reg.h902 #define SW_RESET __BIT(13) macro
H A Dbcm53xx_eth.c644 * 3. Set SW_RESET bit in UNIMAC_COMMAND_CONFIG register in bcmeth_ifstop()
645 * 4. Clear SW_RESET bit in UNIMAC_COMMAND_CONFIG register in bcmeth_ifstop()
647 bcmeth_write_4(sc, UNIMAC_COMMAND_CONFIG, SW_RESET); in bcmeth_ifstop()