/openbmc/linux/sound/pcmcia/pdaudiocf/ |
H A D | pdaudiocf_irq.c | 27 stat = inw(chip->port + PDAUDIOCF_REG_ISR); in pdacf_interrupt() 44 *dst++ = inw(rdp_port) ^ xor; in pdacf_transfer_mono16() 45 inw(rdp_port); in pdacf_transfer_mono16() 54 val1 = inw(rdp_port); in pdacf_transfer_mono32() 55 val2 = inw(rdp_port); in pdacf_transfer_mono32() 56 inw(rdp_port); in pdacf_transfer_mono32() 64 *dst++ = inw(rdp_port) ^ xor; in pdacf_transfer_stereo16() 65 *dst++ = inw(rdp_port) ^ xor; in pdacf_transfer_stereo16() 74 val1 = inw(rdp_port); in pdacf_transfer_stereo32() 75 val2 = inw(rdp_port); in pdacf_transfer_stereo32() [all …]
|
H A D | pdaudiocf_core.c | 58 while (inw(chip->port + PDAUDIOCF_REG_SCR) & PDAUDIOCF_AK_SBP) { in pdacf_ak4117_write() 75 inw(chip->port + PDAUDIOCF_REG_WDP)); 77 inw(chip->port + PDAUDIOCF_REG_RDP)); 79 inw(chip->port + PDAUDIOCF_REG_TCR)); 81 inw(chip->port + PDAUDIOCF_REG_SCR)); 83 inw(chip->port + PDAUDIOCF_REG_ISR)); 85 inw(chip->port + PDAUDIOCF_REG_IER)); 87 inw(chip->port + PDAUDIOCF_REG_AK_IFR)); 239 val = inw(chip->port + PDAUDIOCF_REG_IER); in snd_pdacf_powerdown() 253 val = inw(chip->port + PDAUDIOCF_REG_IER); in snd_pdacf_suspend()
|
/openbmc/u-boot/board/renesas/ecovec/ |
H A D | ecovec.c | 38 outw(inw(PLCR) & ~0xFFF0, PLCR); in board_late_init() 39 outw(inw(PNCR) & ~0x000F, PNCR); in board_late_init() 40 outw(inw(PXCR) & ~0x0FC0, PXCR); in board_late_init() 41 outw((inw(PSELB) & ~0x030F) | 0x020A, PSELB); in board_late_init() 42 outw((inw(PSELC) & ~0x0307) | 0x0207, PSELC); in board_late_init() 43 outw((inw(PSELE) & ~0x00c0) | 0x0080, PSELE); in board_late_init() 68 outw((inw(PGCR) & ~0xFF) | 0x55, PGCR); in board_init() 69 outw((inw(HIZCRA) & ~0x02), HIZCRA); in board_init() 74 outw(inw(PFCR) & ~0x30, PFCR); in board_init() 75 outw(inw(PMCR) & ~0x0C, PMCR); in board_init() [all …]
|
/openbmc/linux/drivers/net/ethernet/smsc/ |
H A D | smc9194.c | 338 outw( inw( ioaddr + CONTROL ) | CTL_AUTO_RELEASE , ioaddr + CONTROL ); in smc_reset() 398 outw( inw( ioaddr + CONTROL ), CTL_POWERDOWN, ioaddr + CONTROL ); in smc_shutdown() 869 bank = inw( ioaddr + BANK_SELECT ); in smc_probe() 877 bank = inw( ioaddr + BANK_SELECT ); in smc_probe() 886 base_address_register = inw( ioaddr + BASE ); in smc_probe() 901 revision_register = inw( ioaddr + REVISION ); in smc_probe() 927 address = inw( ioaddr + ADDR0 + i ); in smc_probe() 936 memory_info_register = inw( ioaddr + MIR ); in smc_probe() 937 memory_cfg_register = inw( ioaddr + MCR ); in smc_probe() 947 revision_register = inw( ioaddr + REVISION ); in smc_probe() [all …]
|
H A D | smc91c92_cs.c | 262 #define set_bits(v, p) outw(inw(p)|(v), (p)) 263 #define mask_bits(v, p) outw(inw(p)&(v), (p)) 557 wait = ((CTL_RELOAD | CTL_STORE) & inw(ioaddr + CONTROL)); in mot_setup() 564 addr = inw(ioaddr + GENERAL); in mot_setup() 706 inw(link->resource[0]->start + OSITECH_AUI_PWR), in osi_setup() 707 inw(link->resource[0]->start + OSITECH_RESET_ISR)); in osi_setup() 773 if (inw(ioaddr + BANK_SELECT) >> 8 != 0x33) { in check_sig() 789 s = inw(ioaddr + BASE_ADDR); in check_sig() 790 if ((inw(ioaddr + BANK_SELECT) >> 8 == 0x33) && in check_sig() 793 s = inw(ioaddr + REVISION); in check_sig() [all …]
|
H A D | smc9194.h | 207 #define SMC_DELAY() { inw( ioaddr + RCR );\ 208 inw( ioaddr + RCR );\ 209 inw( ioaddr + RCR ); }
|
/openbmc/linux/drivers/net/ethernet/3com/ |
H A D | 3c589_cs.c | 379 if (!(inw(dev->base_addr + EL3_STATUS) & 0x1000)) in tc589_wait_for_completion() 395 if ((inw(ioaddr + 10) & EEPROM_BUSY) == 0) in read_eeprom() 397 return inw(ioaddr + 12); in read_eeprom() 439 inw(ioaddr+EL3_STATUS), inw(ioaddr+RX_STATUS), in dump_status() 440 inb(ioaddr+TX_STATUS), inw(ioaddr+TX_FREE)); in dump_status() 443 inw(ioaddr+0x04), inw(ioaddr+0x06), inw(ioaddr+0x08), in dump_status() 444 inw(ioaddr+0x0a)); in dump_status() 470 inw(ioaddr + 10); in tc589_reset() 471 inw(ioaddr + 12); in tc589_reset() 531 dev->name, inw(dev->base_addr + EL3_STATUS)); in el3_open() [all …]
|
H A D | 3c509.c | 318 if (inw(ioaddr) != 0x6d50) { in el3_isa_match() 367 if (inw(ioaddr) != 0x6d50) in el3_isa_resume() 576 irq = inw(ioaddr + WN0_IRQ) >> 12; in el3_eisa_probe() 577 if_port = inw(ioaddr + 6)>>14; in el3_eisa_probe() 629 return inw(ioaddr + 12); in read_eeprom() 672 dev->irq, ioaddr + EL3_STATUS, inw(ioaddr + EL3_STATUS)); in el3_open() 678 dev->name, dev->irq, inw(ioaddr + EL3_STATUS)); in el3_open() 690 dev->name, inb(ioaddr + TX_STATUS), inw(ioaddr + EL3_STATUS), in el3_tx_timeout() 691 inw(ioaddr + TX_FREE)); in el3_tx_timeout() 714 dev->name, skb->len, inw(ioaddr + EL3_STATUS)); in el3_start_xmit() [all …]
|
H A D | 3c515.c | 442 if ((inw(ioaddr + 0x2002) & 0x1f0) != (ioaddr & 0x1f0)) { in check_device() 451 if ((inw(ioaddr + Wn0EepromCmd) & 0x0200) == 0) in check_device() 454 if (inw(ioaddr + Wn0EepromData) != 0x6d50) { in check_device() 525 inl(ioaddr + 0x2002), inw(ioaddr + 0x2000)); in corkscrew_scan() 544 inl(ioaddr + 0x2002), inw(ioaddr + 0x2000)); in corkscrew_scan() 581 irq = inw(ioaddr + 0x2002) & 15; in corkscrew_setup() 584 irq = inw(ioaddr + 0x2002) & 15; in corkscrew_setup() 589 dev->dma = inw(ioaddr + 0x2000) & 7; in corkscrew_setup() 630 if ((inw(ioaddr + Wn0EepromCmd) & 0x0200) == 0) in corkscrew_setup() 633 eeprom[i] = inw(ioaddr + Wn0EepromData); in corkscrew_setup() [all …]
|
H A D | 3c574_cs.c | 476 inw(ioaddr+EL3_STATUS), in dump_status() 477 inw(ioaddr+RxStatus), inb(ioaddr+TxStatus), in dump_status() 478 inw(ioaddr+TxFree)); in dump_status() 481 inw(ioaddr+0x04), inw(ioaddr+0x06), in dump_status() 482 inw(ioaddr+0x08), inw(ioaddr+0x0a)); in dump_status() 494 if (!(inw(dev->base_addr + EL3_STATUS) & 0x1000)) break; in tc574_wait_for_completion() 508 if ((inw(ioaddr + Wn0EepromCmd) & 0x8000) == 0) in read_eeprom() 511 return inw(ioaddr + Wn0EepromData); in read_eeprom() 560 retval = (retval << 1) | ((inw(mdio_addr) & MDIO_DATA_READ) ? 1 : 0); in mdio_read() 634 inw(ioaddr + 10); in tc574_reset() [all …]
|
/openbmc/u-boot/drivers/pcmcia/ |
H A D | marubun_pcmcia.c | 48 if ((inw(MRSHPC_CSR) & 0x000c) == 0){ /* if card detect is true */ in pcmcia_on() 49 if ((inw(MRSHPC_CSR) & 0x0080) == 0){ in pcmcia_on() 64 if ((inw(MRSHPC_CSR) & 0x4000) != 0) in pcmcia_on() 71 if ((inw(MRSHPC_CSR) & 0x4000) != 0) in pcmcia_on() 79 if ((inw(MRSHPC_CSR) & 0x4000) != 0) in pcmcia_on()
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | io.h | 150 #define inw_p inw 165 extern unsigned short inw(int addr); 171 #define inw inw macro 178 #define inw eisa_in16 macro 190 static inline short inw(unsigned long addr) in inw() function 202 #define inw inw macro
|
/openbmc/linux/drivers/net/ethernet/amd/ |
H A D | lance.c | 508 reset_val = inw(ioaddr+LANCE_RESET); /* Reset the LANCE */ in lance_probe1() 516 if (inw(ioaddr+LANCE_DATA) != 0x0004) in lance_probe1() 521 if (inw(ioaddr+LANCE_ADDR) != 88) { in lance_probe1() 524 int chip_version = inw(ioaddr+LANCE_DATA); in lance_probe1() 526 chip_version |= inw(ioaddr+LANCE_DATA) << 16; in lance_probe1() 583 inw(ioaddr+LANCE_ADDR); in lance_probe1() 586 inw(ioaddr+LANCE_ADDR); in lance_probe1() 589 inw(ioaddr+LANCE_ADDR); in lance_probe1() 604 short reset_val = inw(ioaddr+LANCE_RESET); in lance_probe1() 611 bus_info = inw(ioaddr+LANCE_BUS_IF); in lance_probe1() [all …]
|
/openbmc/linux/arch/parisc/lib/ |
H A D | io.c | 183 l = cpu_to_le16(inw(port)) << 16; in insw() 184 l |= cpu_to_le16(inw(port)); in insw() 189 *(unsigned short *)p = cpu_to_le16(inw(port)); in insw() 194 *(unsigned short *)p = cpu_to_le16(inw(port)); in insw() 200 l = cpu_to_le16(inw(port)) << 16; in insw() 201 l |= cpu_to_le16(inw(port)); in insw() 206 *(unsigned short *)p = cpu_to_le16(inw(port)); in insw() 216 l = cpu_to_le16(inw(port)); in insw() 221 l2 = cpu_to_le16(inw(port)); in insw()
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | mk712.c | 110 last_x = inw(mk712_io + MK712_X) & 0x0fff; in mk712_interrupt() 111 last_y = inw(mk712_io + MK712_Y) & 0x0fff; in mk712_interrupt() 159 if ((inw(mk712_io + MK712_X) & 0xf000) || /* Sanity check */ in mk712_init() 160 (inw(mk712_io + MK712_Y) & 0xf000) || in mk712_init() 161 (inw(mk712_io + MK712_STATUS) & 0xf333)) { in mk712_init()
|
/openbmc/linux/drivers/watchdog/ |
H A D | iTCO_wdt.c | 239 val = inw(TCO1_CNT(p)) & ~NMI_NOW; in update_no_reboot_bit_cnt() 245 newval = inw(TCO1_CNT(p)) & ~NMI_NOW; in update_no_reboot_bit_cnt() 308 val = inw(TCO1_CNT(p)); in iTCO_wdt_start() 311 val = inw(TCO1_CNT(p)); in iTCO_wdt_start() 329 val = inw(TCO1_CNT(p)); in iTCO_wdt_stop() 332 val = inw(TCO1_CNT(p)); in iTCO_wdt_stop() 389 val16 = inw(TCOv2_TMR(p)); in iTCO_wdt_set_timeout() 393 val16 = inw(TCOv2_TMR(p)); in iTCO_wdt_set_timeout() 425 val16 = inw(TCO_RLD(p)); in iTCO_wdt_get_timeleft() 434 if (!(inw(TCO1_STS(p)) & 0x0008)) in iTCO_wdt_get_timeleft() [all …]
|
/openbmc/u-boot/arch/x86/cpu/broadwell/ |
H A D | power_state.c | 68 ps->pm1_sts = inw(ACPI_BASE_ADDRESS + PM1_STS); in power_state_get() 69 ps->pm1_en = inw(ACPI_BASE_ADDRESS + PM1_EN); in power_state_get() 71 ps->tco1_sts = inw(ACPI_BASE_ADDRESS + TCO1_STS); in power_state_get() 72 ps->tco2_sts = inw(ACPI_BASE_ADDRESS + TCO2_STS); in power_state_get()
|
/openbmc/linux/drivers/input/gameport/ |
H A D | fm801-gp.c | 33 w = inw(gameport->io + 2); in fm801_gp_cooked_read() 36 w = inw(gameport->io + 4); in fm801_gp_cooked_read() 38 w = inw(gameport->io + 6); in fm801_gp_cooked_read() 41 w = inw(gameport->io + 8); in fm801_gp_cooked_read()
|
/openbmc/linux/arch/sh/boards/mach-hp6xx/ |
H A D | setup.c | 60 v = inw(HD64461_GPADR); in dac_audio_start() 78 v = inw(HD64461_GPADR); in dac_audio_stop() 129 v = inw(HD64461_STBCR); in hp6xx_setup() 139 v = inw(HD64461_GPADR); in hp6xx_setup()
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | io.h | 138 #define inw inw macro 139 static inline unsigned int inw(unsigned long port) in inw() function 202 put_unaligned(inw(port), dp++); in insw()
|
/openbmc/linux/arch/mips/loongson2ef/common/cs5536/ |
H A D | cs5536_mfgpt.c | 39 outw(inw(MFGPT0_SETUP) & 0x7fff, MFGPT0_SETUP); in disable_mfgpt0_counter() 96 outw(inw(MFGPT0_SETUP) | 0x4000, MFGPT0_SETUP); in timer_interrupt() 165 count = inw(MFGPT0_CNT); in mfgpt_read()
|
/openbmc/linux/drivers/scsi/ |
H A D | nsp32_io.h | 35 return inw(base + index); in nsp32_read2() 137 return inw(base + DATA_REG_LOW); in nsp32_index_read2() 154 l = inw(base + DATA_REG_LOW); in nsp32_index_read4() 155 h = inw(base + DATA_REG_HI ); in nsp32_index_read4()
|
/openbmc/u-boot/board/renesas/sh7763rdp/ |
H A D | sh7763rdp.c | 39 writew(inw(CPU_CMDREG)|0x0001, CPU_CMDREG); in board_init() 42 dat = inw(PSEL1); in board_init()
|
/openbmc/u-boot/board/renesas/r7780mp/ |
H A D | r7780mp.c | 44 writew(inw(FPGA_CFPOW)|0x01, FPGA_CFPOW); in ide_set_reset() 46 writew(inw(FPGA_CFPOW)|0x02, FPGA_CFPOW); in ide_set_reset()
|
/openbmc/linux/drivers/net/ethernet/fujitsu/ |
H A D | fmvj18x_cs.c | 783 htons(inw(ioaddr + TX_STATUS)), in fjn_tx_timeout() 788 htons(inw(ioaddr + 0)), htons(inw(ioaddr + 2)), in fjn_tx_timeout() 789 htons(inw(ioaddr + 4)), htons(inw(ioaddr + 6)), in fjn_tx_timeout() 790 htons(inw(ioaddr + 8)), htons(inw(ioaddr + 10)), in fjn_tx_timeout() 791 htons(inw(ioaddr + 12)), htons(inw(ioaddr + 14))); in fjn_tx_timeout() 937 inw(ioaddr + DATAPORT); in fjn_reset() 938 inw(ioaddr + DATAPORT); in fjn_reset() 967 u_short status = inw(ioaddr + DATAPORT); in fjn_rx() 984 u_short pkt_len = inw(ioaddr + DATAPORT); in fjn_rx()
|