Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/ide/
Dau1xxx-ide.c104 int mem_sttime = 0, mem_stcfg = au_readl(MEM_STCFG2); in au1xxx_set_pio_mode() local
111 mem_stcfg |= TS_MASK; in au1xxx_set_pio_mode()
112 mem_stcfg &= ~TCSOE_MASK; in au1xxx_set_pio_mode()
113 mem_stcfg &= ~TOECS_MASK; in au1xxx_set_pio_mode()
114 mem_stcfg |= SBC_IDE_PIO0_TCSOE | SBC_IDE_PIO0_TOECS; in au1xxx_set_pio_mode()
121 mem_stcfg |= TS_MASK; in au1xxx_set_pio_mode()
122 mem_stcfg &= ~TCSOE_MASK; in au1xxx_set_pio_mode()
123 mem_stcfg &= ~TOECS_MASK; in au1xxx_set_pio_mode()
124 mem_stcfg |= SBC_IDE_PIO1_TCSOE | SBC_IDE_PIO1_TOECS; in au1xxx_set_pio_mode()
131 mem_stcfg &= ~TS_MASK; in au1xxx_set_pio_mode()
[all …]