Searched defs:macb (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | macb.c | 129 static int macb_is_gem(struct macb_device *macb) in macb_is_gem() 142 static int gem_is_gigabit_capable(struct macb_device *macb) in gem_is_gigabit_capable() 151 static void macb_mdio_write(struct macb_device *macb, u8 reg, u16 value) in macb_mdio_write() 178 static u16 macb_mdio_read(struct macb_device *macb, u8 reg) in macb_mdio_read() 220 struct macb_device *macb = dev_get_priv(dev); in macb_miiphy_read() local 223 struct macb_device *macb = to_macb(dev); in macb_miiphy_read() local 240 struct macb_device *macb = dev_get_priv(dev); in macb_miiphy_write() local 258 static inline void macb_invalidate_ring_desc(struct macb_device *macb, bool rx) in macb_invalidate_ring_desc() 270 static inline void macb_flush_ring_desc(struct macb_device *macb, bool rx) in macb_flush_ring_desc() 280 static inline void macb_flush_rx_buffer(struct macb_device *macb) in macb_flush_rx_buffer() [all …]
|
| H A D | keystone_net.c | 507 u32 macb = 0; in keystone2_eth_read_mac_addr() local 856 u32 macb = 0; in ks2_eth_read_rom_hwaddr() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cadence/ |
| H A D | macb.h | 1169 struct macb { struct 1174 u32 (*macb_reg_readl)(struct macb *bp, int offset); argument 1175 void (*macb_reg_writel)(struct macb *bp, int offset, u32 value); argument 1184 struct macb_queue queues[MACB_MAX_QUEUES]; argument 1195 struct macb_stats macb; argument 1199 struct macb_or_gem_ops macbgem_ops; argument 1211 struct macb_tx_skb rm9200_txq[2]; argument 1223 struct macb_ptp_info *ptp_info; /* macb-ptp interface */ argument 1246 struct macb_pm_data pm_data; argument 1264 void gem_ptp_rxstamp(struct macb *bp, struct sk_buff *skb, struct macb_dma_desc *desc); argument
|