Searched refs:nv_rdi2cr (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
D | anx9805.c | 47 while ((tmp = nv_rdi2cr(mast, chan->addr, 0xa8)) & 0x01) { in anx9805_train() 75 tmp = nv_rdi2cr(mast, chan->ctrl, 0x07) & ~0x04; in anx9805_aux() 94 while ((tmp = nv_rdi2cr(mast, chan->addr, 0xe9)) & 0x01) { in anx9805_aux() 100 if ((tmp = nv_rdi2cr(mast, chan->ctrl, 0xf7)) & 0x01) { in anx9805_aux() 107 buf[i] = nv_rdi2cr(mast, chan->addr, 0xf0 + i); in anx9805_aux() 180 tmp = nv_rdi2cr(mast, port->ctrl, 0x07) & ~0x10; in anx9805_xfer() 196 while (nv_rdi2cr(mast, port->addr, 0x46) & 0x10) { in anx9805_xfer() 201 msg->buf[i] = nv_rdi2cr(mast, port->addr, 0x47); in anx9805_xfer()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | i2c.h | 97 nv_rdi2cr(struct nvkm_i2c_port *port, u8 addr, u8 reg) in nv_rdi2cr() function 130 return nv_rdi2cr(port, addr, 0) >= 0; in nv_probe_i2c()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | init.c | 292 return nv_rdi2cr(port, addr, reg); in init_rdi2cr()
|