Searched refs:port_a (Results 1 – 7 of 7) sorted by relevance
/linux/arch/x86/boot/ |
H A D | a20.c | 114 u8 port_a; in enable_a20_fast() local 116 port_a = inb(0x92); /* Configuration port A */ in enable_a20_fast() 117 port_a |= 0x02; /* Enable A20 */ in enable_a20_fast() 118 port_a &= ~0x01; /* Do not reset machine */ in enable_a20_fast() 119 outb(port_a, 0x92); in enable_a20_fast()
|
/linux/samples/bpf/ |
H A D | test_map_in_map.bpf.c | 26 } port_a SEC(".maps"); 88 if (inner_map != &port_a) in do_inline_array_lookup() 91 result = bpf_map_lookup_elem(&port_a, &port); in do_inline_array_lookup()
|
/linux/include/sound/ |
H A D | sh_fsi.h | 28 struct sh_fsi_port_info port_a; member
|
/linux/drivers/mfd/ |
H A D | ioc3.c | 196 writel(readl(&ipd->regs->port_a.sscr) & ~SSCR_DMA_EN, in ioc3_serial_setup() 197 &ipd->regs->port_a.sscr); in ioc3_serial_setup()
|
/linux/arch/mips/include/asm/sn/ |
H A D | ioc3.h | 148 struct ioc3_serialregs port_a; member
|
/linux/drivers/scsi/ |
H A D | scsi_debug.c | 1587 int num, port_a; in inquiry_vpd_83() local 1590 port_a = target_dev_id + 1; in inquiry_vpd_83() 1636 put_unaligned_be64(naa3_comp_a + port_a, arr + num); in inquiry_vpd_83() 1721 int port_a, port_b; in inquiry_vpd_88() local 1723 port_a = target_dev_id + 1; in inquiry_vpd_88() 1724 port_b = port_a + 1; in inquiry_vpd_88() 1738 put_unaligned_be64(naa3_comp_a + port_a, arr + num); in inquiry_vpd_88() 2288 int port_group_a, port_group_b, port_a, port_b; in resp_report_tgtpgs() local 2302 port_a = 0x1; /* relative port A */ in resp_report_tgtpgs() 2328 put_unaligned_be16(port_a, arr + n); in resp_report_tgtpgs() [all …]
|
/linux/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 5494 int workaround, port_a; in tg3_setup_fiber_hw_autoneg() local 5498 port_a = 1; in tg3_setup_fiber_hw_autoneg() 5505 port_a = 0; in tg3_setup_fiber_hw_autoneg() 5519 if (port_a) in tg3_setup_fiber_hw_autoneg() 5596 if (port_a) in tg3_setup_fiber_hw_autoneg()
|