Home
last modified time | relevance | path

Searched refs:port0 (Results 1 – 16 of 16) sorted by relevance

/drivers/watchdog/
Dpcwd.c222 int port0, last_port0; /* Double read for stabilising */ in send_isa_command() local
232 port0 = inb_p(pcwd_private.io_addr); in send_isa_command()
234 last_port0 = port0; in send_isa_command()
235 port0 = inb_p(pcwd_private.io_addr); in send_isa_command()
237 if (port0 == last_port0) in send_isa_command()
245 cmd, port0, last_port0); in send_isa_command()
247 return port0; in send_isa_command()
809 int port0, last_port0; /* Reg 0, in case it's REV A */ in pcwd_isa_match() local
824 port0 = inb_p(base_addr); /* For REV A boards */ in pcwd_isa_match()
826 if (port0 != 0xff || port1 != 0xff) { in pcwd_isa_match()
[all …]
/drivers/net/ethernet/chelsio/cxgb3/
Dadapter.h292 struct port_info *port0 = adap2pinfo(adap, 0); in phy2portid() local
294 return &port0->phy == phy ? 0 : 1; in phy2portid()
Dt3_hw.c590 VPD_ENTRY(port0, 2); /* PHY0 complex */
/drivers/gpu/drm/rcar-du/
Drcar_lvds.c620 struct device_node *port0, *port1; in rcar_lvds_parse_dt_companion() local
648 port0 = of_graph_get_port_by_id(dev->of_node, 1); in rcar_lvds_parse_dt_companion()
650 dual_link = drm_of_lvds_get_dual_link_pixel_order(port0, port1); in rcar_lvds_parse_dt_companion()
651 of_node_put(port0); in rcar_lvds_parse_dt_companion()
/drivers/usb/serial/
Dio_edgeport.c831 struct usb_serial_port *port0 = serial->port[0]; in edge_open() local
835 port0->interrupt_in_buffer; in edge_open()
837 port0->interrupt_in_endpointAddress; in edge_open()
838 edge_serial->interrupt_read_urb = port0->interrupt_in_urb; in edge_open()
839 edge_serial->bulk_in_buffer = port0->bulk_in_buffer; in edge_open()
841 port0->bulk_in_endpointAddress; in edge_open()
842 edge_serial->read_urb = port0->read_urb; in edge_open()
844 port0->bulk_out_endpointAddress; in edge_open()
850 port0->interrupt_in_endpointAddress), in edge_open()
851 port0->interrupt_in_buffer, in edge_open()
[all …]
Dmxuport.c1155 struct usb_serial_port *port0 = serial->port[0]; in mxuport_attach() local
1166 err = usb_serial_generic_submit_read_urbs(port0, GFP_KERNEL); in mxuport_attach()
1172 usb_serial_generic_close(port0); in mxuport_attach()
1181 struct usb_serial_port *port0 = serial->port[0]; in mxuport_release() local
1185 usb_serial_generic_close(port0); in mxuport_release()
Dquatech2.c607 struct usb_serial_port *port0; in qt2_setup_urbs() local
611 port0 = serial->port[0]; in qt2_setup_urbs()
620 port0->bulk_in_endpointAddress), in qt2_setup_urbs()
Df81534.c1123 struct usb_serial_port *port0 = port->serial->port[0]; in f81534_close() local
1138 for (i = 0; i < ARRAY_SIZE(port0->read_urbs); ++i) in f81534_close()
1139 usb_kill_urb(port0->read_urbs[i]); in f81534_close()
/drivers/usb/misc/
Dcypress_cy7c63.c186 static DEVICE_ATTR_RW(port0);
Dcytherm.c236 static DEVICE_ATTR_RW(port0);
/drivers/thunderbolt/
Dicm.c1842 int port0, port1; in icm_reset_phy_port() local
1850 port0 = 3; in icm_reset_phy_port()
1853 port0 = 1; in icm_reset_phy_port()
1861 ret = pcie2cio_read(icm, TB_CFG_PORT, port0, PHY_PORT_CS1, &val0); in icm_reset_phy_port()
1878 ret = pcie2cio_write(icm, TB_CFG_PORT, port0, PHY_PORT_CS1, val0); in icm_reset_phy_port()
1890 ret = pcie2cio_read(icm, TB_CFG_PORT, port0, PHY_PORT_CS1, &val0); in icm_reset_phy_port()
1898 ret = pcie2cio_write(icm, TB_CFG_PORT, port0, PHY_PORT_CS1, val0); in icm_reset_phy_port()
/drivers/net/phy/
Dnxp-tja11xx.c563 static int tja1102_match_phy_device(struct phy_device *phydev, bool port0) in tja1102_match_phy_device() argument
577 if (port0) in tja1102_match_phy_device()
/drivers/net/ethernet/cortina/
Dgemini.c152 struct gemini_ethernet_port *port0; member
1053 other_netdev = geth->port0->netdev; in geth_resize_freeq()
2313 if (geth->port0 && geth->port1) in gemini_ethernet_init()
2453 geth->port0 = port; in gemini_ethernet_port_probe()
/drivers/media/pci/smipcie/
Dsmipcie-main.c464 struct smi_port *port0 = &dev->ts_port[0]; in smi_irq_handler() local
473 handled += smi_port_irq(port0, intr_status); in smi_irq_handler()
/drivers/ata/
Dsata_nv.c667 struct nv_adma_port_priv *port0, *port1; in nv_adma_slave_config() local
726 port0 = ap->host->ports[0]->private_data; in nv_adma_slave_config()
728 if ((port0->flags & NV_ADMA_ATAPI_SETUP_COMPLETE) || in nv_adma_slave_config()
/drivers/scsi/cxlflash/
Dmain.c3092 static DEVICE_ATTR_RO(port0);