Searched defs:mem_stcfg (Results 1 - 1 of 1) sorted by relevance

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

Completed in 1300 milliseconds