/openbmc/linux/drivers/net/ethernet/packetengines/ |
H A D | yellowfin.c | 573 struct yellowfin_private *yp = netdev_priv(dev); in yellowfin_open() local 574 const int irq = yp->pci_dev->irq; in yellowfin_open() 575 void __iomem *ioaddr = yp->base; in yellowfin_open() 589 iowrite32(yp->rx_ring_dma, ioaddr + RxPtr); in yellowfin_open() 590 iowrite32(yp->tx_ring_dma, ioaddr + TxPtr); in yellowfin_open() 611 yp->tx_threshold = 32; in yellowfin_open() 612 iowrite32(yp->tx_threshold, ioaddr + TxThreshold); in yellowfin_open() 615 dev->if_port = yp->default_port; in yellowfin_open() 620 if (yp->drv_flags & IsGigabit) { in yellowfin_open() 622 yp->full_duplex = 1; in yellowfin_open() [all …]
|
/openbmc/linux/drivers/net/hamradio/ |
H A D | yam.c | 462 struct yam_port *yp = netdev_priv(dev); in yam_set_uart() local 463 int divisor = 115200 / yp->baudrate; in yam_set_uart() 528 static inline void yam_rx_flag(struct net_device *dev, struct yam_port *yp) in yam_rx_flag() argument 530 if (yp->dcd && yp->rx_len >= 3 && yp->rx_len < YAM_MAX_FRAME) { in yam_rx_flag() 531 int pkt_len = yp->rx_len - 2 + 1; /* -CRC + kiss */ in yam_rx_flag() 534 if ((yp->rx_crch & yp->rx_crcl) != 0xFF) { in yam_rx_flag() 544 memcpy(cp, yp->rx_buf, pkt_len - 1); in yam_rx_flag() 551 yp->rx_len = 0; in yam_rx_flag() 552 yp->rx_crcl = 0x21; in yam_rx_flag() 553 yp->rx_crch = 0xf3; in yam_rx_flag() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nis/ |
H A D | yp-tools_4.2.3.bb | 2 # The source package is utils/net/NIS/yp-tools 17 SRC_URI = "git://github.com/thkukuk/yp-tools;branch=master;protocol=https \ 39 FILES:${PN} += " ${libdir}/yp-nis/*.so.*.* ${libdir}/yp-nis/pkgconfig/" 40 FILES:${PN}-dbg += " ${libdir}/yp-nis/.debug" 41 FILES:${PN}-dev += " ${libdir}/yp-nis/*.so ${libdir}/yp-nis/*.so.[12] ${libdir}/yp-nis/*.la" 42 FILES:${PN}-staticdev += " ${libdir}/yp-nis/*.a"
|
H A D | yp-tools_2.14.bb | 2 # The source package is utils/net/NIS/yp-tools 13 This is the final IPv4-only version of yp-tools. \ 16 SRC_URI = "http://www.linux-nis.org/download/yp-tools/${BP}.tar.bz2 \
|
H A D | ypbind-mt_2.7.2.bb | 12 domain bindings. Supports /var/yp/binding/* file \ 14 of known secure NIS server (/etc/yp.conf) Binds to \ 21 yp-tools \ 25 RDEPENDS:${PN} += "yp-tools"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/ |
H A D | daemontools_0.76.bb | 2 HOMEPAGE = "http://cr.yp.to/daemontools.html" 20 SRC_URI = "http://cr.yp.to/daemontools/${BPN}-${PV}.tar.gz \ 31 UPSTREAM_CHECK_URI = "http://cr.yp.to/daemontools/install.html"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nis/files/ |
H A D | ypbind.init | 56 if [ ! -f /etc/yp.conf -a "$YPBIND_BROADCAST" != "yes" ] ; then 88 rm -f /var/yp/binding/* /var/run/ypbind.pid
|
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | colibri-vf50-ts.txt | 9 - yp-gpios: FET gate driver for input of Y+ 26 yp-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
|
/openbmc/linux/include/linux/input/ |
H A D | as5011.h | 14 char yp, yn; /* threshold for y axis */ member
|
/openbmc/openbmc/poky/documentation/overview-manual/ |
H A D | index.rst | 14 yp-intro
|
H A D | intro.rst | 17 - :ref:`overview-manual/yp-intro:introducing the yocto project`\ *:*
|
H A D | yp-intro.rst | 99 infrastructure <overview-manual/yp-intro:the yocto project layer model>` 458 :ref:`figure <overview-manual/yp-intro:what is the yocto project?>`. 469 ":ref:`overview-manual/yp-intro:what is the yocto project?`" 482 ":ref:`overview-manual/yp-intro:reference embedded distribution (poky)`" 545 :ref:`CROPS <overview-manual/yp-intro:development tools>`. 707 <overview-manual/yp-intro:the yocto project layer model>` that extend
|
/openbmc/linux/arch/arm/boot/dts/nxp/vf/ |
H A D | vf500-colibri.dtsi | 24 yp-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-core/packagegroups/ |
H A D | packagegroup-meta-networking.bb | 196 yp-tools \ 198 yp-tools \
|
/openbmc/openbmc/poky/meta/recipes-connectivity/dhcpcd/ |
H A D | dhcpcd_10.1.0.bb | 34 PACKAGECONFIG[ypbind] = "--with-eghook=yp, , ,ypbind-mt"
|
/openbmc/linux/drivers/input/joystick/ |
H A D | as5011.c | 193 error = as5011_i2c_write(client, AS5011_YP, plat_dat->yp); in as5011_configure_chip()
|
/openbmc/openbmc/poky/meta/recipes-core/images/ |
H A D | build-appliance-image_15.0.0.bb | 3 HOMEPAGE = "https://docs.yoctoproject.org/overview-manual/yp-intro.html#archived-components"
|
/openbmc/openbmc/poky/documentation/test-manual/ |
H A D | yocto-project-compatible.rst | 37 :ref:`overview-manual/yp-intro:the yocto project layer model` is powerful
|
/openbmc/docs/designs/ |
H A D | external-sensor.md | 249 [^16]: https://cr.yp.to/proto/utctai.html
|
/openbmc/openbmc/poky/documentation/ |
H A D | what-i-wish-id-known.rst | 101 .. image:: figures/yp-how-it-works-new-diagram.png
|
/openbmc/linux/crypto/ |
H A D | Kconfig | 642 https://cr.yp.to/chacha/chacha-20080128.pdf for further information. 648 https://cr.yp.to/snuffle/xsalsa-20081128.pdf for further information.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/anthy/anthy/ |
H A D | 2ch_t.patch | 4745 +�� #CJ yp 4758 +�褩 #CJ yp
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8-apalis-v1.1.dtsi | 219 yp-gpios = <&lsio_gpio2 17 GPIO_ACTIVE_LOW>;
|
/openbmc/openbmc/poky/documentation/toaster-manual/ |
H A D | reference.rst | 66 ":ref:`overview-manual/yp-intro:the yocto project layer model`"
|
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/ |
H A D | twpol-yocto.txt | 1016 /etc/yp.conf -> $(SEC_BIN) ;
|