Home
last modified time | relevance | path

Searched refs:GEM_TBQP (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dmacb.h69 #define GEM_TBQP(hw_q) (0x0440 + ((hw_q) << 2)) macro
320 writel((value), (port)->regs + GEM_TBQP(queue_num))
/openbmc/linux/drivers/net/ethernet/cadence/
H A Dmacb.h214 #define GEM_TBQP(hw_q) (0x0440 + ((hw_q) << 2)) macro
H A Dmacb_main.c4096 queue->TBQP = GEM_TBQP(hw_q - 1); in macb_init()