Searched refs:ctrl_a (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/include/uapi/linux/ |
D | scc.h | 146 io_port ctrl_a; /* control port channel A */ member
|
/Linux-v5.4/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()
|
/Linux-v5.4/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
|