Searched defs:portno (Results 1 - 11 of 11) sorted by relevance

/drivers/net/ethernet/cirrus/
H A Dmac89x0.c141 readreg_io(struct net_device *dev, int portno) argument
143 nubus_writew(swab16(portno), dev->base_addr + ADD_PORT);
148 writereg_io(struct net_device *dev, int portno, int value) argument
150 nubus_writew(swab16(portno), dev->base_addr + ADD_PORT);
156 readreg(struct net_device *dev, int portno) argument
158 return swab16(nubus_readw(dev->mem_start + portno));
162 writereg(struct net_device *dev, int portno, int value) argument
164 nubus_writew(swab16(value), dev->mem_start + portno);
H A Dcs89x0.c194 static void readwords(struct net_local *lp, int portno, void *buf, int length) argument
201 tmp16 = ioread16(lp->virt_addr + portno);
207 static void writewords(struct net_local *lp, int portno, void *buf, int length) argument
216 iowrite16(tmp16, lp->virt_addr + portno);
/drivers/usb/host/
H A Dohci-s3c2410.c107 int portno; local
118 for (portno = 0; portno < 2; port++, portno++) {
122 "oc change on port %d\n", portno);
127 buf[0] |= 1<<(portno+1);
295 int portno; local
305 for (portno = 0; portno < 2; port++, portno
[all...]
/drivers/s390/net/
H A Dqeth_core_sys.c114 return sprintf(buf, "%i\n", card->info.portno);
122 unsigned int portno, limit; local
135 portno = simple_strtoul(buf, &tmp, 16);
136 if (portno > QETH_MAX_PORTNO) {
141 if (portno > limit) {
145 card->info.portno = portno;
151 static DEVICE_ATTR(portno, 0644, qeth_dev_portno_show, qeth_dev_portno_store);
H A Dlcs.h210 __u8 portno; member in struct:lcs_cmd::__anon5008::__anon5009
222 __u8 portno; member in struct:lcs_cmd::__anon5008::__anon5011
238 __u8 portno; member in struct:lcs_cmd::__anon5008::__anon5012
332 __s16 portno; member in struct:lcs_card
H A Dqeth_core.h671 int portno; member in struct:qeth_card_info
/drivers/pinctrl/
H A Dpinctrl-coh901.c646 int portno; local
721 for (portno = 0 ; portno < U300_GPIO_NUM_PORTS; portno++) {
722 struct u300_gpio_port *port = &gpio->ports[portno];
724 snprintf(port->name, 8, "gpio%d", portno);
725 port->number = portno;
728 port->irq = platform_get_irq(pdev, portno);
736 writel(0x0, gpio->base + portno * gpio->stride + ifr);
738 dev_dbg(gpio->dev, "initialized %d GPIO ports\n", portno);
[all...]
/drivers/media/pci/cx23885/
H A Dcx23885-core.c683 struct cx23885_tsport *port, int portno)
685 dprintk(1, "%s(portno=%d)\n", __func__, portno);
695 port->nr = portno;
709 switch (portno) {
682 cx23885_init_tsport(struct cx23885_dev *dev, struct cx23885_tsport *port, int portno) argument
/drivers/ata/
H A Dsata_sx4.c317 static inline void pdc20621_ata_sg(u8 *buf, unsigned int portno, argument
326 (PDC_DIMM_DATA_STEP * portno);
333 (PDC_DIMM_WINDOW_STEP * portno) +
338 static inline void pdc20621_host_sg(u8 *buf, unsigned int portno, argument
347 (PDC_DIMM_DATA_STEP * portno);
354 (PDC_DIMM_WINDOW_STEP * portno) +
361 unsigned int portno)
368 (PDC_DIMM_WINDOW_STEP * portno) +
384 buf[i++] = portno + 1; /* seq. id */
413 unsigned int portno)
359 pdc20621_ata_pkt(struct ata_taskfile *tf, unsigned int devno, u8 *buf, unsigned int portno) argument
412 pdc20621_host_pkt(struct ata_taskfile *tf, u8 *buf, unsigned int portno) argument
460 unsigned int portno = ap->port_no; local
520 unsigned int portno = ap->port_no; local
[all...]
/drivers/tty/serial/
H A Dsc16is7xx.c591 static void sc16is7xx_port_irq(struct sc16is7xx_port *s, int portno) argument
593 struct uart_port *port = &s->p[portno].port;
H A Dmax310x.c683 static void max310x_port_irq(struct max310x_port *s, int portno) argument
685 struct uart_port *port = &s->p[portno].port;

Completed in 201 milliseconds