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 */
1369 u8 reg, source;
1371 source = io_read(sd, REG_INT_FLG_CLR_SUS);
1372 io_write(sd, REG_INT_FLG_CLR_SUS, source);
1374 if (source & MASK_MPT) {
1380 if (source & MASK_SUS_END) {
1395 || (source & MASK_MPT)) {
1396 source &= ~MASK_FMT;
1399 if (source & (MASK_FMT | MASK_SUS_END)) {
1415 u8 source;
1417 source = io_read(sd, REG_INT_FLG_CLR_DDC);
1418 io_write(sd, REG_INT_FLG_CLR_DDC, source);
1419 if (source & MASK_EDID_MTP) {
1426 if (source & MASK_DET_5V) {
1435 u8 reg, source;
1439 source = io_read(sd, REG_INT_FLG_CLR_RATE);
1440 io_write(sd, REG_INT_FLG_CLR_RATE, source);
1449 reg = source;
1454 source |= reg;
1458 if (source & (MASK_RATE_A_ST | MASK_RATE_B_ST)) {
1459 int input = (source & MASK_RATE_A_ST)?0:1;
1500 u8 source;
1502 source = io_read(sd, REG_INT_FLG_CLR_INFO);
1503 io_write(sd, REG_INT_FLG_CLR_INFO, source);
1506 if (source & MASK_AUD_IF) {
1508 source &= ~MASK_AUD_IF;
1512 if (source & MASK_SPD_IF) {
1514 source &= ~MASK_SPD_IF;
1518 if (source & MASK_AVI_IF) {
1520 source &= ~MASK_AVI_IF;
1527 u8 reg, source;
1529 source = io_read(sd, REG_INT_FLG_CLR_AUDIO);
1530 io_write(sd, REG_INT_FLG_CLR_AUDIO, source);
1533 if (source & MASK_ERROR_FIFO_PT ||
1534 source & MASK_MUTE_FLG) {
1544 source &= ~(MASK_CH_STATE);
1547 if (source & MASK_AUDIO_FREQ_FLG) {
1557 if (source & MASK_AUDIO_FLG) {
1575 u8 reg, source;
1577 source = io_read(sd, REG_INT_FLG_CLR_HDCP);
1578 io_write(sd, REG_INT_FLG_CLR_HDCP, source);
1581 if (source & MASK_HDCP_MTP)
1583 if (source & MASK_STATE_C5) {
1605 /* SUS interrupt source (Input activity events) */
1608 /* DDC interrupt source (Display Data Channel) */
1611 /* RATE interrupt source (Digital Input activity) */
1617 /* Audio interrupt source:
1622 /* HDCP interrupt source (content protection) */
2464 /* refine sample-rate based on HDMI source */
2748 /* initialize source pads */