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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dsromstubs.c56 srom_otp_write_region_crc(si_t *sih, uint nbytes, uint16* buf16, bool write) argument
H A Dbcmsrom.c4768 srom_otp_write_region_crc(si_t *sih, uint nbytes, uint16* buf16, bool write) argument
4785 if (!((buf16[SROM4_SIGN] == SROM4_SIGNATURE) ||
4786 (buf16[SROM8_SIGN] == SROM4_SIGNATURE) ||
4787 (buf16[SROM10_SIGN] == SROM4_SIGNATURE) ||
4788 (buf16[SROM11_SIGN] == SROM11_SIGNATURE))) {
4790 __FUNCTION__, buf16[SROM4_SIGN], buf16[SROM8_SIGN], buf16[SROM10_SIGN]));
4795 if (buf16[0] == 0xffff) {
4800 BS_ERROR(("%s: invalid buf16[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dbcmsrom.h41 extern int srom_otp_write_region_crc(si_t *sih, uint nbytes, uint16* buf16, bool write);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/ss/
H A Davtab.c299 __le16 buf16[4]; local
377 rc = next_entry(buf16, fp, sizeof(u16)*4);
384 key.source_type = le16_to_cpu(buf16[items++]);
385 key.target_type = le16_to_cpu(buf16[items++]);
386 key.target_class = le16_to_cpu(buf16[items++]);
387 key.specified = le16_to_cpu(buf16[items++]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_ixp4xx_cf.c57 u16 *buf16 = (u16 *) buf; local
71 writew(buf16[i], mmio);
74 buf16[i] = readw(mmio);
H A Dpata_scc.c759 u16 *buf16 = (u16 *) buf; local
765 out_be32(mmio, cpu_to_le16(buf16[i]));
768 buf16[i] = le16_to_cpu(in_be32(mmio));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dimc.c652 uint16_t buf16[IMC_BLOCK_SIZE / 2]; local
659 buf16[i] = bswap_16(((const uint16_t*)buf)[i]);
661 init_get_bits(&q->gb, (const uint8_t*)buf16, IMC_BLOCK_SIZE * 8);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_dbg.c1459 uint16_t *buf16; local
1488 buf16 = (uint16_t *) buffer;
1489 for (cnt = 1; cnt <= count; cnt++, buf16++) {
1490 printk("%4x",*buf16);
1494 else if (*buf16 < 10)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/sisusbvga/
H A Dsisusb.c2585 u16 buf16; local
2628 address, &buf16))
2630 else if (put_user(buf16, (u16 __user *)buffer))
2727 u16 buf16; local
2768 if (get_user(buf16, (u16 __user *)buffer))
2772 address, buf16))

Completed in 156 milliseconds