Home
last modified time | relevance | path

Searched refs:ctrl_a (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/net/hamradio/
Dscc.c1756 if(request_region(hwcfg.ctrl_a, 1, "scc-probe")) in scc_net_ioctl()
1759 Outb(hwcfg.ctrl_a, 0); in scc_net_ioctl()
1760 OutReg(hwcfg.ctrl_a, R9, FHWRES); in scc_net_ioctl()
1762 OutReg(hwcfg.ctrl_a,R13,0x55); /* is this chip really there? */ in scc_net_ioctl()
1765 if (InReg(hwcfg.ctrl_a,R13) != 0x55) in scc_net_ioctl()
1768 release_region(hwcfg.ctrl_a, 1); in scc_net_ioctl()
1776 SCC_Info[2*Nchips ].ctrl = hwcfg.ctrl_a; in scc_net_ioctl()
1783 SCC_ctrl[Nchips].chan_A = hwcfg.ctrl_a; in scc_net_ioctl()
1809 chan? hwcfg.ctrl_b : hwcfg.ctrl_a, in scc_net_ioctl()
/linux-3.4.99/Documentation/networking/
Dz8530drv.txt82 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
/linux-3.4.99/include/linux/
Dscc.h145 io_port ctrl_a; /* control port channel A */ member