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

  /src/sys/arch/macppc/macppc/
pic_u3_ht.c 137 volatile uint8_t *unin_reg; local in function:init_u3_ht
165 unin_reg = mapiodev(base, PAGE_SIZE, false);
166 KASSERT(unin_reg != NULL);
167 tmp = in32(unin_reg + 0xe0);
169 out32(unin_reg + 0xe0, tmp);
pic_u3_ht.c 137 volatile uint8_t *unin_reg; local in function:init_u3_ht
165 unin_reg = mapiodev(base, PAGE_SIZE, false);
166 KASSERT(unin_reg != NULL);
167 tmp = in32(unin_reg + 0xe0);
169 out32(unin_reg + 0xe0, tmp);
pic_u3_ht.c 137 volatile uint8_t *unin_reg; local in function:init_u3_ht
165 unin_reg = mapiodev(base, PAGE_SIZE, false);
166 KASSERT(unin_reg != NULL);
167 tmp = in32(unin_reg + 0xe0);
169 out32(unin_reg + 0xe0, tmp);

Completed in 65 milliseconds