Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/vt6656/
H A Dmac.h220 #define HOSTCR_SOFTRST BIT(0) macro
/openbmc/linux/drivers/staging/vt6655/
H A Dmac.h309 #define HOSTCR_SOFTRST 0x01 /* 0000 0001 */ macro
H A Dmac.c274 if (!(ioread8(io_base + MAC_REG_HOSTCR) & HOSTCR_SOFTRST)) in MACbSoftwareReset()