Home
last modified time | relevance | path

Searched refs:PCH_GBE_ALL_RST (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dpch_gbe.c74 writel(PCH_GBE_ALL_RST, &mac_regs->reset); in pch_gbe_reset()
94 if (!(readl(&mac_regs->reset) & PCH_GBE_ALL_RST)) { in pch_gbe_reset()
H A Dpch_gbe.h52 #define PCH_GBE_ALL_RST 0x80000000 macro
/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe.h117 #define PCH_GBE_ALL_RST 0x80000000 /* All reset */ macro
H A Dpch_gbe_main.c339 iowrite32(PCH_GBE_ALL_RST, &hw->reg->RESET); in pch_gbe_mac_reset_hw()
341 pch_gbe_wait_clr_bit(&hw->reg->RESET, PCH_GBE_ALL_RST); in pch_gbe_mac_reset_hw()