Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/e1000api/
H A De1000_phy.c3132 u32 page_shift, page_select; in e1000_write_phy_reg_bm() local
3139 page_shift = IGP_PAGE_SHIFT; in e1000_write_phy_reg_bm()
3142 page_shift = 0; in e1000_write_phy_reg_bm()
3148 (page << page_shift)); in e1000_write_phy_reg_bm()
3192 u32 page_shift, page_select; in e1000_read_phy_reg_bm() local
3199 page_shift = IGP_PAGE_SHIFT; in e1000_read_phy_reg_bm()
3202 page_shift = 0; in e1000_read_phy_reg_bm()
3208 (page << page_shift)); in e1000_read_phy_reg_bm()
/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c4114 unsigned int page_shift = fls(page_size) - 1; in t4_fixup_host_params() local
4115 unsigned int sge_hps = page_shift - 10; in t4_fixup_host_params()
4165 t4_write_reg(adap, A_ULP_RX_TDDP_PSZ, V_HPZ0(page_shift - 12)); in t4_fixup_host_params()