Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/tokenring/
Dabyss.c331 unsigned char reset_reg; in abyss_enable() local
335 reset_reg = inb(ioaddr + PCIBM2_RESET_REG); in abyss_enable()
336 reset_reg |= PCIBM2_RESET_REG_CHIP_NRES; in abyss_enable()
337 outb(reset_reg, ioaddr + PCIBM2_RESET_REG); in abyss_enable()
347 unsigned char reset_reg; in abyss_chipset_init() local
352 reset_reg = inb(ioaddr + PCIBM2_RESET_REG); in abyss_chipset_init()
354 reset_reg |= PCIBM2_RESET_REG_CHIP_NRES; in abyss_chipset_init()
355 outb(reset_reg, ioaddr + PCIBM2_RESET_REG); in abyss_chipset_init()
357 reset_reg &= ~(PCIBM2_RESET_REG_CHIP_NRES | in abyss_chipset_init()
360 outb(reset_reg, ioaddr + PCIBM2_RESET_REG); in abyss_chipset_init()
[all …]
/linux-2.4.37.9/arch/mips/lasat/
Dreset.c49 *lasat_misc->reset_reg = 0xbedead; in lasat_machine_restart()
/linux-2.4.37.9/include/asm-mips/lasat/
Dlasat.h33 volatile u32 *reset_reg; member