Searched refs:altera_ci_op_cam (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/media/pci/cx23885/ |
D | altera-ci.c | 267 static int altera_ci_op_cam(struct dvb_ca_en50221 *en50221, int slot, in altera_ci_op_cam() function 305 return altera_ci_op_cam(en50221, slot, 0, NETUP_CI_FLG_RD, addr, 0); in altera_ci_read_attribute_mem() 311 return altera_ci_op_cam(en50221, slot, 0, 0, addr, data); in altera_ci_write_attribute_mem() 317 return altera_ci_op_cam(en50221, slot, NETUP_CI_FLG_CTL, in altera_ci_read_cam_ctl() 324 return altera_ci_op_cam(en50221, slot, NETUP_CI_FLG_CTL, 0, addr, data); in altera_ci_write_cam_ctl()
|