/linux-4.4.14/drivers/ide/ |
D | cmd640.c | 722 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.4.14/drivers/platform/x86/ |
D | hdaps.c | 178 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.4.14/drivers/media/tuners/ |
D | tda9887.c | 433 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()
|
D | tea5767.h | 32 unsigned int port2:1; member
|
D | tea5767.c | 214 if (priv->ctrl.port2) in set_radio_freq() 457 priv->ctrl.port2 = 1; in tea5767_attach()
|
/linux-4.4.14/include/linux/mlx4/ |
D | driver.h | 80 u8 port2; member
|
D | device.h | 1460 int mlx4_virt2phy_port_map(struct mlx4_dev *dev, u32 port1, u32 port2);
|
/linux-4.4.14/include/uapi/linux/ |
D | serial.h | 86 int port2; member
|
/linux-4.4.14/include/sound/ |
D | emu8000.h | 70 unsigned long port2; /* Port usually at base+0x400 */ member
|
D | emu8000_reg.h | 30 #define EMU8000_DATA1(e) ((e)->port2) 31 #define EMU8000_DATA2(e) ((e)->port2+2)
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | pxa-usb.txt | 10 - "marvell,enable-port1", "marvell,enable-port2", "marvell,enable-port3"
|
/linux-4.4.14/tools/firewire/ |
D | nosy-dump.h | 34 uint32_t port2:2; member
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | main.c | 1268 u8 port2 = v2p->port2; in mlx4_port_map_set() local 1280 if (port2 == 0) in mlx4_port_map_set() 1281 port2 = priv->v2p.port2; in mlx4_port_map_set() 1284 (port2 < 1) || (port2 > MLX4_MAX_PORTS) || in mlx4_port_map_set() 1285 (port1 == 2 && port2 == 1)) { in mlx4_port_map_set() 1290 (port2 == priv->v2p.port2)) { in mlx4_port_map_set() 1293 err = mlx4_virt2phy_port_map(dev, port1, port2); in mlx4_port_map_set() 1296 port1, port2); in mlx4_port_map_set() 1298 priv->v2p.port2 = port2; in mlx4_port_map_set() 3316 priv->v2p.port2 = 2; in mlx4_load_one()
|
D | fw.c | 2358 int mlx4_virt2phy_port_map(struct mlx4_dev *dev, u32 port1, u32 port2) in mlx4_virt2phy_port_map() argument 2373 v2p->v_port2 = cpu_to_be32(port2); in mlx4_virt2phy_port_map()
|
D | en_netdev.c | 2582 bond->port_map.port2, in mlx4_en_bond_work() 2607 bond->port_map.port2 = v2p_p2; in mlx4_en_queue_bond_work()
|
/linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
D | t2080qds.dts | 51 port2 {
|
D | b4860qds.dts | 54 port2 {
|
D | t2080rdb.dts | 51 port2 {
|
D | t2080si-post.dtsi | 64 port2 {
|
D | cyrus_p5020.dts | 82 port2 {
|
D | t4240rdb.dts | 207 port2 {
|
D | p4080ds.dts | 148 port2 {
|
D | p2041rdb.dts | 148 port2 {
|
D | p3041ds.dts | 161 port2 {
|
D | p5020ds.dts | 161 port2 {
|
D | t4240qds.dts | 304 port2 {
|
D | mpc8569si-post.dtsi | 87 port2 {
|
D | b4860si-post.dtsi | 56 port2 {
|
D | p5020si-post.dtsi | 188 port2 {
|
D | p2041si-post.dtsi | 159 port2 {
|
D | mpc8569mds.dts | 441 port2 {
|
D | p3041si-post.dtsi | 186 port2 {
|
D | p4080si-post.dtsi | 160 port2 {
|
D | t4240si-post.dtsi | 174 port2 {
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | farch.c | 2072 __be16 rport, port1, port2; in efx_farch_filter_from_gen_spec() local 2105 port2 = rport; in efx_farch_filter_from_gen_spec() 2108 port2 = gen_spec->loc_port; in efx_farch_filter_from_gen_spec() 2111 spec->data[1] = ntohs(port2) << 16 | ntohl(host1) >> 16; in efx_farch_filter_from_gen_spec() 2170 __be16 port1, port2; in efx_farch_filter_to_gen_spec() local 2188 port2 = htons(spec->data[1] >> 16); in efx_farch_filter_to_gen_spec() 2199 gen_spec->rem_port = port2; in efx_farch_filter_to_gen_spec() 2201 gen_spec->loc_port = port2; in efx_farch_filter_to_gen_spec()
|
/linux-4.4.14/sound/isa/sb/ |
D | emu8000.c | 1107 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.4.14/Documentation/devicetree/bindings/mfd/ |
D | omap-usb-host.txt | 97 port2-mode = "ehci-tll";
|
/linux-4.4.14/arch/alpha/kernel/ |
D | smc37c669.c | 959 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.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | srio.txt | 96 port2 {
|
/linux-4.4.14/drivers/tty/serial/ |
D | serial_core.c | 2822 int uart_match_port(struct uart_port *port1, struct uart_port *port2) in uart_match_port() argument 2824 if (port1->iotype != port2->iotype) in uart_match_port() 2829 return (port1->iobase == port2->iobase); in uart_match_port() 2831 return (port1->iobase == port2->iobase) && in uart_match_port() 2832 (port1->hub6 == port2->hub6); in uart_match_port() 2838 return (port1->mapbase == port2->mapbase); in uart_match_port()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | omap3-overo-base.dtsi | 209 port2-mode = "ehci-phy";
|
D | omap3-cm-t3x.dtsi | 203 port2-mode = "ehci-phy";
|
D | omap3-beagle-xm.dts | 346 port2-mode = "ehci-phy";
|
D | omap3-tao3530.dtsi | 247 port2-mode = "ehci-phy";
|
D | omap3-beagle.dts | 299 port2-mode = "ehci-phy";
|
D | omap3-gta04.dtsi | 381 port2-mode = "ehci-phy";
|
D | omap5-board-common.dtsi | 623 port2-mode = "ehci-hsic";
|
D | omap5-cm-t54.dts | 625 port2-mode = "ehci-hsic";
|
D | omap3-pandora-common.dtsi | 538 port2-mode = "ehci-phy";
|
/linux-4.4.14/include/linux/ |
D | serial_core.h | 380 int uart_match_port(struct uart_port *port1, struct uart_port *port2);
|
/linux-4.4.14/drivers/parport/ |
D | parport_pc.c | 2440 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.4.14/drivers/char/ |
D | sonypi.c | 157 u16 port2; member 1254 dev->ioport2 = ioport_list->port2; in sonypi_setup_ioports()
|
D | virtio_console.c | 2117 struct port *port, *port2; in virtcons_remove() local 2133 list_for_each_entry_safe(port, port2, &portdev->ports, list) in virtcons_remove()
|
/linux-4.4.14/Documentation/serial/ |
D | driver | 383 uart_match_port(port1,port2)
|
/linux-4.4.14/Documentation/ |
D | IPMI.txt | 362 ports=<port1>,<port2>... addrs=<addr1>,<addr2>... 436 ipmi_si.ports=<port1>,<port2>... ipmi_si.addrs=<addr1>,<addr2>...
|
D | kernel-parameters.txt | 1969 lp=port1,port2,... specifies the parallel ports
|
/linux-4.4.14/Documentation/networking/ |
D | bonding.txt | 2159 | |port2 ISL port2| | 2249 | |eth1 port2| | here somewhere 2276 | |eth1 port2| +------------------+ Host C |
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_hw.c | 592 VPD_ENTRY(port2, 2); /* PHY2 complex */
|