Searched refs:swab32 (Results 1 - 25 of 55) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/boot/
H A Delf2ecoff.c159 #define swab32(x) \ macro
170 e->e_version = swab32(e->e_version);
171 e->e_entry = swab32(e->e_entry);
172 e->e_phoff = swab32(e->e_phoff);
173 e->e_shoff = swab32(e->e_shoff);
174 e->e_flags = swab32(e->e_flags);
188 p->p_type = swab32(p->p_type);
189 p->p_offset = swab32(p->p_offset);
190 p->p_vaddr = swab32(p->p_vaddr);
191 p->p_paddr = swab32(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/mach-at32ap/include/mach/
H A Dio.h15 # define __mem_ioswabl(a, x) swab32(x)
32 # define ioswabl(a, x) swab32(x)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_inline.h55 *ofcp++ = swab32(*ifcp++);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mthca/
H A Dmthca_catas.c100 switch (swab32(readl(dev->catas_err.map)) >> 24) {
121 i, swab32(readl(dev->catas_err.map + i)));
H A Dmthca_reset.c56 #define MTHCA_RESET_VALUE swab32(1)
H A Dmthca_eq.c561 eq->eqn_mask = swab32(1 << eq->eqn);
804 swab32(1 << (dev->eq_table.inta_pin & 31));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/
H A Dredboot.c123 * swab32(erasesize) then we know we are looking at
135 if (swab32(buf[i].size) == master->erasesize ||
137 && swab32(buf[i].size) < master->erasesize)) {
140 numslots = swab32(buf[i].size) / sizeof (struct fis_image_desc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dibmphp_hpc.c185 wpg_data = swab32 (data); // swap data before writing
192 wpg_data = swab32 (data);
200 wpg_data = swab32 (data);
211 data = swab32 (wpg_data);
227 data = swab32 (wpg_data);
241 data = swab32 (wpg_data);
296 wpg_data = swab32 (data); // swap data before writing
303 wpg_data = swab32 (data);
311 wpg_data = swab32 (data);
322 data = swab32 (wpg_dat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Djournal.c33 blhdr->bytes_used = swab32(blhdr->bytes_used);
34 blhdr->checksum = swab32(blhdr->checksum);
38 blhdr->binfo[i].bsize = swab32(blhdr->binfo[i].bsize);
44 jh->magic = swab32(jh->magic);
45 jh->endian = swab32(jh->endian);
49 jh->blhdr_size = swab32(jh->blhdr_size);
50 jh->checksum = swab32(jh->checksum);
51 jh->jhdr_size = swab32(jh->jhdr_size);
493 jh->checksum = swab32(calc_checksum((unsigned char *)jh, sizeof(struct hfsplus_journal_header)));
786 if (jh->magic == swab32(HFSPLUS_JOURNAL_HEADER_MAGI
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_irq.c110 *dst++ = swab32((((val2 & 0xff) << 24) | ((u32)val1 << 8)) ^ xor);
130 *dst++ = swab32((((val2 & 0xff) << 24) | ((u32)val1 << 8)) ^ xor);
131 *dst++ = swab32((((u32)val3 << 16) | (val2 & 0xff00)) ^ xor);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/mlx4/
H A Dcatas.c61 i, swab32(readl(priv->catas_err.map + i)));
H A Dreset.c59 #define MLX4_RESET_VALUE swab32(1)
H A Dcmd.c148 return (status & swab32(1 << HCR_GO_BIT)) ||
150 !!(status & swab32(1 << HCR_T_BIT)));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dserpent.c511 rs[0] = swab32(s[3]);
512 rs[1] = swab32(s[2]);
513 rs[2] = swab32(s[1]);
514 rs[3] = swab32(s[0]);
518 d[0] = swab32(rd[3]);
519 d[1] = swab32(rd[2]);
520 d[2] = swab32(rd[1]);
521 d[3] = swab32(rd[0]);
531 rs[0] = swab32(s[3]);
532 rs[1] = swab32(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Diomap.c63 #define pio_read32be(port) swab32(inl(port))
104 #define pio_write32be(val,port) outl(swab32(val),port)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp4xx/
H A Dixp4xx_npe.c547 if (image->magic == swab32(FW_MAGIC)) { /* swapped file */
548 image->id = swab32(image->id);
549 image->size = swab32(image->size);
564 if (image->magic == swab32(FW_MAGIC))
566 image->data[i] = swab32(image->data[i]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ngene/
H A Dngene-dvb.c58 *p = swab32(*p);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dlinear.c50 tmp = swab32(tmp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dswab.h283 # define swab32 __swab32 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1c/
H A Datl1c_hw.c163 *(u32 *) &eth_addr[2] = swab32(addr[0]);
205 *p_value = swab32((data << 16) | (*p_value >> 16));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dunaligned_64.c205 src_val = swab32(src_val);
345 val_in = swab32(val_in);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dpadlock-sha.c81 *dst++ = swab32(*src++);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dtehuti.h91 # define CPU_CHIP_SWAP32(x) swab32(x)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1e/
H A Datl1e_hw.c99 *(u32 *) &eth_addr[2] = swab32(addr[0]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dat91_mci.c246 *dmabuf++ = swab32(sgbuffer[index]);
311 sgbuffer[index] = swab32(*dmabuf++);

Completed in 166 milliseconds

123