|
Linux Kernel
3.7.1
|
#include "dvo.h"Go to the source code of this file.
Data Structures | |
| struct | sil164_priv |
Macros | |
| #define | SIL164_VID 0x0001 |
| #define | SIL164_DID 0x0006 |
| #define | SIL164_VID_LO 0x00 |
| #define | SIL164_VID_HI 0x01 |
| #define | SIL164_DID_LO 0x02 |
| #define | SIL164_DID_HI 0x03 |
| #define | SIL164_REV 0x04 |
| #define | SIL164_RSVD 0x05 |
| #define | SIL164_FREQ_LO 0x06 |
| #define | SIL164_FREQ_HI 0x07 |
| #define | SIL164_REG8 0x08 |
| #define | SIL164_8_VEN (1<<5) |
| #define | SIL164_8_HEN (1<<4) |
| #define | SIL164_8_DSEL (1<<3) |
| #define | SIL164_8_BSEL (1<<2) |
| #define | SIL164_8_EDGE (1<<1) |
| #define | SIL164_8_PD (1<<0) |
| #define | SIL164_REG9 0x09 |
| #define | SIL164_9_VLOW (1<<7) |
| #define | SIL164_9_MSEL_MASK (0x7<<4) |
| #define | SIL164_9_TSEL (1<<3) |
| #define | SIL164_9_RSEN (1<<2) |
| #define | SIL164_9_HTPLG (1<<1) |
| #define | SIL164_9_MDI (1<<0) |
| #define | SIL164_REGC 0x0c |
| #define | SILPTR(d) ((SIL164Ptr)(d->DriverPrivate.ptr)) |
Variables | |
| struct intel_dvo_dev_ops | sil164_ops |
| #define SIL164_8_BSEL (1<<2) |
Definition at line 47 of file dvo_sil164.c.
| #define SIL164_8_DSEL (1<<3) |
Definition at line 46 of file dvo_sil164.c.
| #define SIL164_8_EDGE (1<<1) |
Definition at line 48 of file dvo_sil164.c.
| #define SIL164_8_HEN (1<<4) |
Definition at line 45 of file dvo_sil164.c.
| #define SIL164_8_PD (1<<0) |
Definition at line 49 of file dvo_sil164.c.
| #define SIL164_8_VEN (1<<5) |
Definition at line 44 of file dvo_sil164.c.
| #define SIL164_9_HTPLG (1<<1) |
Definition at line 56 of file dvo_sil164.c.
| #define SIL164_9_MDI (1<<0) |
Definition at line 57 of file dvo_sil164.c.
| #define SIL164_9_MSEL_MASK (0x7<<4) |
Definition at line 53 of file dvo_sil164.c.
| #define SIL164_9_RSEN (1<<2) |
Definition at line 55 of file dvo_sil164.c.
| #define SIL164_9_TSEL (1<<3) |
Definition at line 54 of file dvo_sil164.c.
| #define SIL164_9_VLOW (1<<7) |
Definition at line 52 of file dvo_sil164.c.
| #define SIL164_DID 0x0006 |
Definition at line 32 of file dvo_sil164.c.
| #define SIL164_DID_HI 0x03 |
Definition at line 37 of file dvo_sil164.c.
| #define SIL164_DID_LO 0x02 |
Definition at line 36 of file dvo_sil164.c.
| #define SIL164_FREQ_HI 0x07 |
Definition at line 41 of file dvo_sil164.c.
| #define SIL164_FREQ_LO 0x06 |
Definition at line 40 of file dvo_sil164.c.
| #define SIL164_REG8 0x08 |
Definition at line 43 of file dvo_sil164.c.
| #define SIL164_REG9 0x09 |
Definition at line 51 of file dvo_sil164.c.
| #define SIL164_REGC 0x0c |
Definition at line 59 of file dvo_sil164.c.
| #define SIL164_REV 0x04 |
Definition at line 38 of file dvo_sil164.c.
| #define SIL164_RSVD 0x05 |
Definition at line 39 of file dvo_sil164.c.
| #define SIL164_VID 0x0001 |
Definition at line 31 of file dvo_sil164.c.
| #define SIL164_VID_HI 0x01 |
Definition at line 35 of file dvo_sil164.c.
| #define SIL164_VID_LO 0x00 |
Definition at line 34 of file dvo_sil164.c.
| #define SILPTR | ( | d | ) | ((SIL164Ptr)(d->DriverPrivate.ptr)) |
Definition at line 66 of file dvo_sil164.c.
| struct intel_dvo_dev_ops sil164_ops |
Definition at line 270 of file dvo_sil164.c.
1.8.2