Searched defs:db_ctrl (Results 1 – 1 of 1) sorted by relevance
71 typedef struct db_ctrl { struct72 dev_info_t *dip;73 uint32_t dev_state; /* device state */74 caddr_t csr_mem; /* pointer to CSR map in memory space */75 caddr_t csr_io; /* pointer to CSR map in IO space */76 caddr_t conf_io; /* pointer to Conf indirect map */79 pci_bus_range_t range;82 uint16_t p_command;83 uint16_t s_command;84 int8_t p_latency_timer;[all …]