Lines Matching defs:source

878 	/* Configure DE output signal: delay, polarity, and source */
884 /* Configure HS/HREF output signal: delay, polarity, and source */
893 /* Configure VS/VREF output signal: delay, polarity, and source */
1353 u8 reg, source;
1355 source = io_read(sd, REG_INT_FLG_CLR_SUS);
1356 io_write(sd, REG_INT_FLG_CLR_SUS, source);
1358 if (source & MASK_MPT) {
1364 if (source & MASK_SUS_END) {
1379 || (source & MASK_MPT)) {
1380 source &= ~MASK_FMT;
1383 if (source & (MASK_FMT | MASK_SUS_END)) {
1399 u8 source;
1401 source = io_read(sd, REG_INT_FLG_CLR_DDC);
1402 io_write(sd, REG_INT_FLG_CLR_DDC, source);
1403 if (source & MASK_EDID_MTP) {
1410 if (source & MASK_DET_5V) {
1419 u8 reg, source;
1423 source = io_read(sd, REG_INT_FLG_CLR_RATE);
1424 io_write(sd, REG_INT_FLG_CLR_RATE, source);
1433 reg = source;
1438 source |= reg;
1442 if (source & (MASK_RATE_A_ST | MASK_RATE_B_ST)) {
1443 int input = (source & MASK_RATE_A_ST)?0:1;
1484 u8 source;
1486 source = io_read(sd, REG_INT_FLG_CLR_INFO);
1487 io_write(sd, REG_INT_FLG_CLR_INFO, source);
1490 if (source & MASK_AUD_IF) {
1492 source &= ~MASK_AUD_IF;
1496 if (source & MASK_SPD_IF) {
1498 source &= ~MASK_SPD_IF;
1502 if (source & MASK_AVI_IF) {
1504 source &= ~MASK_AVI_IF;
1511 u8 reg, source;
1513 source = io_read(sd, REG_INT_FLG_CLR_AUDIO);
1514 io_write(sd, REG_INT_FLG_CLR_AUDIO, source);
1517 if (source & MASK_ERROR_FIFO_PT ||
1518 source & MASK_MUTE_FLG) {
1528 source &= ~(MASK_CH_STATE);
1531 if (source & MASK_AUDIO_FREQ_FLG) {
1541 if (source & MASK_AUDIO_FLG) {
1559 u8 reg, source;
1561 source = io_read(sd, REG_INT_FLG_CLR_HDCP);
1562 io_write(sd, REG_INT_FLG_CLR_HDCP, source);
1565 if (source & MASK_HDCP_MTP)
1567 if (source & MASK_STATE_C5) {
1589 /* SUS interrupt source (Input activity events) */
1592 /* DDC interrupt source (Display Data Channel) */
1595 /* RATE interrupt source (Digital Input activity) */
1601 /* Audio interrupt source:
1606 /* HDCP interrupt source (content protection) */
2448 /* refine sample-rate based on HDMI source */
2732 /* initialize source pads */