Lines Matching refs:xbase
1349 iopaddr_t xbase; in pcibr_attach2() local
1382 xbase = xtalk_dmatrans_addr(xconn_vhdl, 0, in pcibr_attach2()
1385 if (xbase != XIO_NOWHERE) { in pcibr_attach2()
1386 if (XIO_PACKED(xbase)) { in pcibr_attach2()
1387 xport = XIO_PORT(xbase); in pcibr_attach2()
1388 xbase = XIO_ADDR(xbase); in pcibr_attach2()
1392 offset = xbase & ((1ull << BRIDGE_DIRMAP_OFF_ADDRSHFT) - 1ull); in pcibr_attach2()
1393 xbase >>= BRIDGE_DIRMAP_OFF_ADDRSHFT; in pcibr_attach2()
1397 if (xbase) in pcibr_attach2()
1398 dirmap |= BRIDGE_DIRMAP_OFF & xbase; in pcibr_attach2()
1483 iopaddr_t xbase; in pcibr_attach2() local
1491 xbase = (iopaddr_t)(dirmap & BRIDGE_DIRMAP_OFF) in pcibr_attach2()
1494 xbase = 512 << 20; in pcibr_attach2()
1496 xbase = 0; in pcibr_attach2()
1498 pcibr_soft->bs_dir_xbase = xbase; in pcibr_attach2()