Searched refs:ethoc (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/drivers/net/ |
D | ethoc.c | 175 struct ethoc { struct 201 static inline u32 *ethoc_reg(struct ethoc *priv, size_t offset) in ethoc_reg() argument 206 static inline u32 ethoc_read(struct ethoc *priv, size_t offset) in ethoc_read() 211 static inline void ethoc_write(struct ethoc *priv, size_t offset, u32 data) in ethoc_write() 216 static inline void ethoc_read_bd(struct ethoc *priv, int index, in ethoc_read_bd() 224 static inline void ethoc_write_bd(struct ethoc *priv, int index, in ethoc_write_bd() 232 static int ethoc_write_hwaddr_common(struct ethoc *priv, u8 *mac) in ethoc_write_hwaddr_common() 240 static inline void ethoc_ack_irq(struct ethoc *priv, u32 mask) in ethoc_ack_irq() 245 static inline void ethoc_enable_rx_and_tx(struct ethoc *priv) in ethoc_enable_rx_and_tx() 252 static inline void ethoc_disable_rx_and_tx(struct ethoc *priv) in ethoc_disable_rx_and_tx() [all …]
|
D | Makefile | 25 obj-$(CONFIG_ETHOC) += ethoc.o
|
/external/u-boot/arch/xtensa/dts/ |
D | xtfpga.dtsi | 69 enet0: ethoc@0d030000 { 70 compatible = "opencores,ethoc";
|
/external/u-boot/board/cadence/xtfpga/ |
D | xtfpga.c | 113 U_BOOT_DEVICE(ethoc) = {
|