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

/freebsd-10.2-release/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaioctlcmd.c3701 bit32 i, workOffset, dwLength; local
3739 workOffset = gsmDumpOffset & 0xFFFF0000;
3741 gsmDumpOffset = workOffset;
3751 if((workOffset + offset) > length )
3755 value = ossaHwRegReadExt(agRoot, bar, (workOffset + offset) & 0x0000FFFF);
3764 value = ossaHwRegReadExt(agRoot, bar, (workOffset + offset) & 0x0000FFFF);

Completed in 95 milliseconds