/arch/sh/boards/mach-hp6xx/ |
D | setup.c | 62 outw(v, HD64461_GPADR); in dac_audio_start() 80 outw(v, HD64461_GPADR); in dac_audio_stop() 138 outw(v, HD64461_STBCR); in hp6xx_setup() 141 outw(v, HD64461_GPADR); in hp6xx_setup() 143 outw(HD64461_PCCGCR_VCC0 | HD64461_PCCSCR_VCC1, HD64461_PCC0GCR); in hp6xx_setup() 146 outw(HD64461_PCCGCR_VCC0 | HD64461_PCCSCR_VCC1, HD64461_PCC1GCR); in hp6xx_setup()
|
D | pm.c | 114 outw(hd64461_stbcr, HD64461_STBCR); in hp6x0_pm_enter() 125 outw(0xf07f, HD64461_SCPUCR); in hp6x0_pm_enter() 129 outw(0, HD64461_SCPUCR); in hp6x0_pm_enter() 136 outw(hd64461_stbcr, HD64461_STBCR); in hp6x0_pm_enter()
|
/arch/mips/loongson2ef/common/cs5536/ |
D | cs5536_mfgpt.c | 39 outw(inw(MFGPT0_SETUP) & 0x7fff, MFGPT0_SETUP); in disable_mfgpt0_counter() 46 outw(0xe310, MFGPT0_SETUP); in enable_mfgpt0_counter() 54 outw(COMPARE, MFGPT0_CMP2); /* set comparator2 */ in mfgpt_timer_set_periodic() 55 outw(0, MFGPT0_CNT); /* set counter to 0 */ in mfgpt_timer_set_periodic() 96 outw(inw(MFGPT0_SETUP) | 0x4000, MFGPT0_SETUP); in timer_interrupt()
|
/arch/parisc/lib/ |
D | io.c | 354 outw(le16_to_cpu(l >> 16), port); in outsw() 355 outw(le16_to_cpu(l & 0xffff), port); in outsw() 358 outw(le16_to_cpu(*(unsigned short*)p), port); in outsw() 364 outw(le16_to_cpu(*(unsigned short*)p), port); in outsw() 372 outw(le16_to_cpu(l >> 16), port); in outsw() 373 outw(le16_to_cpu(l & 0xffff), port); in outsw() 376 outw(le16_to_cpu(*(unsigned short *)p), port); in outsw() 392 outw(le16_to_cpu(l | l2 >> 8), port); in outsw() 396 outw (le16_to_cpu(l | l2>>8), port); in outsw()
|
/arch/m68k/include/asm/ |
D | vga.h | 24 #undef outw 31 #define outw(port, val) do { } while (0) macro
|
/arch/ia64/include/asm/ |
D | io.h | 181 #define outw outw macro 182 static inline void outw(unsigned short val, unsigned long port) in outw() function 243 outw(get_unaligned(sp++), port); in outsw()
|
/arch/sh/drivers/pci/ |
D | pci-dreamcast.c | 87 outw(0xf900, GAPSPCI_BBA_CONFIG+0x06); in gapspci_init() 91 outw(0x0006, GAPSPCI_BBA_CONFIG+0x04); in gapspci_init()
|
D | ops-dreamcast.c | 69 case 2: outw((u16)val, GAPSPCI_BBA_CONFIG+where); break; in gapspci_write()
|
/arch/sh/include/asm/ |
D | io_noioport.h | 28 static inline void outw(unsigned short x, unsigned long port) in outw() function 53 #define outw_p(x, addr) outw((x), (addr))
|
/arch/alpha/kernel/ |
D | sys_noritake.c | 47 outw(mask, port); in noritake_update_irq_hw() 126 outw(0, 0x54a); in noritake_init_irq() 127 outw(0, 0x54c); in noritake_init_irq()
|
D | sys_nautilus.c | 110 outw(0xffff, pmuport); /* Clear pending events. */ in nautilus_kill_arch() 111 outw(off, pmuport + 4); in nautilus_kill_arch()
|
D | sys_mikasa.c | 42 outw(mask, 0x536); in mikasa_update_irq_hw()
|
/arch/x86/xen/ |
D | platform-pci-unplug.c | 46 outw(XEN_IOPORT_LINUX_PRODNUM, XEN_IOPORT_PRODNUM); in check_platform_magic() 175 outw(xen_emul_unplug, XEN_IOPORT_UNPLUG); in xen_unplug_emulated_devices()
|
/arch/mips/pci/ |
D | ops-sni.c | 76 outw(val, PCIMT_CONFIG_DATA + (reg & 2)); in pcimt_write() 150 outw(val, PCIMT_CONFIG_DATA + (reg & 2)); in pcit_write()
|
/arch/parisc/include/asm/ |
D | io.h | 232 #define outw_p outw 248 extern void outw(unsigned short b, int addr); 255 #define outw eisa_out16 macro 277 #define outw(x, y) BUG() macro
|
D | pci.h | 115 void (*outw) (struct pci_hba_data *hba, u16 port, u16 data); member
|
/arch/hexagon/include/asm/ |
D | io.h | 230 static inline void outw(u16 data, unsigned long port) in outw() function 241 #define outw_p outw 296 outw(*buf++, port); in outsw()
|
/arch/sparc/include/asm/ |
D | io_64.h | 219 #define outw outw macro 220 static inline void outw(u16 w, unsigned long addr) in outw() function 235 #define outw_p(__w, __addr) outw(__w, __addr)
|
/arch/x86/pci/ |
D | direct.c | 69 outw((u16)value, 0xCFC + (reg & 2)); in pci_conf1_write() 163 outw((u16)value, PCI_CONF2_ADDRESS(dev, reg)); in pci_conf2_write()
|
D | early.c | 51 outw(val, 0xcfc + (offset&2)); in write_pci_config_16()
|
/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 264 #define outw outw macro 265 static inline void outw(u16 value, u32 addr) in outw() function 279 outw(cpu_to_le16(*vaddr++), io_addr); in outsw() 481 outw(value, port & PIO_MASK); in iowrite16()
|
/arch/x86/boot/ |
D | video.h | 105 outw(index+(v << 8), port); in out_idx()
|
/arch/arm/mach-s3c/include/mach/ |
D | io-s3c24xx.h | 33 #define outw(v,p) writew((v), S3C24XX_VA_ISA_WORD + (p)) macro
|
/arch/x86/include/asm/ |
D | io.h | 349 #define outw outw macro
|
/arch/alpha/include/asm/ |
D | io.h | 243 extern void outw(u16 b, unsigned long port); 355 extern inline void outw(u16 b, unsigned long port) in outw() function 501 #define outw_p outw
|