Home
last modified time | relevance | path

Searched full:yp (Results 1 – 25 of 34) sorted by relevance

12

/Linux-v5.10/drivers/net/ethernet/packetengines/
Dyellowfin.c183 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/
Dyam.c462 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/
Dfsl,imx25-gcq.yaml36 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/
Ds3c2410_ts.c88 * @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()
Dmxs-lradc-ts.c261 * YP(open)--+-------------+
289 * YP(meas)--+-------------+
315 * YP(+)--+-------------+
341 * YP(+)--+-------------+
Dcolibri-vf50-ts.c337 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/
Dcolibri-vf50-ts.txt8 - yp-gpios: FET gate driver for input of Y+
25 yp-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
Dti-tsc-adc.txt31 XP = 0, XN = 1, YP = 2, YN = 3.
/Linux-v5.10/crypto/
Dsalsa20_generic.c7 * - 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
DKconfig1467 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>
Dnhpoly1305.c30 * (https://cr.yp.to/mac/poly1305-20050329.pdf)
/Linux-v5.10/include/linux/mfd/
Dmxs-lradc.h28 # define LRADC_CTRL0_MX28_YPNSW /* YP */ BIT(20)
29 # define LRADC_CTRL0_MX28_YPPSW /* YP */ BIT(19)
/Linux-v5.10/include/linux/input/
Das5011.h14 char yp, yn; /* threshold for y axis */ member
/Linux-v5.10/include/dt-bindings/iio/adc/
Dfsl-imx25-gcq.h9 #define MX25_ADC_REFP_YP 0 /* YP voltage reference */
/Linux-v5.10/lib/crypto/
Dcurve25519-generic.c9 * Information: https://cr.yp.to/ecdh.html
Dcurve25519.c9 * Information: https://cr.yp.to/ecdh.html
Dchacha.c99 * towards XChaCha (see https://cr.yp.to/snuffle/xsalsa-20081128.pdf). HChaCha
/Linux-v5.10/drivers/iio/adc/
Dfsl-imx25-gcq.c65 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()
Dep93xx_adc.c75 EP93XX_ADC_CH(7, "YP", 0x604),
Dingenic-adc.c120 /* 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/
Dvf500-colibri.dtsi24 yp-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
/Linux-v5.10/Documentation/iio/
Dep93xx_adc.rst39 | in_voltage7_raw | YP |
/Linux-v5.10/arch/arm/crypto/
Daes-cipher-core.S153 * https://cr.yp.to/antiforgery/cachetiming-20050414.pdf
/Linux-v5.10/drivers/gpu/drm/savage/
Dsavage_drv.h451 #define BCI_LINE_MISC(maj, ym, xp, yp, err) \ argument
455 ((yp) ? 1<<15 : 0) | \
/Linux-v5.10/drivers/input/joystick/
Das5011.c193 error = as5011_i2c_write(client, AS5011_YP, plat_dat->yp); in as5011_configure_chip()

12