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

/freebsd-9.3-release/sys/arm/xscale/ixp425/
H A Dixp425_npe.c220 static int npe_cpu_step(struct ixpnpe_softc *, uint32_t npeInstruction,
1143 npe_cpu_step(struct ixpnpe_softc *sc, uint32_t npeInstruction, argument
1172 npe_ecs_reg_write(sc, IX_NPEDL_ECS_INSTRUCT_REG, npeInstruction);
1218 uint32_t npeInstruction, mask; local
1223 npeInstruction = IX_NPEDL_INSTR_RD_REG_BYTE;
1227 npeInstruction = IX_NPEDL_INSTR_RD_REG_SHORT;
1231 npeInstruction = IX_NPEDL_INSTR_RD_REG_WORD;
1239 npeInstruction |= (regAddr << IX_NPEDL_OFFSET_INSTR_SRC) |
1243 error = npe_cpu_step(sc, npeInstruction, ctxtNum,
1284 uint32_t npeInstruction; local
[all...]

Completed in 95 milliseconds