| /arch/sh/boards/mach-hp6xx/ |
| A 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()
|
| A 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/parisc/lib/ |
| A D | io.c | 246 outw(le16_to_cpu(l >> 16), port); in outsw() 247 outw(le16_to_cpu(l & 0xffff), port); in outsw() 250 outw(le16_to_cpu(*(unsigned short*)p), port); in outsw() 256 outw(le16_to_cpu(*(unsigned short*)p), port); in outsw() 264 outw(le16_to_cpu(l >> 16), port); in outsw() 265 outw(le16_to_cpu(l & 0xffff), port); in outsw() 268 outw(le16_to_cpu(*(unsigned short *)p), port); in outsw() 284 outw(le16_to_cpu(l | l2 >> 8), port); in outsw() 288 outw (le16_to_cpu(l | l2>>8), port); in outsw()
|
| /arch/mips/loongson2ef/common/cs5536/ |
| A 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/include/asm/ |
| A D | io.h | 144 #define outw_p outw 159 extern void outw(unsigned short b, int addr); 165 #define outw outw macro 172 #define outw eisa_out16 macro 196 #define outw(x, y) ({(void)(x); (void)(y); BUG(); 0;}) macro
|
| A D | pci.h | 115 void (*outw) (struct pci_hba_data *hba, u16 port, u16 data); member
|
| /arch/m68k/include/asm/ |
| A D | vga.h | 24 #undef outw 31 #define outw(port, val) do { } while (0) macro
|
| A D | io_mm.h | 320 #define outw isa_outw macro 354 #define outw(val, port) ((port) < 1024 ? isa_rom_outw((val), (port)) : out_le16((port), (val))) macro
|
| /arch/x86/boot/ |
| A D | io.h | 11 #undef outw 39 #define outw pio_ops.f_outw macro
|
| A D | video.h | 105 outw(index+(v << 8), port); in out_idx()
|
| /arch/alpha/kernel/ |
| A D | sys_noritake.c | 46 outw(mask, port); in noritake_update_irq_hw() 125 outw(0, 0x54a); in noritake_init_irq() 126 outw(0, 0x54c); in noritake_init_irq()
|
| A D | sys_nautilus.c | 110 outw(0xffff, pmuport); /* Clear pending events. */ in nautilus_kill_arch() 111 outw(off, pmuport + 4); in nautilus_kill_arch()
|
| A D | sys_mikasa.c | 41 outw(mask, 0x536); in mikasa_update_irq_hw()
|
| /arch/sh/drivers/pci/ |
| A D | pci-dreamcast.c | 87 outw(0xf900, GAPSPCI_BBA_CONFIG+0x06); in gapspci_init() 91 outw(0x0006, GAPSPCI_BBA_CONFIG+0x04); in gapspci_init()
|
| A D | ops-dreamcast.c | 69 case 2: outw((u16)val, GAPSPCI_BBA_CONFIG+where); break; in gapspci_write()
|
| /arch/mips/pci/ |
| A 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/x86/xen/ |
| A 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/x86/include/asm/shared/ |
| A D | io.h | 31 #define outw __outw macro
|
| /arch/sparc/include/asm/ |
| A D | io_64.h | 220 #define outw outw macro 221 static inline void outw(u16 w, unsigned long addr) in outw() function 236 #define outw_p(__w, __addr) outw(__w, __addr)
|
| /arch/sh/include/asm/ |
| A D | io_noioport.h | 28 static inline void outw(unsigned short x, unsigned long port) in outw() function
|
| A D | io.h | 232 #define outw(x, addr) outw((x), (addr)) macro 239 #define outw_p(x, addr) outw((x), (addr))
|
| /arch/alpha/include/asm/ |
| A D | io.h | 232 extern void outw(u16 b, unsigned long port); 238 #define outw outw macro 379 extern inline void outw(u16 b, unsigned long port) in outw() function 552 #define outw_p outw
|
| /arch/x86/pci/ |
| A 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()
|
| A D | early.c | 51 outw(val, 0xcfc + (offset&2)); in write_pci_config_16()
|
| /arch/powerpc/include/asm/ |
| A D | io-defs.h | 8 DEF_PCI_AC_NORET(outw, (u16 val, unsigned long port), (val, port))
|