Home
last modified time | relevance | path

Searched defs:hpc_attach_args (Results 1 – 1 of 1) sorted by relevance

/netbsd/sys/arch/sgimips/hpc/
H A Dhpcvar.h101 struct hpc_attach_args { struct
102 const char *ha_name; /* name of device */
103 bus_addr_t ha_devoff; /* offset of device */
104 bus_addr_t ha_dmaoff; /* offset of DMA regs */
105 int ha_irq; /* interrupt line */
107 bus_space_tag_t ha_st; /* HPC space tag */
108 bus_space_handle_t ha_sh; /* HPC space handle XXX */
109 bus_dma_tag_t ha_dmat; /* HPC DMA tag */
111 struct hpc_values *hpc_regs; /* HPC register definitions */
113 uint8_t hpc_eeprom[256];/* HPC eeprom contents */