Searched refs:gem_writel (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/net/ |
D | macb.c | 714 gem_writel(macb, UR, GEM_BIT(RGMII)); in _macb_init() 716 gem_writel(macb, UR, 0); in _macb_init() 719 gem_writel(macb, UR, GEM_BIT(RGMII)); in _macb_init() 721 gem_writel(macb, UR, 0); in _macb_init()
|
D | macb.h | 317 #define gem_writel(port, reg, value) \ macro
|