Home
last modified time | relevance | path

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

/linux/arch/alpha/include/asm/
H A Ddma.h248 static __inline__ void set_dma_ext_mode(unsigned int dmanr, char ext_mode) in set_dma_ext_mode() argument
251 dma_outb(ext_mode | dmanr, DMA1_EXT_MODE_REG); in set_dma_ext_mode()
253 dma_outb(ext_mode | (dmanr&3), DMA2_EXT_MODE_REG); in set_dma_ext_mode()
/linux/drivers/video/fbdev/omap/
H A Domapfb.h146 int ext_mode,
H A Dhwa742.c934 static int hwa742_init(struct omapfb_device *fbdev, int ext_mode, in hwa742_init() argument