Lines Matching defs:ramdac
97 /* RAMDAC interface functions */
460 * Get RAMDAC function vectors and call the RAMDAC functions
486 * Initialize the RAMDAC. Initialization includes disabling
498 aprint_normal_dev(self, "%d x %d, %dbpp, %s RAMDAC\n",
739 * Initialize the RAMDAC but DO NOT allocate any private storage.
1392 bus_space_handle_t ramdac;
1398 TGA2_MEM_RAMDAC + (0xe << 12) + (btreg << 8), 4, &ramdac);
1399 bus_space_write_4(dc->dc_memt, ramdac, 0, val & 0xff);
1400 bus_space_barrier(dc->dc_memt, ramdac, 0, 4, BUS_SPACE_BARRIER_WRITE);
1472 bus_space_handle_t ramdac;
1479 TGA2_MEM_RAMDAC + (0xe << 12) + (btreg << 8), 4, &ramdac);
1480 retval = bus_space_read_4(dc->dc_memt, ramdac, 0) & 0xff;
1481 bus_space_barrier(dc->dc_memt, ramdac, 0, 4, BUS_SPACE_BARRIER_READ);
1505 * as the RAMDAC is configured.