HomeSort by: relevance | last modified time | path
    Searched defs:npeInstruction (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/arm/xscale/
ixp425_npe.c 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;
    [all...]

Completed in 12 milliseconds