Searched refs:buf16 (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dsromstubs.c56 srom_otp_write_region_crc(si_t *sih, uint nbytes, uint16* buf16, bool write) argument
H A Dbcmsrom.c5393 srom_otp_write_region_crc(si_t *sih, uint nbytes, uint16* buf16, bool write) argument
5410 if (!((buf16[SROM4_SIGN] == SROM4_SIGNATURE) ||
5411 (buf16[SROM8_SIGN] == SROM4_SIGNATURE) ||
5412 (buf16[SROM10_SIGN] == SROM4_SIGNATURE) ||
5413 (buf16[SROM11_SIGN] == SROM11_SIGNATURE))) {
5415 __FUNCTION__, buf16[SROM4_SIGN], buf16[SROM8_SIGN], buf16[SROM10_SIGN]));
5420 if (buf16[0] == 0xffff) {
5425 BS_ERROR(("%s: invalid buf16[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmsrom.h41 extern int srom_otp_write_region_crc(si_t *sih, uint nbytes, uint16* buf16, bool write);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_ixp4xx_cf.c48 u16 *buf16 = (u16 *) buf; local
62 buf16[i] = readw(mmio);
65 writew(buf16[i], mmio);
H A Dpata_scc.c797 __le16 *buf16 = (__le16 *) buf; local
803 buf16[i] = cpu_to_le16(in_be32(mmio));
806 out_be32(mmio, le16_to_cpu(buf16[i]));
H A Dpata_bf54x.c1187 unsigned short *buf16 = (u16 *)buf; local
1191 read_atapi_data(base, words, buf16);
1193 write_atapi_data(base, words, buf16);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/ss/
H A Davtab.c331 __le16 buf16[4]; local
411 rc = next_entry(buf16, fp, sizeof(u16)*4);
418 key.source_type = le16_to_cpu(buf16[items++]);
419 key.target_type = le16_to_cpu(buf16[items++]);
420 key.target_class = le16_to_cpu(buf16[items++]);
421 key.specified = le16_to_cpu(buf16[items++]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dnozomi.c443 u16 *buf16; local
451 buf16 = (u16 *) buf;
452 *buf16 = __le16_to_cpu(readw(ptr));
464 buf16 = (u16 *) buf;
465 *(buf16) = __le16_to_cpu(readw(ptr));
489 const u16 *buf16; local
497 buf16 = (const u16 *)buf;
498 writew(__cpu_to_le16(*buf16), ptr);
514 buf16 = (const u16 *)buf;
515 writew(__cpu_to_le16(*buf16), pt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dsb_audio.c848 signed short *buf16; local
901 buf16 = (signed short *)(localbuf + localoffs);
911 buf16[p+i] = (~lbuf8[i] ^ 0x80) << 8;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dimc.c670 LOCAL_ALIGNED_16(uint16_t, buf16, [IMC_BLOCK_SIZE / 2]);
685 q->dsp.bswap16_buf(buf16, (const uint16_t*)buf, IMC_BLOCK_SIZE / 2);
687 init_get_bits(&q->gb, (const uint8_t*)buf16, IMC_BLOCK_SIZE * 8);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dimc.c1013 LOCAL_ALIGNED_16(uint16_t, buf16, [IMC_BLOCK_SIZE / 2]);
1028 q->bdsp.bswap16_buf(buf16, (const uint16_t *) buf, IMC_BLOCK_SIZE / 2);
1030 init_get_bits(&q->gb, (const uint8_t*)buf16, IMC_BLOCK_SIZE * 8);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/sisusbvga/
H A Dsisusb.c2519 u16 buf16; local
2562 address, &buf16))
2564 else if (put_user(buf16, (u16 __user *)buffer))
2661 u16 buf16; local
2702 if (get_user(buf16, (u16 __user *)buffer))
2706 address, buf16))

Completed in 121 milliseconds