Searched refs:r300 (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/gpu/drm/radeon/
H A Dr420.c85 rdev->config.r300.reg_safe_bm = r420_reg_safe_bm;
86 rdev->config.r300.reg_safe_bm_size = ARRAY_SIZE(r420_reg_safe_bm);
217 radeon_scratch_get(rdev, &rdev->config.r300.resync_scratch);
221 radeon_ring_write(ring, rdev->config.r300.resync_scratch);
239 radeon_scratch_free(rdev, rdev->config.r300.resync_scratch);
285 rdev->config.r300.hdp_cntl = RREG32(RADEON_HOST_PATH_CNTL);
H A DMakefile21 $(obj)/r300.o: $(obj)/r300_reg_safe.h
40 radeon_cs.o radeon_bios.o radeon_benchmark.o r100.o r300.o r420.o \
H A Dr300.c46 /* This files gather functions specifics to: r300,r350,rv350,rv370,rv380
49 * - HOST_PATH_CNTL: r300 family seems to dislike write to HOST_PATH_CNTL
234 radeon_ring_write(ring, rdev->config.r300.hdp_cntl |
237 radeon_ring_write(ring, rdev->config.r300.hdp_cntl);
367 /* r300,r350 */
370 /* rv350,rv370,rv380,r300 AD, r350 AH */
471 * r300,r350,rv350,rv380 VRAM info
1299 p->rdev->config.r300.reg_safe_bm,
1300 p->rdev->config.r300.reg_safe_bm_size,
1321 rdev->config.r300
[all...]
H A Dr520.c203 rdev->config.r300.hdp_cntl = RREG32(RADEON_HOST_PATH_CNTL);
H A Drs600.c956 rdev->config.r300.reg_safe_bm = rs600_reg_safe_bm;
957 rdev->config.r300.reg_safe_bm_size = ARRAY_SIZE(rs600_reg_safe_bm);
1019 rdev->config.r300.hdp_cntl = RREG32(RADEON_HOST_PATH_CNTL);
H A Drs400.c442 rdev->config.r300.hdp_cntl = RREG32(RADEON_HOST_PATH_CNTL);
H A Drv515.c522 rdev->config.r300.hdp_cntl = RREG32(RADEON_HOST_PATH_CNTL);
582 rdev->config.r300.reg_safe_bm = rv515_reg_safe_bm;
583 rdev->config.r300.reg_safe_bm_size = ARRAY_SIZE(rv515_reg_safe_bm);
H A Drs690.c730 rdev->config.r300.hdp_cntl = RREG32(RADEON_HOST_PATH_CNTL);
H A Dradeon.h2186 struct r300_asic r300; member in union:radeon_asic_config
/linux-master/drivers/media/pci/mgb4/
H A Dmgb4_sysfs_in.c509 s32 r1, r300, r3; local
513 r300 = mgb4_i2c_read_byte(&vindev->deser, 0x300);
516 if (r1 < 0 || r300 < 0 || r3 < 0)
519 if ((r1 & 0x03) == 0x03 && (r300 & 0x0C) == 0x0C && (r3 & 0xC0) == 0xC0)
521 else if ((r1 & 0x03) == 0x02 && (r300 & 0x0C) == 0x08 && (r3 & 0xC0) == 0x00)
523 else if ((r1 & 0x03) == 0x01 && (r300 & 0x0C) == 0x04 && (r3 & 0xC0) == 0x00)
525 else if ((r1 & 0x03) == 0x00 && (r300 & 0x0C) == 0x00 && (r3 & 0xC0) == 0x00)

Completed in 133 milliseconds