Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/bce/
HDif_bcereg.h6126 #define BCM_PAGE_BITS PAGE_SHIFT macro
6130 BCM_PAGE_MASK) >> BCM_PAGE_BITS)
6151 #define TX_PAGE(x) (((x) & ~USABLE_TX_BD_PER_PAGE) >> (BCM_PAGE_BITS - 4))
6173 #define RX_PAGE(x) (((x) & ~USABLE_RX_BD_PER_PAGE) >> (BCM_PAGE_BITS - 4))
6195 #define PG_PAGE(x) (((x) & ~USABLE_PG_BD_PER_PAGE) >> (BCM_PAGE_BITS - 4))
HDif_bce.c4776 val |= (BCM_PAGE_BITS - 8) << 16; in bce_init_ctx()
5175 val = (BCM_PAGE_BITS - 8) << 24; in bce_chipinit()
5181 val |= (BCM_PAGE_BITS - 8) << 24 | 0x40; in bce_chipinit()