Home
last modified time | relevance | path

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

/linux-4.1.27/include/sound/
Dsh_fsi.h32 struct sh_fsi_port_info port_b; member
/linux-4.1.27/arch/ia64/include/asm/sn/
Dioc3.h84 struct ioc3_serialregs port_b; member
/linux-4.1.27/drivers/scsi/
Dscsi_debug.c1084 int port_a, port_b; in inquiry_evpd_88() local
1087 port_b = port_a + 1; in inquiry_evpd_88()
1127 arr[num++] = (port_b >> 24); in inquiry_evpd_88()
1128 arr[num++] = (port_b >> 16) & 0xff; in inquiry_evpd_88()
1129 arr[num++] = (port_b >> 8) & 0xff; in inquiry_evpd_88()
1130 arr[num++] = port_b & 0xff; in inquiry_evpd_88()
1589 int port_group_a, port_group_b, port_a, port_b; in resp_report_tgtpgs() local
1604 port_b = 0x2; /* relative port B */ in resp_report_tgtpgs()
1641 arr[n++] = (port_b >> 8) & 0xff; in resp_report_tgtpgs()
1642 arr[n++] = port_b & 0xff; in resp_report_tgtpgs()
[all …]
/linux-4.1.27/sound/soc/sh/
Dfsi.c1940 fsi_of_parse("fsib", np, &info.port_b, &pdev->dev); in fsi_probe()
1998 fsi_port_info_init(fsi, &info.port_b); in fsi_probe()
1999 fsi_handler_init(fsi, &info.port_b); in fsi_probe()
/linux-4.1.27/arch/arm/mach-shmobile/
Dboard-armadillo800eva.c979 .port_b = {
/linux-4.1.27/drivers/tty/serial/
Dioc3_serial.c2093 port->ip_serial_regs = &idd->vma->port_b; in ioc3uart_probe()