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

  /src/sys/arch/macppc/dev/
obiofan.c 87 uint32_t regs[8], tc_regs[32]; local in function:obiofan_attach
104 if (OF_getprop(tc_node, "platform-do-getTACHCount", tc_regs, 128) <= 0) {
135 sc->sc_reg[cnt] = tc_regs[num * 7 + 3];
136 sc->sc_shift[cnt] = ffs(tc_regs[num * 7 + 4]) - 1;

Completed in 11 milliseconds