Home
last modified time | relevance | path

Searched refs:port_b (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/sound/
Dsh_fsi.h32 struct sh_fsi_port_info port_b; member
/linux-4.4.14/arch/ia64/include/asm/sn/
Dioc3.h84 struct ioc3_serialregs port_b; member
/linux-4.4.14/drivers/scsi/
Dscsi_debug.c1087 int port_a, port_b; in inquiry_evpd_88() local
1090 port_b = port_a + 1; in inquiry_evpd_88()
1130 arr[num++] = (port_b >> 24); in inquiry_evpd_88()
1131 arr[num++] = (port_b >> 16) & 0xff; in inquiry_evpd_88()
1132 arr[num++] = (port_b >> 8) & 0xff; in inquiry_evpd_88()
1133 arr[num++] = port_b & 0xff; in inquiry_evpd_88()
1591 int port_group_a, port_group_b, port_a, port_b; in resp_report_tgtpgs() local
1606 port_b = 0x2; /* relative port B */ in resp_report_tgtpgs()
1643 arr[n++] = (port_b >> 8) & 0xff; in resp_report_tgtpgs()
1644 arr[n++] = port_b & 0xff; in resp_report_tgtpgs()
[all …]
/linux-4.4.14/sound/soc/sh/
Dfsi.c1939 fsi_of_parse("fsib", np, &info.port_b, &pdev->dev); in fsi_probe()
1997 fsi_port_info_init(fsi, &info.port_b); in fsi_probe()
1998 fsi_handler_init(fsi, &info.port_b); in fsi_probe()
/linux-4.4.14/drivers/tty/serial/
Dioc3_serial.c2093 port->ip_serial_regs = &idd->vma->port_b; in ioc3uart_probe()