Searched refs:ethoc (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | ethoc.c | 176 struct ethoc { struct 202 static inline u32 *ethoc_reg(struct ethoc *priv, size_t offset) in ethoc_reg() argument 207 static inline u32 ethoc_read(struct ethoc *priv, size_t offset) in ethoc_read() 212 static inline void ethoc_write(struct ethoc *priv, size_t offset, u32 data) in ethoc_write() 217 static inline void ethoc_read_bd(struct ethoc *priv, int index, in ethoc_read_bd() 225 static inline void ethoc_write_bd(struct ethoc *priv, int index, in ethoc_write_bd() 233 static int ethoc_write_hwaddr_common(struct ethoc *priv, u8 *mac) in ethoc_write_hwaddr_common() 241 static inline void ethoc_ack_irq(struct ethoc *priv, u32 mask) in ethoc_ack_irq() 246 static inline void ethoc_enable_rx_and_tx(struct ethoc *priv) in ethoc_enable_rx_and_tx() 253 static inline void ethoc_disable_rx_and_tx(struct ethoc *priv) in ethoc_disable_rx_and_tx() [all …]
|
| H A D | Makefile | 29 obj-$(CONFIG_ETHOC) += ethoc.o
|
| /rk3399_rockchip-uboot/board/cadence/xtfpga/ |
| H A D | xtfpga.c | 114 U_BOOT_DEVICE(ethoc) = {
|
| /rk3399_rockchip-uboot/arch/xtensa/dts/ |
| H A D | xtfpga.dtsi | 69 enet0: ethoc@0d030000 { 70 compatible = "opencores,ethoc";
|