Home
last modified time | relevance | path

Searched refs:ramtype (Results 1 – 15 of 15) sorted by relevance

/dports/x11-drivers/xf86-video-sis/xf86-video-sis-0.12.0/src/
H A Dsis_setup.c290 dramTypeStr[ramtype[i]]); in sisOldSetup()
423 ramtype &= 0x03; in sis300Setup()
426 ramtype = sis_pci_read_host_bridge_u8(0x60 + ramtype); in sis300Setup()
427 if(ramtype & 0x80) ramtype = 9; in sis300Setup()
436 ramtype = 4; in sis300Setup()
449 dramTypeStr[ramtype]); in sis300Setup()
737 ramtype = 8; in sis550Setup()
816 ramtype &= 0x01; in sis550Setup()
819 ramtype = 4; in sis550Setup()
877 ramtype = 4; in sis550Setup()
[all …]
/dports/x11-drivers/xf86-video-trident/xf86-video-trident-1.3.8/src/
H A Dtrident_driver.c1762 ramtype = "SDRAM"; in TRIDENTPreInit()
1765 ramtype = "SGRAM"; in TRIDENTPreInit()
1777 ramtype = "SDRAM"; in TRIDENTPreInit()
1780 ramtype = "SGRAM"; in TRIDENTPreInit()
1792 ramtype = "SDRAM"; in TRIDENTPreInit()
1795 ramtype = "SGRAM"; in TRIDENTPreInit()
1807 ramtype = "SDRAM"; in TRIDENTPreInit()
1810 ramtype = "SGRAM"; in TRIDENTPreInit()
1822 ramtype = "SDRAM"; in TRIDENTPreInit()
1825 ramtype = "SGRAM"; in TRIDENTPreInit()
[all …]
/dports/games/libretro-o2em/libretro-o2em-f874a75/src/
H A Dscore.c50 int ramtype = scoretype/1000; in get_score() local
53 RAM = ramtype==1?extRAM:intRAM; in get_score()
83 int ramtype = scoretype/1000; in set_score() local
85 uint8_t *RAM = ramtype==1?extRAM:intRAM; in set_score()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/misc/sisusbvga/
H A Dsisusb.c1416 if (ramtype <= 1) { in sisusb_triggersr16()
1444 u8 ramtype, done = 0; in sisusb_getbuswidth() local
1449 ramtype &= 3; in sisusb_getbuswidth()
1453 if (ramtype <= 1) { in sisusb_getbuswidth()
1474 if (ramtype <= 1) { in sisusb_getbuswidth()
1881 u8 tmp8, ramtype; in sisusb_init_gfxcore() local
1953 ramtype &= 0x03; in sisusb_init_gfxcore()
2035 if (ramtype <= 1) { in sisusb_init_gfxcore()
2079 u8 tmp8, tmp82, ramtype; in sisusb_get_ramconfig() local
2092 ramtype &= 0x03; in sisusb_get_ramconfig()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/misc/sisusbvga/
H A Dsisusb.c1416 if (ramtype <= 1) { in sisusb_triggersr16()
1444 u8 ramtype, done = 0; in sisusb_getbuswidth() local
1449 ramtype &= 3; in sisusb_getbuswidth()
1453 if (ramtype <= 1) { in sisusb_getbuswidth()
1474 if (ramtype <= 1) { in sisusb_getbuswidth()
1881 u8 tmp8, ramtype; in sisusb_init_gfxcore() local
1953 ramtype &= 0x03; in sisusb_init_gfxcore()
2035 if (ramtype <= 1) { in sisusb_init_gfxcore()
2079 u8 tmp8, tmp82, ramtype; in sisusb_get_ramconfig() local
2092 ramtype &= 0x03; in sisusb_get_ramconfig()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/misc/sisusbvga/
H A Dsisusb.c1416 if (ramtype <= 1) { in sisusb_triggersr16()
1444 u8 ramtype, done = 0; in sisusb_getbuswidth() local
1449 ramtype &= 3; in sisusb_getbuswidth()
1453 if (ramtype <= 1) { in sisusb_getbuswidth()
1474 if (ramtype <= 1) { in sisusb_getbuswidth()
1881 u8 tmp8, ramtype; in sisusb_init_gfxcore() local
1953 ramtype &= 0x03; in sisusb_init_gfxcore()
2035 if (ramtype <= 1) { in sisusb_init_gfxcore()
2079 u8 tmp8, tmp82, ramtype; in sisusb_get_ramconfig() local
2092 ramtype &= 0x03; in sisusb_get_ramconfig()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/bus/wswan/
H A Dslot.cpp404 uint8_t romsize, ramtype, ramsize; in internal_header_logging() local
406 ramtype = (ROM[offs + 0xfffb] & 0xf0) ? 1 : 0; // 1 = EEPROM, 0 = SRAM in internal_header_logging()
407 ramsize = ramtype ? ((ROM[offs + 0xfffb] & 0xf0) >> 4) : (ROM[offs + 0xfffb] & 0x0f); in internal_header_logging()
416 if (ramtype) in internal_header_logging()
/dports/emulators/mame/mame-mame0226/src/devices/bus/wswan/
H A Dslot.cpp404 uint8_t romsize, ramtype, ramsize; in internal_header_logging() local
406 ramtype = (ROM[offs + 0xfffb] & 0xf0) ? 1 : 0; // 1 = EEPROM, 0 = SRAM in internal_header_logging()
407 ramsize = ramtype ? ((ROM[offs + 0xfffb] & 0xf0) >> 4) : (ROM[offs + 0xfffb] & 0x0f); in internal_header_logging()
416 if (ramtype) in internal_header_logging()
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dgeneve.cpp575 const char* ramtype = (m_gatearray->accessing_grom())? "GROM" : "DRAM"; in memread() local
576 LOGMASKED(LOG_READ, "%s %02x:%04x -> %02x\n", ramtype, dpage, addr13, value); in memread()
675 const char* ramtype = (m_gatearray->accessing_grom())? "GROM" : "DRAM"; in memwrite() local
676 LOGMASKED(LOG_WRITE, "%s %02x:%04x <- %02x\n", ramtype, page, addr13, data); in memwrite()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dgeneve.cpp575 const char* ramtype = (m_gatearray->accessing_grom())? "GROM" : "DRAM"; in memread() local
576 LOGMASKED(LOG_READ, "%s %02x:%04x -> %02x\n", ramtype, dpage, addr13, value); in memread()
675 const char* ramtype = (m_gatearray->accessing_grom())? "GROM" : "DRAM"; in memwrite() local
676 LOGMASKED(LOG_WRITE, "%s %02x:%04x <- %02x\n", ramtype, page, addr13, data); in memwrite()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/sis/
H A Dsis_main.c5067 u8 ramtype; in sisfb_post_xgi_ramtype() local
5071 ramtype = 0x00; v1 = 0x10; in sisfb_post_xgi_ramtype()
5073 ramtype = bios[0x62]; in sisfb_post_xgi_ramtype()
5076 if (!(ramtype & 0x80)) { in sisfb_post_xgi_ramtype()
5091 ramtype = reg & 0x02; in sisfb_post_xgi_ramtype()
5092 if (!(ramtype)) { in sisfb_post_xgi_ramtype()
5098 ramtype &= 0x07; in sisfb_post_xgi_ramtype()
5100 return ramtype; in sisfb_post_xgi_ramtype()
5396 ramtype); in sisfb_post_xgi()
5399 regb = ramtype; in sisfb_post_xgi()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/sis/
H A Dsis_main.c5067 u8 ramtype; in sisfb_post_xgi_ramtype() local
5071 ramtype = 0x00; v1 = 0x10; in sisfb_post_xgi_ramtype()
5073 ramtype = bios[0x62]; in sisfb_post_xgi_ramtype()
5076 if (!(ramtype & 0x80)) { in sisfb_post_xgi_ramtype()
5091 ramtype = reg & 0x02; in sisfb_post_xgi_ramtype()
5092 if (!(ramtype)) { in sisfb_post_xgi_ramtype()
5098 ramtype &= 0x07; in sisfb_post_xgi_ramtype()
5100 return ramtype; in sisfb_post_xgi_ramtype()
5396 ramtype); in sisfb_post_xgi()
5399 regb = ramtype; in sisfb_post_xgi()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/sis/
H A Dsis_main.c5067 u8 ramtype; in sisfb_post_xgi_ramtype() local
5071 ramtype = 0x00; v1 = 0x10; in sisfb_post_xgi_ramtype()
5073 ramtype = bios[0x62]; in sisfb_post_xgi_ramtype()
5076 if (!(ramtype & 0x80)) { in sisfb_post_xgi_ramtype()
5091 ramtype = reg & 0x02; in sisfb_post_xgi_ramtype()
5092 if (!(ramtype)) { in sisfb_post_xgi_ramtype()
5098 ramtype &= 0x07; in sisfb_post_xgi_ramtype()
5100 return ramtype; in sisfb_post_xgi_ramtype()
5396 ramtype); in sisfb_post_xgi()
5399 regb = ramtype; in sisfb_post_xgi()
[all …]
/dports/emulators/simh/simh-3.9.0_5/AltairZ80/
H A Daltairz80_cpu.c451 static int32 ramtype = 0; variable
6403 if (ramtype <= MAX_RAM_TYPE) in chip_show()
6404 fprintf(st, "%s", ramTypeToString[ramtype]); in chip_show()
6528 switch(ramtype) { in bankseldev()
6710 if (value == ramtype) { in cpu_set_ramtype()
6716 switch(ramtype) { in cpu_set_ramtype()
6762 ramtype = value; in cpu_set_ramtype()
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dhp3900_rts8822.c182 SANE_Byte ramtype);
4533 RTS_DMA_SetType (struct st_device *dev, SANE_Byte * Regs, SANE_Byte ramtype) in RTS_DMA_SetType() argument
4537 DBG (DBG_FNC, "+ RTS_DMA_SetType(*Regs, ramtype=%i):\n", ramtype); in RTS_DMA_SetType()
4545 data_bitset (&Regs[0x708], 0xe0, ramtype); in RTS_DMA_SetType()