Home
last modified time | relevance | path

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

/freebsd/sys/dev/bce/
H A Dif_bcereg.h6056 #define BCM_PAGE_BITS PAGE_SHIFT macro
6060 BCM_PAGE_MASK) >> BCM_PAGE_BITS)
6081 #define TX_PAGE(x) (((x) & ~USABLE_TX_BD_PER_PAGE) >> (BCM_PAGE_BITS - 4))
6103 #define RX_PAGE(x) (((x) & ~USABLE_RX_BD_PER_PAGE) >> (BCM_PAGE_BITS - 4))
6125 #define PG_PAGE(x) (((x) & ~USABLE_PG_BD_PER_PAGE) >> (BCM_PAGE_BITS - 4))
H A Dif_bce.c4666 val |= (BCM_PAGE_BITS - 8) << 16; in bce_init_ctx()
5057 val = (BCM_PAGE_BITS - 8) << 24; in bce_chipinit()
5063 val |= (BCM_PAGE_BITS - 8) << 24 | 0x40; in bce_chipinit()