Searched refs:ethoc (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/ |
D | ethoc.c | 199 struct ethoc { struct 237 static inline u32 ethoc_read(struct ethoc *dev, loff_t offset) in ethoc_read() argument 242 static inline void ethoc_write(struct ethoc *dev, loff_t offset, u32 data) in ethoc_write() 247 static inline void ethoc_read_bd(struct ethoc *dev, int index, in ethoc_read_bd() 255 static inline void ethoc_write_bd(struct ethoc *dev, int index, in ethoc_write_bd() 263 static inline void ethoc_enable_irq(struct ethoc *dev, u32 mask) in ethoc_enable_irq() 270 static inline void ethoc_disable_irq(struct ethoc *dev, u32 mask) in ethoc_disable_irq() 277 static inline void ethoc_ack_irq(struct ethoc *dev, u32 mask) in ethoc_ack_irq() 282 static inline void ethoc_enable_rx_and_tx(struct ethoc *dev) in ethoc_enable_rx_and_tx() 289 static inline void ethoc_disable_rx_and_tx(struct ethoc *dev) in ethoc_disable_rx_and_tx() [all …]
|
D | Makefile | 60 obj-$(CONFIG_ETHOC) += ethoc.o
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | opencores-ethoc.txt | 4 - compatible: Should be "opencores,ethoc". 16 enet0: ethoc@fd030000 { 17 compatible = "opencores,ethoc";
|
/linux-4.1.27/arch/xtensa/boot/dts/ |
D | xtfpga.dtsi | 67 enet0: ethoc@0d030000 { 68 compatible = "opencores,ethoc";
|
/linux-4.1.27/arch/openrisc/boot/dts/ |
D | or1ksim.dts | 45 enet0: ethoc@92000000 {
|