Searched defs:asregs (Results 1 – 1 of 1) sorted by relevance
32 struct asregs { struct33 volatile u32 ctrlstat; /* 0x000000 general control */34 volatile u32 dotclock; /* 0x000004 dot clock PLL control */35 volatile u32 i2c; /* 0x000008 crt I2C control */36 volatile u32 sysclk; /* 0x00000c system clock PLL control */37 volatile u32 i2cfp; /* 0x000010 flat panel I2C control */38 volatile u32 id; /* 0x000014 device id/chip revision */39 volatile u32 config; /* 0x000018 power on configuration */40 volatile u32 bist; /* 0x00001c internal bist status */42 char _pad0[ 0x010000 - 0x000020 ];[all …]