Searched refs:tec (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/video/
H A Dsbusfb.h29 struct cg6_tec *tec; member in struct:fb_info_cgsix
41 struct tcx_tec *tec; member in struct:fb_info_tcx
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/video/
H A Dsbusfb.h29 struct cg6_tec *tec; member in struct:fb_info_cgsix
41 struct tcx_tec *tec; member in struct:fb_info_tcx
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dtcxfb.c240 sbus_writel(0, &fb->s.tcx.tec->tec_matrix);
241 sbus_writel(0, &fb->s.tcx.tec->tec_clip);
242 sbus_writel(0, &fb->s.tcx.tec->tec_vdc);
291 fb->s.tcx.tec = (struct tcx_tec *)
293 sizeof(struct tcx_tec), "tcx tec");
H A Dcgsixfb.c612 struct cg6_tec *tec = fb->s.cg6.tec; local
621 sbus_writel(0, &tec->tec_matrix);
622 sbus_writel(0, &tec->tec_clip);
623 sbus_writel(0, &tec->tec_vdc);
733 fb->s.cg6.tec = (struct cg6_tec *)
735 sizeof(struct cg6_tec), "cgsix tec");

Completed in 100 milliseconds