HomeSort by: relevance | last modified time | path
    Searched refs:readreg (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/evbmips/ingenic/
clock.c 53 return readreg(JZ_OST_CNT_LO);
76 cnt = readreg(JZ_OST_CNT_LO);
110 printf("INTC %08x %08x\n", readreg(JZ_ICSR0), readreg(JZ_ICSR1));
111 printf("ICMR0 %08x\n", readreg(JZ_ICMR0));
116 printf("TFR: %08x\n", readreg(JZ_TC_TFR));
117 printf("TMR: %08x\n", readreg(JZ_TC_TMR));
118 printf("cnt5: %08x\n", readreg(JZ_TC_TCNT(5)));
122 printf("TFR: %08x\n", readreg(JZ_TC_TFR));
123 printf("TMR: %08x\n", readreg(JZ_TC_TMR))
    [all...]
mainbus.c 94 printf("TFR: %08x\n", readreg(JZ_TC_TFR));
95 printf("TMR: %08x\n", readreg(JZ_TC_TMR));
machdep.c 124 junk = readreg(JZ_OST_CNT_LO);
125 do {} while (junk == readreg(JZ_OST_CNT_LO));
intr.c 232 mask = readreg(JZ_ICPR0);
253 irql = readreg(JZ_ICPR0);
254 irqh = readreg(JZ_ICPR1);
  /src/sys/arch/mips/ingenic/
ingenic_ehci.c 89 reg = readreg(JZ_USBPCR);
94 reg = readreg(JZ_USBPCR1);
99 reg = readreg(JZ_USBPCR1);
105 reg = readreg(JZ_OPCR);
110 reg = readreg(JZ_USBPCR1);
115 reg = readreg(JZ_USBPCR1);
120 reg = readreg(JZ_USBPCR1);
125 reg = readreg(JZ_USBPCR);
129 reg = readreg(JZ_USBPCR);
134 reg = readreg(JZ_SRBC)
    [all...]
apbus.c 142 mpll = readreg(JZ_CPMPCR);
150 reg = readreg(JZ_CPCCR);
161 reg = readreg(JZ_CLKGR1);
169 reg = readreg(JZ_OPCR);
233 printf("JZ_CLKGR0 %08x\n", readreg(JZ_CLKGR0));
234 printf("JZ_CLKGR1 %08x\n", readreg(JZ_CLKGR1));
235 printf("JZ_SPCR0 %08x\n", readreg(JZ_SPCR0));
236 printf("JZ_SPCR1 %08x\n", readreg(JZ_SPCR1));
237 printf("JZ_SRBC %08x\n", readreg(JZ_SRBC));
238 printf("JZ_OPCR %08x\n", readreg(JZ_OPCR))
    [all...]
ingenic_dwctwo.c 147 reg = readreg(JZ_USBPCR);
158 reg = readreg(JZ_USBPCR1);
172 printf("JZ_USBRDT %08x\n", readreg(JZ_USBRDT));
178 reg = readreg(JZ_USBPCR);
188 reg = readreg(JZ_OPCR);
ingenic_dme.c 166 reg = readreg(JZ_GPIO_E_BASE + JZ_GPIO_FLAG);
ingenic_regs.h 126 readreg(uint32_t reg) function in typeref:typename:uint32_t
  /src/sys/arch/sgimips/dev/
dpclock.c 101 readreg(struct dpclock_softc *sc, uint32_t reg) function in typeref:typename:uint8_t
152 i = readreg(sc, DP8573A_TIMESAVE_CTL);
159 regs[i] = readreg(sc, i);
202 i = readreg(sc, DP8573A_TIMESAVE_CTL);
209 regs[i] = readreg(sc, i);
221 i = readreg(sc, DP8573A_RT_MODE);
  /src/usr.bin/dc/
bcode.c 118 static int readreg(void);
778 readreg(void) function in typeref:typename:int
806 idx = readreg();
824 idx = readreg();
841 idx = readreg();
862 idx = readreg();
880 reg = readreg();
914 reg = readreg();
1502 idx = readreg();
1504 elseidx = readreg();
    [all...]
  /src/lib/libnvmm/
libnvmm_x86.c 856 bool readreg; member in struct:x86_emul
874 .readreg = true,
879 .readreg = true,
884 .readreg = true,
890 .readreg = true,
895 .readreg = true,
3355 } else if (instr->emul->readreg) {

Completed in 35 milliseconds