Lines Matching refs:hose
128 int hose;
139 for (hose = 0; hose < 1 /* XXX */; hose++) {
141 if (badaddr(_T2GA(hose, T2_IOCSR), sizeof(uint64_t)))
145 pba.pba_bus = hose;
158 aprint_normal(" hose %d", pba->pba_bus);
166 ttwoga_init(int hose)
170 if (hose < 0 || hose > 1)
171 panic("ttwoga_init: bad hose # %d", hose);
173 tcp = &ttwoga_configuration[hose];
174 tcp->tc_hose = hose;
176 tcp->tc_sysmap = &ttwoga_sysmap[hose];
252 * Hose 0 has the STDIO module.