Searched defs:cs_attach_args (Results 1 – 1 of 1) sorted by relevance
54 struct cs_attach_args { struct55 tx_chipset_tag_t ca_tc;56 struct cs_handle ca_csreg; /* Register space */57 struct cs_handle ca_csio; /* I/O space */58 struct cs_handle ca_csmem; /* Memory space */59 int ca_irq1; /* Interrupt request */60 int ca_irq2; /* 2nd interrupt request */61 int ca_irq3; /* 3rd interrupt request */