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

/linux-master/include/sound/
H A Dsh_fsi.h28 struct sh_fsi_port_info port_a; member in struct:sh_fsi_platform_info
/linux-master/arch/x86/boot/
H A Da20.c114 u8 port_a; local
116 port_a = inb(0x92); /* Configuration port A */
117 port_a |= 0x02; /* Enable A20 */
118 port_a &= ~0x01; /* Do not reset machine */
119 outb(port_a, 0x92);
/linux-master/samples/bpf/
H A Dtest_map_in_map.bpf.c26 } port_a SEC(".maps");
88 if (inner_map != &port_a)
91 result = bpf_map_lookup_elem(&port_a, &port);
/linux-master/drivers/mfd/
H A Dioc3.c196 writel(readl(&ipd->regs->port_a.sscr) & ~SSCR_DMA_EN,
197 &ipd->regs->port_a.sscr);
/linux-master/arch/mips/include/asm/sn/
H A Dioc3.h148 struct ioc3_serialregs port_a; member in struct:ioc3
/linux-master/sound/soc/sh/
H A Dfsi.c1943 fsi_of_parse("fsia", np, &info.port_a, &pdev->dev);
1985 fsi_port_info_init(fsi, &info.port_a);
1986 fsi_handler_init(fsi, &info.port_a);
/linux-master/drivers/scsi/
H A Dscsi_debug.c1544 int num, port_a; local
1547 port_a = target_dev_id + 1;
1593 put_unaligned_be64(naa3_comp_a + port_a, arr + num);
1678 int port_a, port_b; local
1680 port_a = target_dev_id + 1;
1681 port_b = port_a + 1;
1695 put_unaligned_be64(naa3_comp_a + port_a, arr + num);
2237 int port_group_a, port_group_b, port_a, port_b; local
2251 port_a = 0x1; /* relative port A */
2277 put_unaligned_be16(port_a, ar
2652 int port_a, port_b; local
[all...]
/linux-master/drivers/net/ethernet/broadcom/
H A Dtg3.c5493 int workaround, port_a; local
5497 port_a = 1;
5504 port_a = 0;
5518 if (port_a)
5595 if (port_a)

Completed in 339 milliseconds