Lines Matching defs:confargs
39 struct confargs { struct
40 struct iodc_data ca_type; /* iodc-specific type descrition */
41 struct device_path ca_dp; /* device_path as found by pdc_scan */
42 union {
45 } ca_u;
49 struct {
52 } ca_addrs[HPPA_MAXIOADDRS];
53 const char *ca_name; /* device name/description */
54 bus_space_tag_t ca_iot; /* io tag */
55 int ca_mod; /* module number on the bus */
56 hppa_hpa_t ca_hpa; /* module HPA */
57 u_int ca_hpasz; /* module HPA size (if avail) */
58 bus_dma_tag_t ca_dmatag; /* DMA tag */
59 int ca_irq; /* module IRQ */
60 int ca_naddrs; /* number of valid addr ents */
61 hppa_hpa_t ca_hpabase; /* HPA base to use */
62 int ca_nmodules; /* check for modules 0 to nmodules - 1 */