/Linux-v5.10/drivers/net/ethernet/packetengines/ |
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 571 struct yellowfin_private *yp = netdev_priv(dev); in yellowfin_open() local 572 const int irq = yp->pci_dev->irq; in yellowfin_open() 573 void __iomem *ioaddr = yp->base; in yellowfin_open() 587 iowrite32(yp->rx_ring_dma, ioaddr + RxPtr); in yellowfin_open() 588 iowrite32(yp->tx_ring_dma, ioaddr + TxPtr); in yellowfin_open() 609 yp->tx_threshold = 32; in yellowfin_open() 610 iowrite32(yp->tx_threshold, ioaddr + TxThreshold); in yellowfin_open() 613 dev->if_port = yp->default_port; in yellowfin_open() [all …]
|
/Linux-v5.10/drivers/net/hamradio/ |
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-v5.10/Documentation/devicetree/bindings/iio/adc/ |
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-v5.10/drivers/input/touchscreen/ |
D | s3c2410_ts.c | 88 * @yp: The accumulated Y position data. 101 unsigned long yp; member 138 ts.yp >>= ts.shift; in touch_timer_fire() 141 __func__, ts.xp, ts.yp, ts.count); in touch_timer_fire() 144 input_report_abs(ts.input, ABS_Y, ts.yp); in touch_timer_fire() 150 ts.yp = 0; in touch_timer_fire() 157 ts.yp = 0; in touch_timer_fire() 220 ts.yp += data1; in s3c24xx_ts_conversion()
|
D | mxs-lradc-ts.c | 261 * YP(open)--+-------------+ 289 * YP(meas)--+-------------+ 315 * YP(+)--+-------------+ 341 * YP(+)--+-------------+
|
D | colibri-vf50-ts.c | 337 error = vf50_ts_get_gpiod(dev, &touchdev->gpio_yp, "yp", GPIOD_OUT_LOW); in vf50_ts_probe()
|
/Linux-v5.10/Documentation/devicetree/bindings/input/touchscreen/ |
D | colibri-vf50-ts.txt | 8 - yp-gpios: FET gate driver for input of Y+ 25 yp-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
|
D | ti-tsc-adc.txt | 31 XP = 0, XN = 1, YP = 2, YN = 3.
|
/Linux-v5.10/crypto/ |
D | salsa20_generic.c | 7 * - salsa20.c: Public domain C code by Daniel J. Bernstein <djb@cr.yp.to> 10 * Cipher Project. It is designed by Daniel J. Bernstein <djb@cr.yp.to>. 13 * https://cr.yp.to/snuffle.html
|
D | Kconfig | 1467 Bernstein <djb@cr.yp.to>. See <https://cr.yp.to/snuffle.html> 1479 <https://cr.yp.to/chacha/chacha-20080128.pdf> 1485 <https://cr.yp.to/snuffle/xsalsa-20081128.pdf>
|
D | nhpoly1305.c | 30 * (https://cr.yp.to/mac/poly1305-20050329.pdf)
|
/Linux-v5.10/include/linux/mfd/ |
D | mxs-lradc.h | 28 # define LRADC_CTRL0_MX28_YPNSW /* YP */ BIT(20) 29 # define LRADC_CTRL0_MX28_YPPSW /* YP */ BIT(19)
|
/Linux-v5.10/include/linux/input/ |
D | as5011.h | 14 char yp, yn; /* threshold for y axis */ member
|
/Linux-v5.10/include/dt-bindings/iio/adc/ |
D | fsl-imx25-gcq.h | 9 #define MX25_ADC_REFP_YP 0 /* YP voltage reference */
|
/Linux-v5.10/lib/crypto/ |
D | curve25519-generic.c | 9 * Information: https://cr.yp.to/ecdh.html
|
D | curve25519.c | 9 * Information: https://cr.yp.to/ecdh.html
|
D | chacha.c | 99 * towards XChaCha (see https://cr.yp.to/snuffle/xsalsa-20081128.pdf). HChaCha
|
/Linux-v5.10/drivers/iio/adc/ |
D | fsl-imx25-gcq.c | 65 MX25_CQG_CHAN(MX25_CFG_YP, "yp"), 75 [MX25_ADC_REFP_YP] = "yp", 208 devm_regulator_get_optional(&pdev->dev, "vref-yp"); in mx25_gcq_setup_cfgs()
|
D | ep93xx_adc.c | 75 EP93XX_ADC_CH(7, "YP", 0x604),
|
D | ingenic-adc.c | 120 /* Second channel (INGENIC_ADC_TOUCH_YP): sample YP vs. GND */ in ingenic_adc_set_adcmd() 148 /* Sixth channel (INGENIC_ADC_TOUCH_YD): sample YP vs. YN */ in ingenic_adc_set_adcmd()
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | vf500-colibri.dtsi | 24 yp-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
|
/Linux-v5.10/Documentation/iio/ |
D | ep93xx_adc.rst | 39 | in_voltage7_raw | YP |
|
/Linux-v5.10/arch/arm/crypto/ |
D | aes-cipher-core.S | 153 * https://cr.yp.to/antiforgery/cachetiming-20050414.pdf
|
/Linux-v5.10/drivers/gpu/drm/savage/ |
D | savage_drv.h | 451 #define BCI_LINE_MISC(maj, ym, xp, yp, err) \ argument 455 ((yp) ? 1<<15 : 0) | \
|
/Linux-v5.10/drivers/input/joystick/ |
D | as5011.c | 193 error = as5011_i2c_write(client, AS5011_YP, plat_dat->yp); in as5011_configure_chip()
|