Searched refs:mon_sense (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dcontrolfb.h68 struct preg mon_sense; /* monitor sense bits */ member in struct:control_regs
H A Dcontrolfb.c766 out_le32(CNTRL_REG(p,mon_sense), 7); /* drive all lines high */
768 out_le32(CNTRL_REG(p,mon_sense), 077); /* turn off drivers */
770 sense = (in_le32(CNTRL_REG(p,mon_sense)) & 0x1c0) << 2;
773 out_le32(CNTRL_REG(p,mon_sense), 033); /* drive A low */
775 sense |= (in_le32(CNTRL_REG(p,mon_sense)) & 0xc0) >> 2;
776 out_le32(CNTRL_REG(p,mon_sense), 055); /* drive B low */
778 sense |= ((in_le32(CNTRL_REG(p,mon_sense)) & 0x100) >> 5)
779 | ((in_le32(CNTRL_REG(p,mon_sense)) & 0x40) >> 4);
780 out_le32(CNTRL_REG(p,mon_sense), 066); /* drive C low */
782 sense |= (in_le32(CNTRL_REG(p,mon_sense))
[all...]

Completed in 93 milliseconds