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

  /xsrc/external/mit/xf86-video-mach64/dist/src/
atidsp.c 83 GetBits(pATI->LockData.mem_cntl, CTL_MEM_REFRESH_RATE_B));
86 trp = GetBits(pATI->LockData.mem_cntl, CTL_MEM_TRP);
87 pATI->XCLKPageFaultDelay = GetBits(pATI->LockData.mem_cntl, CTL_MEM_TRCD) +
88 GetBits(pATI->LockData.mem_cntl, CTL_MEM_TCRD) + trp + 2;
89 pATI->XCLKMaxRASDelay = GetBits(pATI->LockData.mem_cntl, CTL_MEM_TRAS) +
atistruct.h 122 clock_cntl, bus_cntl, mem_cntl, mem_vga_wp_sel, mem_vga_rp_sel, member in struct:_ATIHWRec
408 scratch_reg3, bus_cntl, lcd_index, mem_cntl, i2c_cntl_1, member in struct:_ATIRec::__anon132
atimach64.c 174 pATIHW->mem_cntl = (pATI->LockData.mem_cntl &
181 pATIHW->mem_cntl |= SetBits(CTL_MEM_APER_BYTE_ENDIAN,
186 pATIHW->mem_cntl |= SetBits(CTL_MEM_APER_WORD_ENDIAN,
191 pATIHW->mem_cntl |= SetBits(CTL_MEM_APER_LONG_ENDIAN,
422 pATIHW->mem_cntl = inr(MEM_CNTL);
1147 outr(MEM_CNTL, pATIHW->mem_cntl);
atilock.c 127 pATI->LockData.mem_cntl = inr(MEM_CNTL);
129 outr(MEM_CNTL, pATI->LockData.mem_cntl &
510 outr(MEM_CNTL, pATI->LockData.mem_cntl);
atipreinit.c 828 pATIHW->mem_cntl = inr(MEM_CNTL);
831 IOValue = GetBits(pATIHW->mem_cntl, CTL_MEM_SIZE);
839 IOValue = GetBits(pATIHW->mem_cntl, CTL_MEM_SIZEB);
atimode.c 952 outr(MEM_CNTL, pATIHW->mem_cntl);

Completed in 9 milliseconds