Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ide/
Dau1xxx-ide.c117 mem_stcfg &= ~TOECS_MASK; in au1xxx_set_pio_mode()
127 mem_stcfg &= ~TOECS_MASK; in au1xxx_set_pio_mode()
137 mem_stcfg &= ~TOECS_MASK; in au1xxx_set_pio_mode()
147 mem_stcfg &= ~TOECS_MASK; in au1xxx_set_pio_mode()
158 mem_stcfg &= ~TOECS_MASK; in au1xxx_set_pio_mode()
179 mem_stcfg &= ~TOECS_MASK; in auide_set_dma_mode()
189 mem_stcfg &= ~TOECS_MASK; in auide_set_dma_mode()
199 mem_stcfg &= ~TOECS_MASK; in auide_set_dma_mode()
/linux-4.4.14/arch/mips/include/asm/mach-au1x00/
Dau1xxx_ide.h80 #define TOECS_MASK (0x07 << 26) macro