Searched refs:port_b (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/include/sound/ |
H A D | sh_fsi.h | 32 struct sh_fsi_port_info port_b; member in struct:sh_fsi_platform_info
|
/linux-4.4.14/drivers/scsi/ |
H A D | scsi_debug.c | 1087 int port_a, port_b; inquiry_evpd_88() local 1090 port_b = port_a + 1; inquiry_evpd_88() 1130 arr[num++] = (port_b >> 24); inquiry_evpd_88() 1131 arr[num++] = (port_b >> 16) & 0xff; inquiry_evpd_88() 1132 arr[num++] = (port_b >> 8) & 0xff; inquiry_evpd_88() 1133 arr[num++] = port_b & 0xff; inquiry_evpd_88() 1591 int port_group_a, port_group_b, port_a, port_b; resp_report_tgtpgs() local 1606 port_b = 0x2; /* relative port B */ resp_report_tgtpgs() 1643 arr[n++] = (port_b >> 8) & 0xff; resp_report_tgtpgs() 1644 arr[n++] = port_b & 0xff; resp_report_tgtpgs() 1970 int port_a, port_b; resp_sas_pcd_m_spg() local 1973 port_b = port_a + 1; resp_sas_pcd_m_spg() 1979 p[48 + 20] = (port_b >> 24); resp_sas_pcd_m_spg() 1980 p[48 + 21] = (port_b >> 16) & 0xff; resp_sas_pcd_m_spg() 1981 p[48 + 22] = (port_b >> 8) & 0xff; resp_sas_pcd_m_spg() 1982 p[48 + 23] = port_b & 0xff; resp_sas_pcd_m_spg()
|
/linux-4.4.14/arch/ia64/include/asm/sn/ |
H A D | ioc3.h | 84 struct ioc3_serialregs port_b; member in struct:ioc3
|
/linux-4.4.14/sound/soc/sh/ |
H A D | fsi.c | 1939 fsi_of_parse("fsib", np, &info.port_b, &pdev->dev); fsi_probe() 1997 fsi_port_info_init(fsi, &info.port_b); fsi_probe() 1998 fsi_handler_init(fsi, &info.port_b); fsi_probe()
|
/linux-4.4.14/drivers/tty/serial/ |
H A D | ioc3_serial.c | 2093 port->ip_serial_regs = &idd->vma->port_b; ioc3uart_probe()
|
Completed in 224 milliseconds