Searched refs:SOFT_RESET (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/mips/sibyte/
H A Dsb_scd.c124 const uint64_t SOFT_RESET = 1ULL << 58; local
127 syscfg &= ~SOFT_RESET;
/freebsd-11-stable/sys/arm/allwinner/
H A Daw_rsb.c58 #define SOFT_RESET (1 << 0) macro
161 RSB_WRITE(sc, RSB_CTRL, SOFT_RESET);
163 if ((RSB_READ(sc, RSB_CTRL) & SOFT_RESET) == 0)
/freebsd-11-stable/sys/dev/aha/
H A Dahareg.h52 #define SOFT_RESET 0x40 /* Soft Reset - Clears Adapter state */ macro
H A Daha.c1314 reset_type = SOFT_RESET;
/freebsd-11-stable/sys/dev/buslogic/
H A Dbtreg.h64 #define SOFT_RESET 0x40 /* Soft Reset - Clears Adapter state */ macro
H A Dbt.c1779 reset_type = SOFT_RESET;

Completed in 109 milliseconds