Lines Matching refs:mem_stcfg
108 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()
136 mem_stcfg &= ~TCSOE_MASK; in au1xxx_set_pio_mode()
137 mem_stcfg &= ~TOECS_MASK; in au1xxx_set_pio_mode()
138 mem_stcfg |= SBC_IDE_PIO2_TCSOE | SBC_IDE_PIO2_TOECS; in au1xxx_set_pio_mode()
145 mem_stcfg &= ~TS_MASK; in au1xxx_set_pio_mode()
146 mem_stcfg &= ~TCSOE_MASK; in au1xxx_set_pio_mode()
147 mem_stcfg &= ~TOECS_MASK; in au1xxx_set_pio_mode()
148 mem_stcfg |= SBC_IDE_PIO3_TCSOE | SBC_IDE_PIO3_TOECS; in au1xxx_set_pio_mode()
156 mem_stcfg &= ~TS_MASK; in au1xxx_set_pio_mode()
157 mem_stcfg &= ~TCSOE_MASK; in au1xxx_set_pio_mode()
158 mem_stcfg &= ~TOECS_MASK; in au1xxx_set_pio_mode()
159 mem_stcfg |= SBC_IDE_PIO4_TCSOE | SBC_IDE_PIO4_TOECS; in au1xxx_set_pio_mode()
164 au_writel(mem_stcfg,MEM_STCFG2); in au1xxx_set_pio_mode()
169 int mem_sttime = 0, mem_stcfg = au_readl(MEM_STCFG2); in auide_set_dma_mode() local
177 mem_stcfg &= ~TS_MASK; in auide_set_dma_mode()
178 mem_stcfg &= ~TCSOE_MASK; in auide_set_dma_mode()
179 mem_stcfg &= ~TOECS_MASK; in auide_set_dma_mode()
180 mem_stcfg |= SBC_IDE_MDMA2_TCSOE | SBC_IDE_MDMA2_TOECS; in auide_set_dma_mode()
187 mem_stcfg &= ~TS_MASK; in auide_set_dma_mode()
188 mem_stcfg &= ~TCSOE_MASK; in auide_set_dma_mode()
189 mem_stcfg &= ~TOECS_MASK; in auide_set_dma_mode()
190 mem_stcfg |= SBC_IDE_MDMA1_TCSOE | SBC_IDE_MDMA1_TOECS; in auide_set_dma_mode()
197 mem_stcfg |= TS_MASK; in auide_set_dma_mode()
198 mem_stcfg &= ~TCSOE_MASK; in auide_set_dma_mode()
199 mem_stcfg &= ~TOECS_MASK; in auide_set_dma_mode()
200 mem_stcfg |= SBC_IDE_MDMA0_TCSOE | SBC_IDE_MDMA0_TOECS; in auide_set_dma_mode()
207 au_writel(mem_stcfg,MEM_STCFG2); in auide_set_dma_mode()