Home
last modified time | relevance | path

Searched refs:hmc_size (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/dev/pci/
H A Dif_ixl.c1036 uint32_t hmc_size; member
2206 kva += i * e->hmc_size; in ixl_hmc_kva()
2216 return (e->hmc_size); in ixl_hmc_len()
4707 e->hmc_size = 1U << ixl_rd(sc, regs[i].maxcnt); in ixl_hmc()
4710 if ((e->hmc_size * 8) < regs[i].minsize) { in ixl_hmc()
4716 size += roundup(e->hmc_size * e->hmc_count, IXL_HMC_ROUNDUP); in ixl_hmc()