intf_cntl         870 drivers/video/fbdev/w100fb.c 	union intf_cntl_u intf_cntl;
intf_cntl         912 drivers/video/fbdev/w100fb.c 	intf_cntl.val = defINTF_CNTL;
intf_cntl         913 drivers/video/fbdev/w100fb.c 	intf_cntl.f.ad_inc_a = 1;
intf_cntl         914 drivers/video/fbdev/w100fb.c 	intf_cntl.f.ad_inc_b = 1;
intf_cntl         915 drivers/video/fbdev/w100fb.c 	intf_cntl.f.rd_data_rdy_a = 0;
intf_cntl         916 drivers/video/fbdev/w100fb.c 	intf_cntl.f.rd_data_rdy_b = 0;
intf_cntl         917 drivers/video/fbdev/w100fb.c 	writeb((u8) (intf_cntl.val), remapped_base + cfgINTF_CNTL);