Symbol: tsp_config
sys/arch/alpha/alpha/dec_6600.c
122
struct tsp_config *tsp;
sys/arch/alpha/pci/pci_6600.c
75
static struct tsp_config *sioprimary;
sys/arch/alpha/pci/pci_6600.c
94
pci_6600_pickintr(struct tsp_config *pcp)
sys/arch/alpha/pci/pci_6600.h
6
void pci_6600_pickintr(struct tsp_config *);
sys/arch/alpha/pci/tsc.c
188
struct tsp_config *pcp;
sys/arch/alpha/pci/tsc.c
220
struct tsp_config *
sys/arch/alpha/pci/tsc.c
223
struct tsp_config *pcp;
sys/arch/alpha/pci/tsc.c
67
struct tsp_config tsp_configuration[4];
sys/arch/alpha/pci/tsp_bus_io.c
50
typedef struct tsp_config *TSPCON;
sys/arch/alpha/pci/tsp_bus_io.c
63
#define CHIP_EXTENT_NAME(v) ((struct tsp_config *)(v))->pc_io_ex_name
sys/arch/alpha/pci/tsp_bus_io.c
64
#define CHIP_EXTENT_STORAGE(v) ((struct tsp_config *)(v))->pc_io_ex_storage
sys/arch/alpha/pci/tsp_bus_mem.c
54
#define CHIP_EX_MALLOC_SAFE(v) (((struct tsp_config *)(v))->pc_mallocsafe)
sys/arch/alpha/pci/tsp_bus_mem.c
55
#define CHIP_MEM_EXTENT(v) (((struct tsp_config *)(v))->pc_mem_ex)
sys/arch/alpha/pci/tsp_bus_mem.c
57
#define CHIP_MEM_SYS_START(v) (((struct tsp_config *)(v))->pc_iobase)
sys/arch/alpha/pci/tsp_bus_mem.c
65
#define CHIP_EXTENT_NAME(v) ((struct tsp_config *)(v))->pc_mem_ex_name
sys/arch/alpha/pci/tsp_bus_mem.c
66
#define CHIP_EXTENT_STORAGE(v) ((struct tsp_config *)(v))->pc_mem_ex_storage
sys/arch/alpha/pci/tsp_bus_mem.c
73
struct tsp_config *pcp = v;
sys/arch/alpha/pci/tsp_dma.c
102
tsp_dma_init(struct device *tsp, struct tsp_config *pcp)
sys/arch/alpha/pci/tsp_dma.c
237
struct tsp_config *pcp = t->_cookie;
sys/arch/alpha/pci/tsp_dma.c
352
tsp_tlb_invalidate(struct tsp_config *pcp)
sys/arch/alpha/pci/tsp_dma.c
99
void tsp_tlb_invalidate(struct tsp_config *);
sys/arch/alpha/pci/tsp_pci.c
120
struct tsp_config *pcp = cpv;
sys/arch/alpha/pci/tsp_pci.c
133
struct tsp_config *pcp = cpv;
sys/arch/alpha/pci/tsvar.h
67
struct tsp_config *sc_ccp;
sys/arch/alpha/pci/tsvar.h
77
struct tsp_config *tsp_init(int, int);
sys/arch/alpha/pci/tsvar.h
79
void tsp_dma_init(struct device *, struct tsp_config *);