Searched refs:yp (Results  1 – 8 of 8) sorted by relevance
| /linux-4.1.27/drivers/net/ethernet/packetengines/ | 
| D | yellowfin.c | 567 	struct yellowfin_private *yp = netdev_priv(dev);  in yellowfin_open()  local 568 	const int irq = yp->pci_dev->irq;  in yellowfin_open() 569 	void __iomem *ioaddr = yp->base;  in yellowfin_open() 583 	iowrite32(yp->rx_ring_dma, ioaddr + RxPtr);  in yellowfin_open() 584 	iowrite32(yp->tx_ring_dma, ioaddr + TxPtr);  in yellowfin_open() 605 	yp->tx_threshold = 32;  in yellowfin_open() 606 	iowrite32(yp->tx_threshold, ioaddr + TxThreshold);  in yellowfin_open() 609 		dev->if_port = yp->default_port;  in yellowfin_open() 614 	if (yp->drv_flags & IsGigabit) {  in yellowfin_open() 616 		yp->full_duplex = 1;  in yellowfin_open() [all …] 
 | 
| /linux-4.1.27/drivers/net/hamradio/ | 
| D | yam.c | 477 	struct yam_port *yp = netdev_priv(dev);  in yam_set_uart()  local 478 	int divisor = 115200 / yp->baudrate;  in yam_set_uart() 543 static inline void yam_rx_flag(struct net_device *dev, struct yam_port *yp)  in yam_rx_flag()  argument 545 	if (yp->dcd && yp->rx_len >= 3 && yp->rx_len < YAM_MAX_FRAME) {  in yam_rx_flag() 546 		int pkt_len = yp->rx_len - 2 + 1;	/* -CRC + kiss */  in yam_rx_flag() 549 		if ((yp->rx_crch & yp->rx_crcl) != 0xFF) {  in yam_rx_flag() 559 				memcpy(cp, yp->rx_buf, pkt_len - 1);  in yam_rx_flag() 566 	yp->rx_len = 0;  in yam_rx_flag() 567 	yp->rx_crcl = 0x21;  in yam_rx_flag() 568 	yp->rx_crch = 0xf3;  in yam_rx_flag() [all …] 
 | 
| /linux-4.1.27/drivers/input/touchscreen/ | 
| D | s3c2410_ts.c | 82 	unsigned long yp;  member 119 			ts.yp >>= ts.shift;  in touch_timer_fire() 122 				__func__, ts.xp, ts.yp, ts.count);  in touch_timer_fire() 125 			input_report_abs(ts.input, ABS_Y, ts.yp);  in touch_timer_fire() 131 			ts.yp = 0;  in touch_timer_fire() 138 		ts.yp = 0;  in touch_timer_fire() 201 	ts.yp += data1;  in s3c24xx_ts_conversion()
  | 
| /linux-4.1.27/include/linux/input/ | 
| D | as5011.h | 17 	char yp, yn; /* threshold for y axis */  member
  | 
| /linux-4.1.27/drivers/gpu/drm/savage/ | 
| D | savage_drv.h | 447 #define BCI_LINE_MISC(maj, ym, xp, yp, err) \  argument 451 	((yp) ? 1<<15 : 0) | \
  | 
| /linux-4.1.27/drivers/input/joystick/ | 
| D | as5011.c | 206 	error = as5011_i2c_write(client, AS5011_YP, plat_dat->yp);  in as5011_configure_chip()
  | 
| /linux-4.1.27/crypto/ | 
| D | Kconfig | 1120 	  Bernstein <djb@cr.yp.to>. See <http://cr.yp.to/snuffle.html> 1133 	  Bernstein <djb@cr.yp.to>. See <http://cr.yp.to/snuffle.html> 1146 	  Bernstein <djb@cr.yp.to>. See <http://cr.yp.to/snuffle.html>
  | 
| /linux-4.1.27/net/ipv4/ | 
| D | Kconfig | 277 	  about SYN cookies, check out <http://cr.yp.to/syncookies.html>.
  |