Searched refs:r100 (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/media/common/b2c2/
H A Dflexcop-i2c.c12 flexcop_ibi_value *r100)
17 r100->tw_sm_c_100.working_start = 1;
18 deb_i2c("r100 before: %08x\n",r100->raw);
21 fc->write_ibi_reg(fc, tw_sm_c_100, *r100); /* initiating i2c operation */
28 *r100 = r;
43 flexcop_ibi_value r100, u8 *buf)
46 int len = r100.tw_sm_c_100.total_bytes,
60 r100.tw_sm_c_100.no_base_addr_ack_error = i2c->no_base_addr;
62 ret = flexcop_i2c_operation(i2c->fc, &r100);
11 flexcop_i2c_operation(struct flexcop_device *fc, flexcop_ibi_value *r100) argument
42 flexcop_i2c_read4(struct flexcop_i2c_adapter *i2c, flexcop_ibi_value r100, u8 *buf) argument
87 flexcop_i2c_write4(struct flexcop_device *fc, flexcop_ibi_value r100, u8 *buf) argument
117 flexcop_ibi_value r100; local
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A DMakefile15 $(obj)/r100.o: $(obj)/r100_reg_safe.h $(obj)/rn50_reg_safe.h
40 radeon_cs.o radeon_bios.o radeon_benchmark.o r100.o r300.o r420.o \
H A Dr200.c548 rdev->config.r100.reg_safe_bm = r200_reg_safe_bm;
549 rdev->config.r100.reg_safe_bm_size = ARRAY_SIZE(r200_reg_safe_bm);
H A Dr100.c73 * r100,rv100,rs100,rv200,rs200,r200,rv250,rs300,rv280
860 radeon_ring_write(ring, rdev->config.r100.hdp_cntl |
863 radeon_ring_write(ring, rdev->config.r100.hdp_cntl);
1950 /* 3D_RNDR_GEN_INDX_PRIM on r100/r200 */
2060 p->rdev->config.r100.reg_safe_bm,
2061 p->rdev->config.r100.reg_safe_bm_size,
2065 p->rdev->config.r100.reg_safe_bm,
2066 p->rdev->config.r100.reg_safe_bm_size,
2916 rdev->config.r100.reg_safe_bm = rn50_reg_safe_bm;
2917 rdev->config.r100
[all...]
H A Dradeon.h2187 struct r100_asic r100; member in union:radeon_asic_config

Completed in 158 milliseconds