Home
last modified time | relevance | path

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

12

/linux/drivers/net/ethernet/packetengines/
H A Dyellowfin.c183 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 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/Documentation/devicetree/bindings/iio/adc/
H A 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/Documentation/devicetree/bindings/input/touchscreen/
H A Dtoradex,vf50-touchscreen.yaml32 yp-gpios:
49 - yp-gpios
71 yp-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
H A Dti,am3359-tsc.yaml42 and so on until AIN7 = 7. XP = 0, XN = 1, YP = 2, YN = 3.
/linux/include/linux/mfd/
H A Dmxs-lradc.h28 # define LRADC_CTRL0_MX28_YPNSW /* YP */ BIT(20)
29 # define LRADC_CTRL0_MX28_YPPSW /* YP */ BIT(19)
/linux/include/linux/input/
H A Das5011.h13 char yp, yn; /* threshold for y axis */ member
/linux/include/dt-bindings/iio/adc/
H A Dfsl-imx25-gcq.h9 #define MX25_ADC_REFP_YP 0 /* YP voltage reference */
/linux/drivers/input/touchscreen/
H A Dmxs-lradc-ts.c261 * YP(open)--+-------------+
289 * YP(meas)--+-------------+
315 * YP(+)--+-------------+
341 * YP(+)--+-------------+
H A Dcolibri-vf50-ts.c333 error = vf50_ts_get_gpiod(dev, &touchdev->gpio_yp, "yp", GPIOD_OUT_LOW); in vf50_ts_probe()
/linux/lib/crypto/
H A Dcurve25519-generic.c9 * Information: https://cr.yp.to/ecdh.html
H A Dcurve25519.c9 * Information: https://cr.yp.to/ecdh.html
H A Dchacha.c99 * towards XChaCha (see https://cr.yp.to/snuffle/xsalsa-20081128.pdf). HChaCha
/linux/arch/arm/boot/dts/nxp/vf/
H A Dvf500-colibri.dtsi24 yp-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
/linux/drivers/iio/adc/
H A Dfsl-imx25-gcq.c66 MX25_CQG_CHAN(MX25_CFG_YP, "yp"),
76 [MX25_ADC_REFP_YP] = "yp",
H A Dep93xx_adc.c76 EP93XX_ADC_CH(7, "YP", 0x604),
H A Dingenic-adc.c124 /* 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 Dep93xx_adc.rst47 | in_voltage7_raw | YP |
/linux/Documentation/iio/
H A Dep93xx_adc.rst39 | in_voltage7_raw | YP |
/linux/arch/arm/crypto/
H A Daes-cipher-core.S131 * https://cr.yp.to/antiforgery/cachetiming-20050414.pdf
/linux/drivers/input/joystick/
H A Das5011.c193 error = as5011_i2c_write(client, AS5011_YP, plat_dat->yp); in as5011_configure_chip()
/linux/crypto/
H A Dnhpoly1305.c30 * (https://cr.yp.to/mac/poly1305-20050329.pdf)
H A DKconfig625 https://cr.yp.to/chacha/chacha-20080128.pdf for further information.
631 https://cr.yp.to/snuffle/xsalsa-20081128.pdf for further information.
H A Daegis128-core.c439 * [0] https://competitions.cr.yp.to/round3/aegisv11.pdf in crypto_aegis128_decrypt_generic()
/linux/drivers/usb/storage/
H A Dunusual_devs.h558 "YP-U3",
565 "YP-CP3",
572 "YP-Z3",

12