| /src/sys/dev/mii/ |
| qsphy.c | 201 uint16_t bmsr, bmcr, pctl; local 229 PHY_READ(sc, MII_QSPHY_PCTL, &pctl); 230 PHY_READ(sc, MII_QSPHY_PCTL, &pctl); 231 switch (pctl & PCTL_OPMASK) {
|
| /src/external/cddl/osnet/dist/lib/libnvpair/ |
| libnvpair.c | 104 #define DFLTPRTOP(pctl, type) \ 105 ((pctl)->nvprt_dfltops->print_##type.op) 107 #define DFLTPRTOPARG(pctl, type) \ 108 ((pctl)->nvprt_dfltops->print_##type.arg) 110 #define CUSTPRTOP(pctl, type) \ 111 ((pctl)->nvprt_custops->print_##type.op) 113 #define CUSTPRTOPARG(pctl, type) \ 114 ((pctl)->nvprt_custops->print_##type.arg) 116 #define RENDER(pctl, type, nvl, name, val) \ 119 if ((pctl)->nvprt_custops && CUSTPRTOP(pctl, type)) { 528 struct nvlist_prtctl *pctl; local [all...] |
| /src/sys/dev/pci/ |
| cs4280.c | 584 uint32_t pfie, pctl, pdtc; local 651 pctl = BA1READ4(sc, CS4280_PCTL) & ~PCTL_MASK; 652 pctl |= sc->pctl; 653 BA1WRITE4(sc, CS4280_PCTL, pctl); 727 sc->sc_suspend_state.cs4280.pctl = BA1READ4(sc, CS4280_PCTL); 731 DPRINTF(("pctl=0x%08x pfie=0x%08x pba=0x%08x pdtc=0x%08x\n", 732 sc->sc_suspend_state.cs4280.pctl, 750 BA1WRITE4(sc, CS4280_PCTL, sc->sc_suspend_state.cs4280.pctl & ~PCTL_MASK); 773 DPRINTF(("pctl=0x%08x pfie=0x%08x pba=0x%08x pdtc=0x%08x\n" [all...] |
| cs428x.h | 135 uint32_t pctl; member in struct:cs428x_softc 145 uint32_t pctl; member in struct:cs428x_softc::__anon3248::__anon3249
|
| /src/sys/arch/x68k/x68k/ |
| iodevice.h | 244 char pad10; unsigned char pctl; member in struct:spc
|