Lines Matching defs:npeInstruction
199 static int npe_cpu_step(struct ixpnpe_softc *, uint32_t npeInstruction,
1024 npe_cpu_step(struct ixpnpe_softc *sc, uint32_t npeInstruction,
1053 npe_ecs_reg_write(sc, IX_NPEDL_ECS_INSTRUCT_REG, npeInstruction);
1098 uint32_t npeInstruction, mask;
1103 npeInstruction = IX_NPEDL_INSTR_RD_REG_BYTE;
1107 npeInstruction = IX_NPEDL_INSTR_RD_REG_SHORT;
1111 npeInstruction = IX_NPEDL_INSTR_RD_REG_WORD;
1119 npeInstruction |= (regAddr << IX_NPEDL_OFFSET_INSTR_SRC) |
1123 error = npe_cpu_step(sc, npeInstruction, ctxtNum, IX_NPEDL_RD_INSTR_LDUR);
1161 uint32_t npeInstruction;
1165 npeInstruction = IX_NPEDL_INSTR_WR_REG_BYTE;
1169 npeInstruction = IX_NPEDL_INSTR_WR_REG_SHORT;
1176 npeInstruction |= (regAddr << IX_NPEDL_OFFSET_INSTR_DEST);
1179 npeInstruction |= ((regVal & IX_NPEDL_MASK_IMMED_INSTR_SRC_DATA) <<
1183 npeInstruction |= ((regVal & IX_NPEDL_MASK_IMMED_INSTR_COPROC_DATA) <<
1187 error = npe_cpu_step(sc, npeInstruction,