Home
last modified time | relevance | path

Searched refs:RB_ADDR (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/marvell/
Dsky2.c1045 sky2_write8(hw, RB_ADDR(q, RB_CTRL), RB_RST_CLR); in sky2_ramset()
1046 sky2_write32(hw, RB_ADDR(q, RB_START), start); in sky2_ramset()
1047 sky2_write32(hw, RB_ADDR(q, RB_END), end); in sky2_ramset()
1048 sky2_write32(hw, RB_ADDR(q, RB_WP), start); in sky2_ramset()
1049 sky2_write32(hw, RB_ADDR(q, RB_RP), start); in sky2_ramset()
1058 sky2_write32(hw, RB_ADDR(q, RB_RX_UTHP), tp); in sky2_ramset()
1059 sky2_write32(hw, RB_ADDR(q, RB_RX_LTHP), space/2); in sky2_ramset()
1062 sky2_write32(hw, RB_ADDR(q, RB_RX_UTPP), tp); in sky2_ramset()
1063 sky2_write32(hw, RB_ADDR(q, RB_RX_LTPP), space/4); in sky2_ramset()
1068 sky2_write8(hw, RB_ADDR(q, RB_CTRL), RB_ENA_STFWD); in sky2_ramset()
[all …]
Dskge.c2494 skge_write8(hw, RB_ADDR(q, RB_CTRL), RB_RST_CLR); in skge_ramset()
2495 skge_write32(hw, RB_ADDR(q, RB_START), start); in skge_ramset()
2496 skge_write32(hw, RB_ADDR(q, RB_WP), start); in skge_ramset()
2497 skge_write32(hw, RB_ADDR(q, RB_RP), start); in skge_ramset()
2498 skge_write32(hw, RB_ADDR(q, RB_END), end); in skge_ramset()
2502 skge_write32(hw, RB_ADDR(q, RB_RX_UTPP), in skge_ramset()
2504 skge_write32(hw, RB_ADDR(q, RB_RX_LTPP), in skge_ramset()
2510 skge_write8(hw, RB_ADDR(q, RB_CTRL), RB_ENA_STFWD); in skge_ramset()
2513 skge_write8(hw, RB_ADDR(q, RB_CTRL), RB_ENA_OP_MD); in skge_ramset()
2647 skge_write32(hw, RB_ADDR(port ? Q_R2 : Q_R1, RB_CTRL), in skge_rx_stop()
[all …]
Dskge.h532 #define RB_ADDR(offs, queue) ((u16)B16_RAM_REGS + (u16)(queue) + (offs)) macro
Dsky2.h818 #define RB_ADDR(offs, queue) ((u16) B16_RAM_REGS + (queue) + (offs)) macro