Searched refs:TSPCON (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/alpha/pci/
H A Dtsp_bus_io.c55 typedef struct tsp_config *TSPCON; typedef in typeref:struct:tsp_config
57 #define CHIP_EX_MALLOC_SAFE(v) (((TSPCON)(v))->pc_mallocsafe)
58 #define CHIP_IO_EXTENT(v) (((TSPCON)(v))->pc_io_ex)
59 #define CHIP_IO_EX_STORE(v) (((TSPCON)(v))->pc_io_exstorage)
60 #define CHIP_IO_EX_STORE_SIZE(v) (sizeof (((TSPCON)(v))->pc_io_exstorage))
62 #define CHIP_IO_SYS_START(v) (((TSPCON)(v))->pc_iobase | P_PCI_IO)

Completed in 52 milliseconds