struct parisc_device { struct resource hpa; /* Hard Physical Address */ struct parisc_device_id id; struct parisc_driver *driver; /* Driver for this device */ char name[80]; /* The hardware description */ int irq; int aux_irq; /* Some devices have a second IRQ */
char hw_path; /* The module number on this bus */ unsignedint num_addrs; /* some devices have additional address ranges. */ unsignedlong *addr; /* which will be stored here */
#ifdef CONFIG_64BIT /* parms for pdc_pat_cell_module() call */ unsignedlong pcell_loc; /* Physical Cell location */ unsignedlong mod_index; /* PAT specific - Misc Module info */
/* generic info returned from pdc_pat_cell_module() */ unsignedlong mod_info; /* PAT specific - Misc Module info */ unsignedlong pmod_loc; /* physical Module location */ unsignedlong mod0; #endif
u64 dma_mask; /* DMA mask for I/O */ struct device dev;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.