Searched refs:pctl (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/cddl/osnet/dist/lib/libnvpair/ |
| D | libnvpair.c | 104 #define DFLTPRTOP(pctl, type) \ argument 105 ((pctl)->nvprt_dfltops->print_##type.op) 107 #define DFLTPRTOPARG(pctl, type) \ argument 108 ((pctl)->nvprt_dfltops->print_##type.arg) 110 #define CUSTPRTOP(pctl, type) \ argument 111 ((pctl)->nvprt_custops->print_##type.op) 113 #define CUSTPRTOPARG(pctl, type) \ argument 114 ((pctl)->nvprt_custops->print_##type.arg) 116 #define RENDER(pctl, type, nvl, name, val) \ argument 119 if ((pctl)->nvprt_custops && CUSTPRTOP(pctl, type)) { \ [all …]
|
| /netbsd/src/sys/dev/mii/ |
| D | qsphy.c | 201 uint16_t bmsr, bmcr, pctl; in qsphy_status() local 229 PHY_READ(sc, MII_QSPHY_PCTL, &pctl); in qsphy_status() 230 PHY_READ(sc, MII_QSPHY_PCTL, &pctl); in qsphy_status() 231 switch (pctl & PCTL_OPMASK) { in qsphy_status()
|
| /netbsd/src/sys/dev/pci/ |
| D | cs4280.c | 584 uint32_t pfie, pctl, pdtc; in cs4280_trigger_output() local 651 pctl = BA1READ4(sc, CS4280_PCTL) & ~PCTL_MASK; in cs4280_trigger_output() 652 pctl |= sc->pctl; in cs4280_trigger_output() 653 BA1WRITE4(sc, CS4280_PCTL, pctl); in cs4280_trigger_output() 727 sc->sc_suspend_state.cs4280.pctl = BA1READ4(sc, CS4280_PCTL); in cs4280_suspend() 732 sc->sc_suspend_state.cs4280.pctl, in cs4280_suspend() 750 BA1WRITE4(sc, CS4280_PCTL, sc->sc_suspend_state.cs4280.pctl & ~PCTL_MASK); in cs4280_suspend() 774 sc->sc_suspend_state.cs4280.pctl, in cs4280_resume() 782 BA1WRITE4(sc, CS4280_PCTL, sc->sc_suspend_state.cs4280.pctl); in cs4280_resume() 1302 sc->pctl = mem & PCTL_MASK; /* save startup value */ in cs4280_init()
|
| D | cs428x.h | 135 uint32_t pctl; member 145 uint32_t pctl; member
|
| /netbsd/src/sbin/scsictl/ |
| D | scsi_subr.c | 99 scsi_mode_sense(int fd, u_int8_t pgcode, u_int8_t pctl, void *buf, size_t len) in scsi_mode_sense() argument 107 cmd.page = pgcode | pctl; in scsi_mode_sense()
|
| /netbsd/src/usr.sbin/mmcformat/ |
| D | uscsi_subr.c | 527 uint8_t pgcode, uint8_t pctl, void *buf, size_t len) in uscsi_mode_sense() argument 536 cmd[ 2] = pgcode | pctl; /* page code and control flags */ in uscsi_mode_sense()
|
| /netbsd/src/sys/arch/x68k/x68k/ |
| D | iodevice.h | 244 char pad10; unsigned char pctl; member
|