Searched refs:ethoc (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/u-boot/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
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ |
| H A D | ethoc.c | 198 struct ethoc { struct 237 static inline u32 ethoc_read(struct ethoc *dev, loff_t offset) in ethoc_read() argument 245 static inline void ethoc_write(struct ethoc *dev, loff_t offset, u32 data) in ethoc_write() 253 static inline void ethoc_read_bd(struct ethoc *dev, int index, in ethoc_read_bd() 261 static inline void ethoc_write_bd(struct ethoc *dev, int index, in ethoc_write_bd() 269 static inline void ethoc_enable_irq(struct ethoc *dev, u32 mask) in ethoc_enable_irq() 276 static inline void ethoc_disable_irq(struct ethoc *dev, u32 mask) in ethoc_disable_irq() 283 static inline void ethoc_ack_irq(struct ethoc *dev, u32 mask) in ethoc_ack_irq() 288 static inline void ethoc_enable_rx_and_tx(struct ethoc *dev) in ethoc_enable_rx_and_tx() 295 static inline void ethoc_disable_rx_and_tx(struct ethoc *dev) in ethoc_disable_rx_and_tx() [all …]
|
| H A D | Makefile | 69 obj-$(CONFIG_ETHOC) += ethoc.o
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | opencores-ethoc.txt | 4 - compatible: Should be "opencores,ethoc". 16 enet0: ethoc@fd030000 { 17 compatible = "opencores,ethoc";
|
| /OK3568_Linux_fs/kernel/arch/openrisc/boot/dts/ |
| H A D | or1ksim.dts | 51 enet0: ethoc@92000000 { 52 compatible = "opencores,ethoc";
|
| H A D | simple_smp.dts | 63 enet0: ethoc@92000000 { 64 compatible = "opencores,ethoc";
|
| /OK3568_Linux_fs/kernel/arch/xtensa/boot/dts/ |
| H A D | xtfpga.dtsi | 69 enet0: ethoc@0d030000 { 70 compatible = "opencores,ethoc";
|
| /OK3568_Linux_fs/u-boot/arch/xtensa/dts/ |
| H A D | xtfpga.dtsi | 69 enet0: ethoc@0d030000 { 70 compatible = "opencores,ethoc";
|
| /OK3568_Linux_fs/u-boot/board/cadence/xtfpga/ |
| H A D | xtfpga.c | 114 U_BOOT_DEVICE(ethoc) = {
|