Searched refs:ctrl_a (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | scc.h | 147 io_port ctrl_a; /* control port channel A */ member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | scc.h | 121 io_port ctrl_a; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | scc.h | 110 io_port ctrl_a; member
|
/kernel/linux/linux-5.10/drivers/net/hamradio/ |
D | scc.c | 1760 if(request_region(hwcfg.ctrl_a, 1, "scc-probe")) in scc_net_ioctl() 1763 Outb(hwcfg.ctrl_a, 0); in scc_net_ioctl() 1764 OutReg(hwcfg.ctrl_a, R9, FHWRES); in scc_net_ioctl() 1766 OutReg(hwcfg.ctrl_a,R13,0x55); /* is this chip really there? */ in scc_net_ioctl() 1769 if (InReg(hwcfg.ctrl_a,R13) != 0x55) in scc_net_ioctl() 1772 release_region(hwcfg.ctrl_a, 1); in scc_net_ioctl() 1780 SCC_Info[2*Nchips ].ctrl = hwcfg.ctrl_a; in scc_net_ioctl() 1787 SCC_ctrl[Nchips].chan_A = hwcfg.ctrl_a; in scc_net_ioctl() 1813 chan? hwcfg.ctrl_b : hwcfg.ctrl_a, in scc_net_ioctl()
|
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/hamradio/ |
D | z8530drv.rst | 79 ctrl_a 0x304 # control port A 97 ctrl_a 154 ctrl_a 0x304 # control port A 164 ctrl_a 0x306 177 ctrl_a 0x152 190 ctrl_a 0x156 207 ctrl_a 0x302 219 ctrl_a 0x312
|