/linux/drivers/net/ethernet/i825xx/ |
H A D | sun3_82586.c | 66 #define make32(ptr16) (p->memtop + (swab16((unsigned short) (ptr16))) ) 68 #define make16(ptr32) (swab16((unsigned short) ((unsigned long)(ptr32) - (unsigned long) p->memtop … 119 if(swab16((addr)->cmd_status) & STAT_COMPL) break; \ 417 cfg_cmd->cmd_cmd = swab16(CMD_CONFIGURE | CMD_LAST); in init586() 448 if((swab16(cfg_cmd->cmd_status) & (STAT_OK|STAT_COMPL)) != (STAT_COMPL|STAT_OK)) in init586() 450 printk("%s: configure command failed: %x\n",dev->name,swab16(cfg_cmd->cmd_status)); in init586() 461 ias_cmd->cmd_cmd = swab16(CMD_IASETUP | CMD_LAST); in init586() 473 if((swab16(ias_cmd->cmd_status) & (STAT_OK|STAT_COMPL)) != (STAT_OK|STAT_COMPL)) { in init586() 474 …printk("%s (82586): individual address setup command failed: %04x\n",dev->name,swab16(ias_cmd->cmd… in init586() 485 tdr_cmd->cmd_cmd = swab16(CMD_TDR | CMD_LAST); in init586() [all …]
|
/linux/arch/mips/boot/ |
H A D | elf2ecoff.c | 157 #define swab16(x) \ macro 171 e->e_type = swab16(e->e_type); in convert_elf_hdr() 172 e->e_machine = swab16(e->e_machine); in convert_elf_hdr() 178 e->e_ehsize = swab16(e->e_ehsize); in convert_elf_hdr() 179 e->e_phentsize = swab16(e->e_phentsize); in convert_elf_hdr() 180 e->e_phnum = swab16(e->e_phnum); in convert_elf_hdr() 181 e->e_shentsize = swab16(e->e_shentsize); in convert_elf_hdr() 182 e->e_shnum = swab16(e->e_shnum); in convert_elf_hdr() 183 e->e_shstrndx = swab16(e->e_shstrndx); in convert_elf_hdr() 223 f->f_magic = swab16(f->f_magic); in convert_ecoff_filehdr() [all …]
|
/linux/drivers/net/wireless/st/cw1200/ |
H A D | cw1200_spi.c | 93 regaddr = swab16(regaddr); in cw1200_spi_memcpy_fromio() 119 buf[i] = swab16(buf[i]); in cw1200_spi_memcpy_fromio() 160 regaddr = swab16(regaddr); in cw1200_spi_memcpy_toio() 162 buf[i] = swab16(buf[i]); in cw1200_spi_memcpy_toio() 191 buf[i] = swab16(buf[i]); in cw1200_spi_memcpy_toio()
|
/linux/arch/powerpc/boot/ |
H A D | of.h | 30 #define cpu_to_be16(x) swab16(x) 31 #define be16_to_cpu(x) swab16(x)
|
H A D | swab.h | 5 static inline u16 swab16(u16 x) in swab16() function
|
/linux/drivers/ata/pata_parport/ |
H A D | comm.c | 166 w4w(swab16(((u16 *)buf)[k])); in comm_write_block() 171 w4l(swab16(((u16 *)buf)[2 * k]) | in comm_write_block() 172 swab16(((u16 *)buf)[2 * k + 1]) << 16); in comm_write_block()
|
H A D | kbic.c | 221 w4w(swab16(((u16 *)buf)[k])); in kbic_write_block() 227 w4l(swab16(((u16 *)buf)[2 * k]) | in kbic_write_block() 228 swab16(((u16 *)buf)[2 * k + 1]) << 16); in kbic_write_block()
|
/linux/arch/powerpc/kernel/ |
H A D | align.c | 238 data.h[0] = swab16(data.h[0]); in emulate_spe() 239 data.h[1] = swab16(data.h[1]); in emulate_spe() 240 data.h[2] = swab16(data.h[2]); in emulate_spe() 241 data.h[3] = swab16(data.h[3]); in emulate_spe()
|
/linux/arch/m68k/include/asm/ |
H A D | io_no.h | 70 return swab16(__raw_readw(addr)); in readw() 87 __raw_writew(swab16(value), addr); in writew()
|
/linux/drivers/media/i2c/ |
H A D | vpx3220.c | 97 if (i2c_smbus_write_word_data(client, 0x27, swab16(fpaddr)) == -1) { in vpx3220_fp_write() 106 if (i2c_smbus_write_word_data(client, 0x28, swab16(data)) == -1) { in vpx3220_fp_write() 120 if (i2c_smbus_write_word_data(client, 0x26, swab16(fpaddr)) == -1) { in vpx3220_fp_read() 135 return swab16(data); in vpx3220_fp_read()
|
H A D | uda1342.c | 17 i2c_smbus_write_word_data(client, reg, swab16(value)); in write_reg()
|
H A D | mt9t112.c | 156 command = swab16(command); in __mt9t112_reg_read() 178 return swab16(ret); in __mt9t112_reg_read() 188 command = swab16(command); in __mt9t112_reg_write() 189 data = swab16(data); in __mt9t112_reg_write()
|
/linux/lib/ |
H A D | iomap.c | 64 #define pio_read16be(port) swab16(inw(port)) 69 #define mmio_read16be(addr) swab16(readw(addr)) 193 #define pio_write16be(val,port) outw(swab16(val),port) 198 #define mmio_write16be(val,port) writew(swab16(val),port)
|
/linux/drivers/misc/ |
H A D | smpro-misc.c | 66 boot_progress[1] = swab16(reg); in boot_progress_show() 67 boot_progress[2] = swab16(reg_lo); in boot_progress_show()
|
/linux/arch/arm/vdso/ |
H A D | vdsomunge.c | 48 #define swab16(x) \ macro 108 return swap ? swab16(half) : half; in read_elf_half()
|
/linux/drivers/ssb/ |
H A D | sprom.c | 30 "%04X", swab16(sprom[i]) & 0xFFFF); in sprom2hex() 60 sprom[cnt++] = swab16((u16)parsed); in hex2sprom()
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | ath9k_pci_owl_loader.c | 56 if (*cal_data != swab16(AR5416_EEPROM_MAGIC)) { in ath9k_pci_fixup() 92 reg = swab16(reg); in ath9k_pci_fixup()
|
/linux/sound/pcmcia/pdaudiocf/ |
H A D | pdaudiocf_irq.c | 85 *dst++ = swab16(inw(rdp_port) ^ xor); in pdacf_transfer_mono16sw() 105 *dst++ = swab16(inw(rdp_port) ^ xor); in pdacf_transfer_stereo16sw() 106 *dst++ = swab16(inw(rdp_port) ^ xor); in pdacf_transfer_stereo16sw()
|
/linux/include/linux/ |
H A D | swab.h | 7 # define swab16 __swab16 macro
|
/linux/drivers/media/usb/em28xx/ |
H A D | em28xx-camera.c | 102 id = swab16(ret); /* LE -> BE */ in em28xx_probe_sensor_micron() 112 if (id != swab16(ret)) in em28xx_probe_sensor_micron()
|
/linux/drivers/base/regmap/ |
H A D | regmap-mmio.c | 109 writew(swab16(val), ctx->regs + reg); in regmap_mmio_write16be() 195 writew(swab16(valp[i]), ctx->regs + reg); in regmap_mmio_noinc_write() 272 return swab16(readw(ctx->regs + reg)); in regmap_mmio_read16be()
|
/linux/sound/core/oss/ |
H A D | mulaw.c | 161 sample = swab16(sample); in cvt_s16_to_native() 209 sample = swab16(sample); in cvt_native_to_s16()
|
/linux/drivers/leds/simple/ |
H A D | simatic-ipc-leds.c | 93 ipcled->value = swab16(ipcled->value); in simatic_ipc_leds_probe()
|
/linux/arch/arm/include/asm/ |
H A D | opcodes.h | 89 #define ___opcode_swab16(x) swab16(x)
|
/linux/arch/alpha/include/asm/ |
H A D | io.h | 534 #define ioread16be(p) swab16(ioread16(p)) 537 #define iowrite16be(v,p) iowrite16(swab16(v), (p))
|