Searched refs:byteoff (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dsromstubs.c38 srom_read(si_t *sih, uint bus, void *curmap, osl_t *osh, uint byteoff, uint nbytes, uint16 *buf, argument
45 srom_write(si_t *sih, uint bus, void *curmap, osl_t *osh, uint byteoff, uint nbytes, uint16 *buf) argument
H A Dbcmsrom.c1581 uint byteoff, uint nbytes, uint16 *buf, bool check_crc)
1588 if (byteoff & 1 || nbytes & 1 || (byteoff + nbytes) > SROM_MAX)
1591 off = byteoff / 2;
1621 if (bcmsdh_cis_read(NULL, SDIO_FUNC_1, (uint8 *)buf, byteoff + nbytes) != 0)
1645 rc = get_si_pcmcia_srom(sih, osh, regs, byteoff, buf, nbytes, check_crc);
1667 uint byteoff, uint nbytes, uint16 *buf)
1683 /* check input - 16-bit access only. use byteoff 0x55aa to indicate
1686 if ((byteoff != 0x55aa) && ((byteoff
1580 srom_read(si_t *sih, uint bustype, void *curmap, osl_t *osh, uint byteoff, uint nbytes, uint16 *buf, bool check_crc) argument
1666 srom_write(si_t *sih, uint bustype, void *curmap, osl_t *osh, uint byteoff, uint nbytes, uint16 *buf) argument
1923 srom_write_short(si_t *sih, uint bustype, void *curmap, osl_t *osh, uint byteoff, uint16 value) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dbcmsrom.h32 uint byteoff, uint nbytes, uint16 *buf,
36 uint byteoff, uint nbytes, uint16 *buf);
39 uint byteoff, uint16 value);
H A Dwlioctl.h1084 uint byteoff; /* byte offset */ member in struct:__anon3280
1092 uint32 byteoff; /* byte offset */ member in struct:__anon3281
1103 uint32 byteoff; /* byte offset of the field in d11regs_t */ member in struct:__anon3282
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_sf.c384 int byteoff; /* byte offset in sf dir */ local
391 byteoff = (int)((char *)sfep - (char *)sfp);
401 sfep = (xfs_dir2_sf_entry_t *)((char *)sfp + byteoff);
913 int byteoff; /* offset of removed entry */ local
963 byteoff = (int)((char *)sfep - (char *)sfp);
969 if (byteoff + entsize < oldsize)
970 memmove((char *)sfp + byteoff, (char *)sfp + byteoff + entsize,
971 oldsize - (byteoff + entsize));
H A Dxfs_dir2_leaf.c760 int byteoff; /* offset in current block */ local
1035 byteoff = XFS_DIR2_BYTE_TO_OFF(mp, curoff);
1039 if (byteoff == 0)
1045 while ((char *)ptr - (char *)data < byteoff) {

Completed in 148 milliseconds