Searched refs:ctrl_a (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/uapi/linux/ |
D | scc.h | 145 io_port ctrl_a; /* control port channel A */ member
|
/linux-4.4.14/drivers/net/hamradio/ |
D | scc.c | 1759 if(request_region(hwcfg.ctrl_a, 1, "scc-probe")) in scc_net_ioctl() 1762 Outb(hwcfg.ctrl_a, 0); in scc_net_ioctl() 1763 OutReg(hwcfg.ctrl_a, R9, FHWRES); in scc_net_ioctl() 1765 OutReg(hwcfg.ctrl_a,R13,0x55); /* is this chip really there? */ in scc_net_ioctl() 1768 if (InReg(hwcfg.ctrl_a,R13) != 0x55) in scc_net_ioctl() 1771 release_region(hwcfg.ctrl_a, 1); in scc_net_ioctl() 1779 SCC_Info[2*Nchips ].ctrl = hwcfg.ctrl_a; in scc_net_ioctl() 1786 SCC_ctrl[Nchips].chan_A = hwcfg.ctrl_a; in scc_net_ioctl() 1812 chan? hwcfg.ctrl_b : hwcfg.ctrl_a, in scc_net_ioctl()
|
/linux-4.4.14/Documentation/networking/ |
D | z8530drv.txt | 82 ctrl_a 0x304 # control port A 98 ctrl_a - the address of the control port A (needed) 143 ctrl_a 0x304 # control port A 153 ctrl_a 0x306 164 ctrl_a 0x152 177 ctrl_a 0x156 192 ctrl_a 0x302 204 ctrl_a 0x312
|