Searched defs:tsp_config (Results 1 – 1 of 1) sorted by relevance
46 struct tsp_config { struct47 int pc_pslot; /* Pchip 0 or 1 */48 int pc_initted; /* Initialized */49 uint64_t pc_iobase; /* All Pchip space starts here */50 struct ts_pchip *pc_csr; /* Pchip CSR space starts here */51 volatile uint64_t *pc_tlbia; /* Pchip TLBIA register address */ 53 struct alpha_bus_space pc_iot, pc_memt;54 struct alpha_pci_chipset pc_pc;56 struct alpha_bus_dma_tag pc_dmat64_direct;57 struct alpha_bus_dma_tag pc_dmat_direct;[all …]