| /linux/drivers/net/ethernet/packetengines/ |
| H A D | yellowfin.c | 183 the 'yp->tx_full' flag. 187 empty by incrementing the dirty_tx mark. Iff the 'yp->tx_full' flag is set, it 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() [all …]
|
| /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 …]
|
| /linux/Documentation/devicetree/bindings/iio/adc/ |
| H A D | fsl,imx25-gcq.yaml | 36 vref-yp-supply: 38 The regulator supplying the ADC reference voltage on pin YP. 68 1: yp 84 0: YP voltage reference
|
| /linux/Documentation/devicetree/bindings/input/touchscreen/ |
| H A D | toradex,vf50-touchscreen.yaml | 32 yp-gpios: 49 - yp-gpios 71 yp-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
|
| H A D | ti,am3359-tsc.yaml | 42 and so on until AIN7 = 7. XP = 0, XN = 1, YP = 2, YN = 3.
|
| /linux/include/linux/mfd/ |
| H A D | mxs-lradc.h | 28 # define LRADC_CTRL0_MX28_YPNSW /* YP */ BIT(20) 29 # define LRADC_CTRL0_MX28_YPPSW /* YP */ BIT(19)
|
| /linux/include/linux/input/ |
| H A D | as5011.h | 13 char yp, yn; /* threshold for y axis */ member
|
| /linux/include/dt-bindings/iio/adc/ |
| H A D | fsl-imx25-gcq.h | 9 #define MX25_ADC_REFP_YP 0 /* YP voltage reference */
|
| /linux/drivers/input/touchscreen/ |
| H A D | mxs-lradc-ts.c | 261 * YP(open)--+-------------+ 289 * YP(meas)--+-------------+ 315 * YP(+)--+-------------+ 341 * YP(+)--+-------------+
|
| H A D | colibri-vf50-ts.c | 333 error = vf50_ts_get_gpiod(dev, &touchdev->gpio_yp, "yp", GPIOD_OUT_LOW); in vf50_ts_probe()
|
| /linux/arch/arm/boot/dts/nxp/vf/ |
| H A D | vf500-colibri.dtsi | 24 yp-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
|
| /linux/lib/crypto/ |
| H A D | curve25519.c | 10 * Information: https://cr.yp.to/ecdh.html
|
| H A D | chacha-block-generic.c | 100 * towards XChaCha (see https://cr.yp.to/snuffle/xsalsa-20081128.pdf). HChaCha
|
| /linux/drivers/iio/adc/ |
| H A D | fsl-imx25-gcq.c | 66 MX25_CQG_CHAN(MX25_CFG_YP, "yp"), 76 [MX25_ADC_REFP_YP] = "yp",
|
| H A D | ingenic-adc.c | 124 /* Second channel (INGENIC_ADC_TOUCH_YP): sample YP vs. GND */ in ingenic_adc_set_adcmd() 152 /* Sixth channel (INGENIC_ADC_TOUCH_YD): sample YP vs. YN */ in ingenic_adc_set_adcmd()
|
| /linux/Documentation/translations/zh_CN/iio/ |
| H A D | ep93xx_adc.rst | 47 | in_voltage7_raw | YP |
|
| /linux/Documentation/iio/ |
| H A D | ep93xx_adc.rst | 39 | in_voltage7_raw | YP |
|
| /linux/drivers/input/joystick/ |
| H A D | as5011.c | 193 error = as5011_i2c_write(client, AS5011_YP, plat_dat->yp); in as5011_configure_chip()
|
| /linux/scripts/crypto/ |
| H A D | gen-hash-testvecs.py | 30 # Reference: https://cr.yp.to/mac/poly1305-20050329.pdf
|
| /linux/crypto/ |
| H A D | Kconfig | 638 https://cr.yp.to/chacha/chacha-20080128.pdf for further information. 644 https://cr.yp.to/snuffle/xsalsa-20081128.pdf for further information.
|
| H A D | ecc.c | 1368 /* yP / (xP * Yb * (X1 - X0)) */ in ecc_point_mult() 1370 /* Xb * yP / (xP * Yb * (X1 - X0)) */ in ecc_point_mult()
|
| /linux/drivers/usb/storage/ |
| H A D | unusual_devs.h | 565 "YP-U3", 572 "YP-CP3", 579 "YP-Z3",
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
| H A D | trx.c | 222 /* YP: packet_beacon is not initialized, in _rtl8723be_translate_rx_signal_stuff()
|
| /linux/net/ipv4/ |
| H A D | Kconfig | 283 about SYN cookies, check out <https://cr.yp.to/syncookies.html>.
|
| /linux/drivers/net/wireguard/ |
| H A D | noise.c | 511 /* https://cr.yp.to/libtai/tai64.html */ in tai64n_now()
|