p9100.c | 1732 uint32_t bits, scr, memctl, mem; local in function:p9100_set_depth 1743 memctl = 3; 1751 memctl = 2; 1763 memctl = 1; /* 0 */ 1820 DPRINTF("old memctl: %08x\n", mem); 1824 mem |= (memctl << 10) | (memctl << 13); 1827 DPRINTF("new memctl: %08x\n", mem);
|