Home
last modified time | relevance | path

Searched refs:S3_TRIO64 (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/accelerants/s3/
H A Dregister_io.cpp64 if (gInfo.sharedInfo->chipType == S3_TRIO64) in ReadReg8()
73 if (gInfo.sharedInfo->chipType == S3_TRIO64) in ReadReg16()
82 if (gInfo.sharedInfo->chipType == S3_TRIO64) in ReadReg32()
94 if (gInfo.sharedInfo->chipType == S3_TRIO64) in WriteReg8()
103 if (gInfo.sharedInfo->chipType == S3_TRIO64) in WriteReg16()
112 if (gInfo.sharedInfo->chipType == S3_TRIO64) in WriteReg32()
124 if (gInfo.sharedInfo->chipType == S3_TRIO64) { in ReadCrtcReg()
136 if (gInfo.sharedInfo->chipType == S3_TRIO64) { in WriteCrtcReg()
151 if (gInfo.sharedInfo->chipType == S3_TRIO64) { in WriteCrtcReg()
166 if (gInfo.sharedInfo->chipType == S3_TRIO64) { in ReadSeqReg()
[all …]
H A Dtrio64_init.cpp71 if (si.chipType == S3_TRIO64 && mode->timing.h_display >= 1600) in Trio64_IsModeUsable()
/haiku/headers/private/graphics/s3/
H A DDriverInterface.h72 S3_TRIO64 = 1, enumerator
/haiku/src/add-ons/kernel/drivers/graphics/s3/
H A Ddriver.cpp54 { 0x8811, S3_TRIO64, "Trio64" }, // see comment above
431 if (si.chipType == S3_TRIO64 && si.revision & 0x40) { in InitDevice()