Searched refs:MVGBE_REG_WR (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/net/ |
H A D | mvgbe.c | 150 MVGBE_REG_WR(regs->phyadr, data); in __mvgbe_mdio_write() 393 MVGBE_REG_WR(regs->macal, mac_l); in port_uc_addr_set() 441 MVGBE_REG_WR(regs->ic, 0); in __mvgbe_init() 442 MVGBE_REG_WR(regs->ice, 0); in __mvgbe_init() 463 MVGBE_REG_WR(regs->pmtu, 0); in __mvgbe_init() 476 MVGBE_REG_WR(regs->pmtu, 0); in __mvgbe_init() 521 MVGBE_REG_WR(regs->bare, 0x3f); in __mvgbe_halt() 535 MVGBE_REG_WR(regs->ic, 0); in __mvgbe_halt() 536 MVGBE_REG_WR(regs->ice, 0); in __mvgbe_halt() 537 MVGBE_REG_WR(regs->pim, 0); in __mvgbe_halt() [all …]
|
H A D | mvgbe.h | 36 #define MVGBE_REG_WR(adr, val) writel(val, &adr) macro
|