Home
last modified time | relevance | path

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

/drivers/ide/
Dau1xxx-ide.c108 int mem_sttime = 0, mem_stcfg = au_readl(MEM_STCFG2); in au1xxx_set_pio_mode() local
115 mem_stcfg |= TS_MASK; in au1xxx_set_pio_mode()
116 mem_stcfg &= ~TCSOE_MASK; in au1xxx_set_pio_mode()
117 mem_stcfg &= ~TOECS_MASK; in au1xxx_set_pio_mode()
118 mem_stcfg |= SBC_IDE_PIO0_TCSOE | SBC_IDE_PIO0_TOECS; in au1xxx_set_pio_mode()
125 mem_stcfg |= TS_MASK; in au1xxx_set_pio_mode()
126 mem_stcfg &= ~TCSOE_MASK; in au1xxx_set_pio_mode()
127 mem_stcfg &= ~TOECS_MASK; in au1xxx_set_pio_mode()
128 mem_stcfg |= SBC_IDE_PIO1_TCSOE | SBC_IDE_PIO1_TOECS; in au1xxx_set_pio_mode()
135 mem_stcfg &= ~TS_MASK; in au1xxx_set_pio_mode()
[all …]