Home | History | Annotate | Download | only in xscale

Lines Matching defs:regSize

203 		uint32_t regAddr, uint32_t regSize,
207 uint32_t regSize, uint32_t ctxtNum, int verify);
1095 uint32_t regAddr, uint32_t regSize,
1101 switch (regSize) {
1126 __func__, regAddr, regSize, ctxtNum, error);
1133 *regVal = (*regVal >> (IX_NPEDL_REG_SIZE_WORD - regSize)) & mask;
1140 uint32_t regSize, uint32_t ctxtNum, int verify)
1145 __func__, regAddr, regVal, regSize, ctxtNum);
1146 if (regSize == IX_NPEDL_REG_SIZE_WORD) {
1163 switch (regSize) {
1192 __func__, regAddr, regVal, regSize, ctxtNum, error);
1198 error = npe_logical_reg_read(sc, regAddr, regSize, ctxtNum, &retRegVal);
1257 uint32_t regSize;
1265 ctxtRegVal, regAccInfo[ctxtReg].regSize, ctxtNum, verify);