Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Db44.h285 #define SBTMSLOW_RESET 0x00000001 /* Reset */ macro
412 #define SSB_CORE_DOWN ( SBTMSLOW_RESET | SBTMSLOW_REJECT )
Db44.c202 if (br32(bp, B44_SBTMSLOW) & SBTMSLOW_RESET) in ssb_core_disable()
221 const u32 mask = (SBTMSLOW_CLOCK | SBTMSLOW_FGC | SBTMSLOW_RESET); in ssb_core_reset()