Linux Kernel
3.7.1
|
Data Fields | |
unsigned char | as_uchar |
struct { | |
unsigned floppy_boot: 2 | |
unsigned reserved1: 2 | |
unsigned ppt_en: 1 | |
unsigned uart1_en: 1 | |
unsigned uart2_en: 1 | |
unsigned fdc_en: 1 | |
} | by_field |
Definition at line 403 of file smc37c669.c.
unsigned char as_uchar |
Definition at line 404 of file smc37c669.c.
struct { ... } by_field |
unsigned fdc_en |
Definition at line 411 of file smc37c669.c.
unsigned floppy_boot |
Definition at line 406 of file smc37c669.c.
unsigned ppt_en |
Definition at line 408 of file smc37c669.c.
unsigned reserved1 |
Definition at line 407 of file smc37c669.c.
unsigned uart1_en |
Definition at line 409 of file smc37c669.c.
unsigned uart2_en |
Definition at line 410 of file smc37c669.c.