Searched refs:ctrl_a (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/include/uapi/linux/ |
D | scc.h | 147 io_port ctrl_a; /* control port channel A */ member
|
/Linux-v6.1/drivers/net/hamradio/ |
D | scc.c | 1763 if(request_region(hwcfg.ctrl_a, 1, "scc-probe")) in scc_net_siocdevprivate() 1766 Outb(hwcfg.ctrl_a, 0); in scc_net_siocdevprivate() 1767 OutReg(hwcfg.ctrl_a, R9, FHWRES); in scc_net_siocdevprivate() 1769 OutReg(hwcfg.ctrl_a,R13,0x55); /* is this chip really there? */ in scc_net_siocdevprivate() 1772 if (InReg(hwcfg.ctrl_a,R13) != 0x55) in scc_net_siocdevprivate() 1775 release_region(hwcfg.ctrl_a, 1); in scc_net_siocdevprivate() 1783 SCC_Info[2*Nchips ].ctrl = hwcfg.ctrl_a; in scc_net_siocdevprivate() 1790 SCC_ctrl[Nchips].chan_A = hwcfg.ctrl_a; in scc_net_siocdevprivate() 1816 chan? hwcfg.ctrl_b : hwcfg.ctrl_a, in scc_net_siocdevprivate()
|
/Linux-v6.1/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
|