Searched refs:port_a (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/arch/x86/boot/
H A Da20.c116 u8 port_a; enable_a20_fast() local
118 port_a = inb(0x92); /* Configuration port A */ enable_a20_fast()
119 port_a |= 0x02; /* Enable A20 */ enable_a20_fast()
120 port_a &= ~0x01; /* Do not reset machine */ enable_a20_fast()
121 outb(port_a, 0x92); enable_a20_fast()
/linux-4.1.27/include/sound/
H A Dsh_fsi.h31 struct sh_fsi_port_info port_a; member in struct:sh_fsi_platform_info
/linux-4.1.27/drivers/scsi/
H A Dscsi_debug.c943 int num, port_a; inquiry_evpd_83() local
946 port_a = target_dev_id + 1; inquiry_evpd_83()
990 arr[num++] = (port_a >> 24); inquiry_evpd_83()
991 arr[num++] = (port_a >> 16) & 0xff; inquiry_evpd_83()
992 arr[num++] = (port_a >> 8) & 0xff; inquiry_evpd_83()
993 arr[num++] = port_a & 0xff; inquiry_evpd_83()
1084 int port_a, port_b; inquiry_evpd_88() local
1086 port_a = target_dev_id + 1; inquiry_evpd_88()
1087 port_b = port_a + 1; inquiry_evpd_88()
1105 arr[num++] = (port_a >> 24); inquiry_evpd_88()
1106 arr[num++] = (port_a >> 16) & 0xff; inquiry_evpd_88()
1107 arr[num++] = (port_a >> 8) & 0xff; inquiry_evpd_88()
1108 arr[num++] = port_a & 0xff; inquiry_evpd_88()
1589 int port_group_a, port_group_b, port_a, port_b; resp_report_tgtpgs() local
1603 port_a = 0x1; /* relative port A */ resp_report_tgtpgs()
1629 arr[n++] = (port_a >> 8) & 0xff; resp_report_tgtpgs()
1630 arr[n++] = port_a & 0xff; resp_report_tgtpgs()
1968 int port_a, port_b; resp_sas_pcd_m_spg() local
1970 port_a = target_dev_id + 1; resp_sas_pcd_m_spg()
1971 port_b = port_a + 1; resp_sas_pcd_m_spg()
1973 p[20] = (port_a >> 24); resp_sas_pcd_m_spg()
1974 p[21] = (port_a >> 16) & 0xff; resp_sas_pcd_m_spg()
1975 p[22] = (port_a >> 8) & 0xff; resp_sas_pcd_m_spg()
1976 p[23] = port_a & 0xff; resp_sas_pcd_m_spg()
/linux-4.1.27/arch/ia64/include/asm/sn/
H A Dioc3.h83 struct ioc3_serialregs port_a; member in struct:ioc3
/linux-4.1.27/sound/soc/sh/
H A Dfsi.c1939 fsi_of_parse("fsia", np, &info.port_a, &pdev->dev); fsi_probe()
1985 fsi_port_info_init(fsi, &info.port_a); fsi_probe()
1986 fsi_handler_init(fsi, &info.port_a); fsi_probe()
/linux-4.1.27/arch/arm/mach-shmobile/
H A Dboard-kzm9g.c558 .port_a = {
H A Dboard-armadillo800eva.c975 .port_a = {
/linux-4.1.27/drivers/tty/serial/
H A Dioc3_serial.c2066 port->ip_serial_regs = &idd->vma->port_a; ioc3uart_probe()
/linux-4.1.27/drivers/net/ethernet/broadcom/
H A Dtg3.c5498 int workaround, port_a; tg3_setup_fiber_hw_autoneg() local
5503 port_a = 1; tg3_setup_fiber_hw_autoneg()
5510 port_a = 0; tg3_setup_fiber_hw_autoneg()
5524 if (port_a) tg3_setup_fiber_hw_autoneg()
5601 if (port_a) tg3_setup_fiber_hw_autoneg()

Completed in 476 milliseconds