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.c237 uint32_t pl_rev, whoami; in t4iov_attach() local
251 pl_rev = t4iov_read_reg(sc, A_PL_REV); in t4iov_attach()
253 if (G_CHIPID(pl_rev) <= CHELSIO_T5) in t4iov_attach()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c11165 uint32_t pl_rev; in t4_prep_adapter() local
11169 pl_rev = t4_read_reg(adapter, A_PL_REV); in t4_prep_adapter()
11170 adapter->params.chipid = G_CHIPID(pl_rev); in t4_prep_adapter()
11171 adapter->params.rev = G_REV(pl_rev); in t4_prep_adapter()