Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_iov.c197 uint32_t pl_rev, whoami; in t4iov_attach() local
213 pl_rev = t4iov_read_reg(sc, A_PL_REV); in t4iov_attach()
215 if (G_CHIPID(pl_rev) <= CHELSIO_T5) in t4iov_attach()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c9276 uint32_t pl_rev; in t4_prep_adapter() local
9280 pl_rev = t4_read_reg(adapter, A_PL_REV); in t4_prep_adapter()
9281 adapter->params.chipid = G_CHIPID(pl_rev); in t4_prep_adapter()
9282 adapter->params.rev = G_REV(pl_rev); in t4_prep_adapter()