Searched refs:ctrl_a (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/hamradio/ |
A D | scc.c | 1762 if(request_region(hwcfg.ctrl_a, 1, "scc-probe")) in scc_net_siocdevprivate() 1765 Outb(hwcfg.ctrl_a, 0); in scc_net_siocdevprivate() 1766 OutReg(hwcfg.ctrl_a, R9, FHWRES); in scc_net_siocdevprivate() 1768 OutReg(hwcfg.ctrl_a,R13,0x55); /* is this chip really there? */ in scc_net_siocdevprivate() 1771 if (InReg(hwcfg.ctrl_a,R13) != 0x55) in scc_net_siocdevprivate() 1774 release_region(hwcfg.ctrl_a, 1); in scc_net_siocdevprivate() 1782 SCC_Info[2*Nchips ].ctrl = hwcfg.ctrl_a; in scc_net_siocdevprivate() 1789 SCC_ctrl[Nchips].chan_A = hwcfg.ctrl_a; in scc_net_siocdevprivate() 1815 chan? hwcfg.ctrl_b : hwcfg.ctrl_a, in scc_net_siocdevprivate()
|
/linux/Documentation/networking/device_drivers/hamradio/ |
A 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
|
/linux/include/uapi/linux/ |
A D | scc.h | 147 io_port ctrl_a; /* control port channel A */ member
|
Completed in 13 milliseconds