Home
last modified time | relevance | path

Searched refs:port2 (Results 1 – 58 of 58) sorted by relevance

/linux-4.1.27/drivers/ide/
Dcmd640.c722 const char *bus_type, *port2; in cmd640x_init() local
808 port2 = "okay"; in cmd640x_init()
811 port2 = "alive"; in cmd640x_init()
813 port2 = "not cmd640"; in cmd640x_init()
818 port2 = "enabled"; in cmd640x_init()
821 port2 = "not responding"; in cmd640x_init()
832 second_port_cmd640 ? "" : "not ", port2); in cmd640x_init()
/linux-4.1.27/drivers/platform/x86/
Dhdaps.c178 static int __hdaps_read_pair(unsigned int port1, unsigned int port2, in __hdaps_read_pair() argument
185 *y = inw(port2); in __hdaps_read_pair()
203 static int hdaps_read_pair(unsigned int port1, unsigned int port2, in hdaps_read_pair() argument
209 ret = __hdaps_read_pair(port1, port2, val1, val2); in hdaps_read_pair()
/linux-4.1.27/drivers/media/tuners/
Dtda9887.c433 static unsigned int port2 = UNSET; variable
438 module_param(port2, int, 0644);
453 if (UNSET != port2) { in tda9887_set_insmod()
454 if (port2) in tda9887_set_insmod()
Dtea5767.h32 unsigned int port2:1; member
Dtea5767.c214 if (priv->ctrl.port2) in set_radio_freq()
457 priv->ctrl.port2 = 1; in tea5767_attach()
/linux-4.1.27/include/uapi/linux/
Dserial.h86 int port2; member
/linux-4.1.27/include/linux/mlx4/
Ddriver.h79 u8 port2; member
Ddevice.h1421 int mlx4_virt2phy_port_map(struct mlx4_dev *dev, u32 port1, u32 port2);
/linux-4.1.27/include/sound/
Demu8000.h70 unsigned long port2; /* Port usually at base+0x400 */ member
Demu8000_reg.h30 #define EMU8000_DATA1(e) ((e)->port2)
31 #define EMU8000_DATA2(e) ((e)->port2+2)
/linux-4.1.27/Documentation/devicetree/bindings/usb/
Dpxa-usb.txt10 - "marvell,enable-port1", "marvell,enable-port2", "marvell,enable-port3"
/linux-4.1.27/tools/firewire/
Dnosy-dump.h34 uint32_t port2:2; member
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dmain.c1241 u8 port2 = v2p->port2; in mlx4_port_map_set() local
1253 if (port2 == 0) in mlx4_port_map_set()
1254 port2 = priv->v2p.port2; in mlx4_port_map_set()
1257 (port2 < 1) || (port2 > MLX4_MAX_PORTS) || in mlx4_port_map_set()
1258 (port1 == 2 && port2 == 1)) { in mlx4_port_map_set()
1263 (port2 == priv->v2p.port2)) { in mlx4_port_map_set()
1266 err = mlx4_virt2phy_port_map(dev, port1, port2); in mlx4_port_map_set()
1269 port1, port2); in mlx4_port_map_set()
1271 priv->v2p.port2 = port2; in mlx4_port_map_set()
3089 priv->v2p.port2 = 2; in mlx4_load_one()
Dfw.c2330 int mlx4_virt2phy_port_map(struct mlx4_dev *dev, u32 port1, u32 port2) in mlx4_virt2phy_port_map() argument
2345 v2p->v_port2 = cpu_to_be32(port2); in mlx4_virt2phy_port_map()
Den_netdev.c2528 bond->port_map.port2, in mlx4_en_bond_work()
2553 bond->port_map.port2 = v2p_p2; in mlx4_en_queue_bond_work()
/linux-4.1.27/arch/powerpc/boot/dts/
Dt2080qds.dts51 port2 {
Dt2080rdb.dts51 port2 {
Db4860qds.dts54 port2 {
Dp4080ds.dts136 port2 {
Dt4240rdb.dts195 port2 {
Dp2041rdb.dts136 port2 {
Dp5020ds.dts149 port2 {
Dt4240qds.dts292 port2 {
Dp3041ds.dts149 port2 {
Dmpc8569mds.dts441 port2 {
/linux-4.1.27/Documentation/networking/
Dswitchdev.txt13 port1 port2 port3 port4 MNGMNT | PCI-E |
Dbonding.txt2075 | |port2 ISL port2| |
2165 | |eth1 port2| | here somewhere
2192 | |eth1 port2| +------------------+ Host C |
/linux-4.1.27/arch/powerpc/boot/dts/fsl/
Dt2080si-post.dtsi64 port2 {
Db4860si-post.dtsi57 port2 {
Dmpc8569si-post.dtsi87 port2 {
Dp3041si-post.dtsi176 port2 {
Dp5020si-post.dtsi178 port2 {
Dp2041si-post.dtsi149 port2 {
Dp4080si-post.dtsi150 port2 {
Dt4240si-post.dtsi164 port2 {
/linux-4.1.27/drivers/net/ethernet/sfc/
Dfarch.c2054 __be16 rport, port1, port2; in efx_farch_filter_from_gen_spec() local
2087 port2 = rport; in efx_farch_filter_from_gen_spec()
2090 port2 = gen_spec->loc_port; in efx_farch_filter_from_gen_spec()
2093 spec->data[1] = ntohs(port2) << 16 | ntohl(host1) >> 16; in efx_farch_filter_from_gen_spec()
2152 __be16 port1, port2; in efx_farch_filter_to_gen_spec() local
2170 port2 = htons(spec->data[1] >> 16); in efx_farch_filter_to_gen_spec()
2181 gen_spec->rem_port = port2; in efx_farch_filter_to_gen_spec()
2183 gen_spec->loc_port = port2; in efx_farch_filter_to_gen_spec()
/linux-4.1.27/sound/isa/sb/
Demu8000.c1107 hw->port2 = port + 0x400; in snd_emu8000_new()
1110 !(hw->res_port2 = request_region(hw->port2, 4, "Emu8000-2")) || in snd_emu8000_new()
1112 …snd_printk(KERN_ERR "sbawe: can't grab ports 0x%lx, 0x%lx, 0x%lx\n", hw->port1, hw->port2, hw->por… in snd_emu8000_new()
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Domap-usb-host.txt97 port2-mode = "ehci-tll";
/linux-4.1.27/arch/alpha/kernel/
Dsmc37c669.c959 unsigned int port2; member
1395 ide_addr.by_field.addr9_4 = local_config[ func ].port2 >> 4; in SMC37c669_enable_device()
2176 local_config[IDE_0].port2 = ide_alt.by_field.addr9_4 << 4; in SMC37c669_init_local_config()
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Dsrio.txt96 port2 {
/linux-4.1.27/drivers/tty/serial/
Dserial_core.c2816 int uart_match_port(struct uart_port *port1, struct uart_port *port2) in uart_match_port() argument
2818 if (port1->iotype != port2->iotype) in uart_match_port()
2823 return (port1->iobase == port2->iobase); in uart_match_port()
2825 return (port1->iobase == port2->iobase) && in uart_match_port()
2826 (port1->hub6 == port2->hub6); in uart_match_port()
2832 return (port1->mapbase == port2->mapbase); in uart_match_port()
/linux-4.1.27/arch/arm/boot/dts/
Domap3-overo-base.dtsi209 port2-mode = "ehci-phy";
Domap3-cm-t3x.dtsi203 port2-mode = "ehci-phy";
Domap3-beagle-xm.dts346 port2-mode = "ehci-phy";
Domap3-tao3530.dtsi247 port2-mode = "ehci-phy";
Domap3-beagle.dts299 port2-mode = "ehci-phy";
Domap3-gta04.dtsi353 port2-mode = "ehci-phy";
Domap5-uevm.dts616 port2-mode = "ehci-hsic";
Domap3-pandora-common.dtsi496 port2-mode = "ehci-phy";
Domap5-cm-t54.dts625 port2-mode = "ehci-hsic";
/linux-4.1.27/include/linux/
Dserial_core.h380 int uart_match_port(struct uart_port *port1, struct uart_port *port2);
/linux-4.1.27/drivers/parport/
Dparport_pc.c2440 unsigned port1, port2; in sio_via_probe() local
2554 port2 = 0x7bc; break; in sio_via_probe()
2556 port2 = 0x778; break; in sio_via_probe()
2558 port2 = 0x678; break; in sio_via_probe()
2580 if (parport_pc_probe_port(port1, port2, irq, dma, &pdev->dev, 0)) { in sio_via_probe()
/linux-4.1.27/drivers/char/
Dsonypi.c157 u16 port2; member
1254 dev->ioport2 = ioport_list->port2; in sonypi_setup_ioports()
Dvirtio_console.c2117 struct port *port, *port2; in virtcons_remove() local
2133 list_for_each_entry_safe(port, port2, &portdev->ports, list) in virtcons_remove()
/linux-4.1.27/Documentation/serial/
Ddriver383 uart_match_port(port1,port2)
/linux-4.1.27/Documentation/
DIPMI.txt362 ports=<port1>,<port2>... addrs=<addr1>,<addr2>...
436 ipmi_si.ports=<port1>,<port2>... ipmi_si.addrs=<addr1>,<addr2>...
Dkernel-parameters.txt1902 lp=port1,port2,... specifies the parallel ports
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c592 VPD_ENTRY(port2, 2); /* PHY2 complex */