Searched refs:ChipReset (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dhp-plus.c93 NICReset = 1, ChipReset = 2, /* Active low, really UNreset. */ enumerator in enum:HP_Option
304 outw(option_reg & ~(NICReset + ChipReset), ioaddr + HPP_OPTION);
307 outw(option_reg | (EnableIRQ + NICReset + ChipReset), ioaddr + HPP_OPTION);
327 outw((option_reg & ~EnableIRQ) | MemDisable | NICReset | ChipReset,
341 outw(option_reg & ~(NICReset + ChipReset), ioaddr + HPP_OPTION);
345 outw(option_reg | (EnableIRQ + NICReset + ChipReset), ioaddr + HPP_OPTION);
H A Dhamachi.c438 PCIClkMeas=0x060, MiscStatus=0x066, ChipRev=0x68, ChipReset=0x06B, enumerator in enum:hamachi_offsets
682 writeb(0x01, ioaddr + ChipReset);
1130 writeb(0x01, ioaddr + ChipReset); /* Reinit the hardware */
H A Dnatsemi.c320 ChipReset = 0x100, enumerator in enum:ChipCmd_bits
1420 writel(ChipReset, ioaddr + ChipCmd);
1422 if (!(readl(ioaddr + ChipCmd) & ChipReset))

Completed in 313 milliseconds