Home
last modified time | relevance | path

Searched refs:nRc (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/arm/nwfpe/
Dfpopcode.h393 unsigned int nRc; in getTransferLength() local
397 nRc = 1; in getTransferLength()
400 nRc = 2; in getTransferLength()
403 nRc = 3; in getTransferLength()
406 nRc = 0; in getTransferLength()
409 return (nRc); in getTransferLength()
414 unsigned int nRc; in getRegisterCount() local
418 nRc = 4; in getRegisterCount()
421 nRc = 1; in getRegisterCount()
424 nRc = 2; in getRegisterCount()
[all …]
Dfpa11_cpdo.c34 unsigned int nType, nDest, nRc; in EmulateCPDO() local
68 nRc = SingleCPDO(&roundData, opcode, rFd); in EmulateCPDO()
71 nRc = DoubleCPDO(&roundData, opcode, rFd); in EmulateCPDO()
75 nRc = ExtendedCPDO(&roundData, opcode, rFd); in EmulateCPDO()
79 nRc = 0; in EmulateCPDO()
85 if (nRc != 0) { in EmulateCPDO()
136 return nRc; in EmulateCPDO()
Dfpa11_cpdt.c227 unsigned int nRc = 1, write_back = WRITE_BACK(opcode); in PerformLDF() local
259 nRc = 0; in PerformLDF()
264 return nRc; in PerformLDF()
270 unsigned int nRc = 1, write_back = WRITE_BACK(opcode); in PerformSTF() local
307 nRc = 0; in PerformSTF()
315 return nRc; in PerformSTF()
392 unsigned int nRc = 0; in EmulateCPDT() local
395 nRc = PerformLDF(opcode); in EmulateCPDT()
397 nRc = PerformLFM(opcode); in EmulateCPDT()
399 nRc = PerformSTF(opcode); in EmulateCPDT()
[all …]