Searched refs:dnet (Results 1 – 8 of 8) sorted by relevance
| /openbmc/u-boot/drivers/net/ |
| H A D | dnet.c | 38 u16 dnet_readw_mac(struct dnet_device *dnet, u16 reg) in dnet_readw_mac() argument 43 writel(reg, &dnet->regs->MACREG_ADDR); in dnet_readw_mac() 50 data_read = readl(&dnet->regs->MACREG_DATA); in dnet_readw_mac() 57 void dnet_writew_mac(struct dnet_device *dnet, u16 reg, u16 val) in dnet_writew_mac() argument 60 writel(val, &dnet->regs->MACREG_DATA); in dnet_writew_mac() 63 writel(reg | DNET_INTERNAL_WRITE, &dnet->regs->MACREG_ADDR); in dnet_writew_mac() 70 static void dnet_mdio_write(struct dnet_device *dnet, u8 reg, u16 value) in dnet_mdio_write() argument 75 dnet->phy_addr, reg, value); in dnet_mdio_write() 77 while (!(dnet_readw_mac(dnet, DNET_INTERNAL_GMII_MNG_CTL_REG) & in dnet_mdio_write() 88 tmp |= (dnet->phy_addr << 8); in dnet_mdio_write() [all …]
|
| H A D | Makefile | 21 obj-$(CONFIG_DNET) += dnet.o
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/ |
| H A D | 0001-configure.ac-don-t-use-dnet-config.patch | 4 Subject: [PATCH] configure.ac: don't use dnet-config 6 The dnet-config tool doesn't know about cross-compilation, so it injects 7 -I/usr/include into the path, causing compiler errors. So instead find dnet via 22 AC_VMW_CHECK_LIB([dnet], 25 - [dnet-config], 28 [dnet.h], 34 - [dnet-config was not found on your PATH. Please configure without dnet or install dnet - http… 35 + [dnet was not found. Please configure without dnet (using --without-dnet) or install dnet - h…
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/libdnet/ |
| H A D | libdnet_1.18.0.bb | 22 MULTILIB_SCRIPTS = "${PN}:${bindir}/dnet-config"
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/daq/ |
| H A D | daq_2.0.7.bb | 24 --with-libpcap-includes=${STAGING_INCDIR} --with-dnet-includes=${STAGING_LIBDIR}"
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/ |
| H A D | snort_2.9.20.bb | 41 --with-dnet-includes=${STAGING_INCDIR} \ 42 --with-dnet-libraries=${STAGING_LIBDIR} \
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/ |
| H A D | open-vm-tools_12.5.0.bb | 32 file://0001-configure.ac-don-t-use-dnet-config.patch;patchdir=.. \ 110 export CUSTOM_DNET_NAME=dnet
|
| /openbmc/qemu/tests/data/qobject/ |
| H A D | qdict.txt | 4610 dnet.c: 25715 4611 dnet.h: 7221
|