Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.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 …]
/kernel/linux/linux-6.6/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
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 …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-5.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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.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(+)--+-------------+
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/touchscreen/
Dcolibri-vf50-ts.txt9 - yp-gpios: FET gate driver for input of Y+
26 yp-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
/kernel/linux/linux-5.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>;
/kernel/linux/linux-5.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
/kernel/linux/linux-6.6/include/linux/mfd/
Dmxs-lradc.h28 # define LRADC_CTRL0_MX28_YPNSW /* YP */ BIT(20)
29 # define LRADC_CTRL0_MX28_YPPSW /* YP */ BIT(19)
/kernel/linux/linux-5.10/include/linux/mfd/
Dmxs-lradc.h28 # define LRADC_CTRL0_MX28_YPNSW /* YP */ BIT(20)
29 # define LRADC_CTRL0_MX28_YPPSW /* YP */ BIT(19)
/kernel/linux/linux-5.10/include/linux/input/
Das5011.h14 char yp, yn; /* threshold for y axis */ member
/kernel/linux/linux-6.6/include/linux/input/
Das5011.h14 char yp, yn; /* threshold for y axis */ member
/kernel/linux/linux-5.10/include/dt-bindings/iio/adc/
Dfsl-imx25-gcq.h9 #define MX25_ADC_REFP_YP 0 /* YP voltage reference */
/kernel/linux/linux-6.6/include/dt-bindings/iio/adc/
Dfsl-imx25-gcq.h9 #define MX25_ADC_REFP_YP 0 /* YP voltage reference */
/kernel/linux/linux-5.10/lib/crypto/
Dcurve25519-generic.c9 * Information: https://cr.yp.to/ecdh.html
Dcurve25519.c9 * Information: https://cr.yp.to/ecdh.html
/kernel/linux/linux-6.6/lib/crypto/
Dcurve25519-generic.c9 * Information: https://cr.yp.to/ecdh.html
Dcurve25519.c9 * Information: https://cr.yp.to/ecdh.html
/kernel/linux/linux-5.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()
/kernel/linux/linux-6.6/arch/arm/boot/dts/nxp/vf/
Dvf500-colibri.dtsi24 yp-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dvf500-colibri.dtsi24 yp-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
/kernel/linux/linux-6.6/drivers/input/touchscreen/
Dmxs-lradc-ts.c261 * YP(open)--+-------------+
289 * YP(meas)--+-------------+
315 * YP(+)--+-------------+
341 * YP(+)--+-------------+

123