Searched refs:tce_size (Results 1 – 1 of 1) sorted by relevance
245 uint64_t tce_size; in opalpci_attach() local367 tce_size = max_tce_size(dev); in opalpci_attach()368 maxmem = roundup2(powerpc_ptob(Maxmem), tce_size); in opalpci_attach()369 entries = round_pow2(maxmem / tce_size); in opalpci_attach()373 (uintmax_t)((OPAL_PCI_TCE_MAX_ENTRIES * tce_size) >> 30)); in opalpci_attach()384 sc->tce[i] = htobe64((i * tce_size) | OPAL_PCI_TCE_R | OPAL_PCI_TCE_W); in opalpci_attach()391 tce_tbl_size, tce_size); in opalpci_attach()