Searched refs:yp (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/packetengines/ |
D | yellowfin.c | 566 struct yellowfin_private *yp = netdev_priv(dev); in yellowfin_open() local 567 const int irq = yp->pci_dev->irq; in yellowfin_open() 568 void __iomem *ioaddr = yp->base; in yellowfin_open() 582 iowrite32(yp->rx_ring_dma, ioaddr + RxPtr); in yellowfin_open() 583 iowrite32(yp->tx_ring_dma, ioaddr + TxPtr); in yellowfin_open() 604 yp->tx_threshold = 32; in yellowfin_open() 605 iowrite32(yp->tx_threshold, ioaddr + TxThreshold); in yellowfin_open() 608 dev->if_port = yp->default_port; in yellowfin_open() 613 if (yp->drv_flags & IsGigabit) { in yellowfin_open() 615 yp->full_duplex = 1; in yellowfin_open() [all …]
|
/Linux-v5.4/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.4/drivers/input/touchscreen/ |
D | s3c2410_ts.c | 69 unsigned long yp; member 106 ts.yp >>= ts.shift; in touch_timer_fire() 109 __func__, ts.xp, ts.yp, ts.count); in touch_timer_fire() 112 input_report_abs(ts.input, ABS_Y, ts.yp); in touch_timer_fire() 118 ts.yp = 0; in touch_timer_fire() 125 ts.yp = 0; in touch_timer_fire() 188 ts.yp += data1; in s3c24xx_ts_conversion()
|
/Linux-v5.4/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>;
|
/Linux-v5.4/Documentation/devicetree/bindings/iio/adc/ |
D | fsl,imx25-gcq.txt | 19 - vref-yp-supply: The regulator supplying the ADC reference voltage on pin YP. 29 1: yp
|
/Linux-v5.4/include/linux/input/ |
D | as5011.h | 14 char yp, yn; /* threshold for y axis */ member
|
/Linux-v5.4/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.4/arch/arm/boot/dts/ |
D | vf500-colibri.dtsi | 60 yp-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
|
/Linux-v5.4/drivers/input/joystick/ |
D | as5011.c | 193 error = as5011_i2c_write(client, AS5011_YP, plat_dat->yp); in as5011_configure_chip()
|
/Linux-v5.4/crypto/ |
D | Kconfig | 1403 Bernstein <djb@cr.yp.to>. See <http://cr.yp.to/snuffle.html> 1414 <http://cr.yp.to/chacha/chacha-20080128.pdf> 1420 <https://cr.yp.to/snuffle/xsalsa-20081128.pdf>
|
/Linux-v5.4/net/ipv4/ |
D | Kconfig | 283 about SYN cookies, check out <http://cr.yp.to/syncookies.html>.
|