Searched refs:port_index (Results 1 – 8 of 8) sorted by relevance
/drivers/w1/masters/ |
D | matrox_w1.c | 81 void __iomem *port_index; member 110 writeb(reg, dev->port_index); in matrox_w1_read_reg() 119 writeb(reg, dev->port_index); in matrox_w1_write_reg() 193 dev->port_index = dev->base_addr + MATROX_PORT_INDEX_OFFSET; in matrox_w1_probe()
|
/drivers/infiniband/core/ |
D | device.c | 226 u8 port_index; in read_port_table_lengths() local 241 for (port_index = 0; port_index < num_ports; ++port_index) { in read_port_table_lengths() 242 ret = ib_query_port(device, port_index + start_port(device), in read_port_table_lengths() 246 device->pkey_tbl_len[port_index] = tprops->pkey_tbl_len; in read_port_table_lengths() 247 device->gid_tbl_len[port_index] = tprops->gid_tbl_len; in read_port_table_lengths()
|
/drivers/net/ |
D | ne3210.c | 96 int i, retval, port_index; in ne3210_eisa_probe() local 127 port_index = inb(ioaddr + NE3210_CFG2) >> 6; in ne3210_eisa_probe() 131 edev->slot, ifmap[port_index], dev->dev_addr); in ne3210_eisa_probe() 201 dev->if_port = ifmap_val[port_index]; in ne3210_eisa_probe()
|
/drivers/char/ip2/ |
D | ip2trace.h | 12 #define CHANN (pCh->port_index)
|
D | ip2main.c | 915 pCh->port_index = portnum + i; in ip2_init_board() 942 pCh->port_index = (IP2_PORTS_PER_BOARD * boardnum) + i; in ip2_init_board() 1416 } else if ( pBrd->i2eChannelCnt < pCh->port_index ) { in open_sanity_check() 1417 printk(KERN_ERR "IP2: bad device index (%d)\n", pCh->port_index ); in open_sanity_check() 1418 } else if (&((i2ChanStrPtr)pBrd->i2eChannelPtr)[pCh->port_index] != pCh) { in open_sanity_check() 1458 tty, pFile, tty->name, pCh->infl.hd.i2sChannel, pCh->port_index); in ip2_open() 2351 tmp.type = pCh->pMyBord->channelBtypes.bid_value[(pCh->port_index & (IP2_PORTS_PER_BOARD-1))/16]; in get_serial_info() 2357 tmp.line = pCh->port_index; in get_serial_info() 2359 tmp.irq = ip2config.irq[pCh->port_index/64]; in get_serial_info() 2393 if ( (ns.irq != ip2config.irq[pCh->port_index]) in set_serial_info() [all …]
|
D | i2lib.h | 81 int port_index; // Index of port in channel structure array attached member
|
/drivers/firewire/ |
D | fw-topology.c | 89 static int get_port_type(u32 *sid, int port_index) in get_port_type() argument 93 index = (port_index + 5) / 8; in get_port_type() 94 shift = 16 - ((port_index + 5) & 7) * 2; in get_port_type()
|
/drivers/usb/host/ |
D | u132-hcd.c | 2652 static int u132_roothub_portreset(struct u132 *u132, int port_index) in u132_roothub_portreset() argument 2667 roothub.portstatus[port_index], &portstat); in u132_roothub_portreset() 2680 roothub.portstatus[port_index], in u132_roothub_portreset() 2688 retval = u132_write_pcimem(u132, roothub.portstatus[port_index], in u132_roothub_portreset() 2708 int port_index = wIndex - 1; in u132_roothub_setportfeature() local 2709 struct u132_port *port = &u132->port[port_index]; in u132_roothub_setportfeature() 2714 roothub.portstatus[port_index], RH_PS_PSS); in u132_roothub_setportfeature() 2720 roothub.portstatus[port_index], RH_PS_PPS); in u132_roothub_setportfeature() 2725 retval = u132_roothub_portreset(u132, port_index); in u132_roothub_setportfeature() 2741 int port_index = wIndex - 1; in u132_roothub_clearportfeature() local [all …]
|