Searched refs:getOffset (Results 1 – 5 of 5) sorted by relevance
232 pFinal += getOffset(opcode) * 4; in PerformLDF()234 pFinal -= getOffset(opcode) * 4; in PerformLDF()268 pFinal += getOffset(opcode) * 4; in PerformSTF()270 pFinal -= getOffset(opcode) * 4; in PerformSTF()301 pFinal += getOffset(opcode) * 4; in PerformLFM()303 pFinal -= getOffset(opcode) * 4; in PerformLFM()334 pFinal += getOffset(opcode) * 4; in PerformSFM()336 pFinal -= getOffset(opcode) * 4; in PerformSFM()
204 #define getOffset(opcode) (opcode & MASK_OFFSET) macro
225 pFinal += getOffset(opcode); in PerformLDF()227 pFinal -= getOffset(opcode); in PerformLDF()273 pFinal += getOffset(opcode); in PerformSTF()275 pFinal -= getOffset(opcode); in PerformSTF()319 pFinal += getOffset(opcode); in PerformLFM()321 pFinal -= getOffset(opcode); in PerformLFM()355 pFinal += getOffset(opcode); in PerformSFM()357 pFinal -= getOffset(opcode); in PerformSFM()
195 #define getOffset(opcode) (opcode & MASK_OFFSET) macro
212 inline int64_t getOffset() const in getOffset() function in phosphor::fan::monitor::TachSensor