HomeSort by: relevance | last modified time | path
    Searched defs:sc_ctrl (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/sys/arch/mips/alchemy/dev/
aupscvar.h 56 struct aupsc_controller sc_ctrl; member in struct:aupsc_protocol_device
aupscvar.h 56 struct aupsc_controller sc_ctrl; member in struct:aupsc_protocol_device
aupscvar.h 56 struct aupsc_controller sc_ctrl; member in struct:aupsc_protocol_device
ausmbus_psc.c 59 struct aupsc_controller sc_ctrl; member in struct:ausmbus_softc
68 bus_space_read_4(sc->sc_ctrl.psc_bust, sc->sc_ctrl.psc_bush, reg)
70 bus_space_write_4(sc->sc_ctrl.psc_bust, sc->sc_ctrl.psc_bush, reg, \
125 sc->sc_ctrl = aa->aupsc_ctrl;
145 sc->sc_ctrl.psc_enable(sc, AUPSC_SEL_SMBUS);
205 sc->sc_ctrl.psc_disable(sc);
ausmbus_psc.c 59 struct aupsc_controller sc_ctrl; member in struct:ausmbus_softc
68 bus_space_read_4(sc->sc_ctrl.psc_bust, sc->sc_ctrl.psc_bush, reg)
70 bus_space_write_4(sc->sc_ctrl.psc_bust, sc->sc_ctrl.psc_bush, reg, \
125 sc->sc_ctrl = aa->aupsc_ctrl;
145 sc->sc_ctrl.psc_enable(sc, AUPSC_SEL_SMBUS);
205 sc->sc_ctrl.psc_disable(sc);
ausmbus_psc.c 59 struct aupsc_controller sc_ctrl; member in struct:ausmbus_softc
68 bus_space_read_4(sc->sc_ctrl.psc_bust, sc->sc_ctrl.psc_bush, reg)
70 bus_space_write_4(sc->sc_ctrl.psc_bust, sc->sc_ctrl.psc_bush, reg, \
125 sc->sc_ctrl = aa->aupsc_ctrl;
145 sc->sc_ctrl.psc_enable(sc, AUPSC_SEL_SMBUS);
205 sc->sc_ctrl.psc_disable(sc);
  /src/sys/dev/ic/
rs5c313var.h 53 int sc_ctrl[2]; /* ctrl registers */ member in struct:rs5c313_softc
rs5c313var.h 53 int sc_ctrl[2]; /* ctrl registers */ member in struct:rs5c313_softc
rs5c313var.h 53 int sc_ctrl[2]; /* ctrl registers */ member in struct:rs5c313_softc
  /src/sys/arch/acorn32/podulebus/
csa.c 92 volatile uint8_t *sc_ctrl; member in struct:csa_softc
178 sc->sc_ctrl = (uint8_t *)pa->pa_podule->slow_base + CSA_CTRL_OFFSET;
209 *sc->sc_ctrl = 0;
csa.c 92 volatile uint8_t *sc_ctrl; member in struct:csa_softc
178 sc->sc_ctrl = (uint8_t *)pa->pa_podule->slow_base + CSA_CTRL_OFFSET;
209 *sc->sc_ctrl = 0;
csa.c 92 volatile uint8_t *sc_ctrl; member in struct:csa_softc
178 sc->sc_ctrl = (uint8_t *)pa->pa_podule->slow_base + CSA_CTRL_OFFSET;
209 *sc->sc_ctrl = 0;
  /src/sys/arch/arm/ep93xx/
epcomvar.h 82 u_int sc_ctrl; member in struct:epcom_softc
epcomvar.h 82 u_int sc_ctrl; member in struct:epcom_softc
epcomvar.h 82 u_int sc_ctrl; member in struct:epcom_softc
  /src/sys/dev/i2c/
axp809.c 91 struct axp809_ctrl *sc_ctrl; member in struct:axp809_softc
134 sc->sc_ctrl = kmem_alloc(sizeof(axp809_ctrls), KM_SLEEP);
135 memcpy(sc->sc_ctrl, axp809_ctrls, sizeof(axp809_ctrls));
137 sc->sc_ctrl[n].c_dev = self;
142 axp809_print(&sc->sc_ctrl[n]);
193 c = &sc->sc_ctrl[n];
axp809.c 91 struct axp809_ctrl *sc_ctrl; member in struct:axp809_softc
134 sc->sc_ctrl = kmem_alloc(sizeof(axp809_ctrls), KM_SLEEP);
135 memcpy(sc->sc_ctrl, axp809_ctrls, sizeof(axp809_ctrls));
137 sc->sc_ctrl[n].c_dev = self;
142 axp809_print(&sc->sc_ctrl[n]);
193 c = &sc->sc_ctrl[n];
axp809.c 91 struct axp809_ctrl *sc_ctrl; member in struct:axp809_softc
134 sc->sc_ctrl = kmem_alloc(sizeof(axp809_ctrls), KM_SLEEP);
135 memcpy(sc->sc_ctrl, axp809_ctrls, sizeof(axp809_ctrls));
137 sc->sc_ctrl[n].c_dev = self;
142 axp809_print(&sc->sc_ctrl[n]);
193 c = &sc->sc_ctrl[n];
act8846.c 134 struct act8846_ctrl *sc_ctrl; member in struct:act8846_softc
174 sc->sc_ctrl = kmem_alloc(sizeof(act8846_ctrls), KM_SLEEP);
175 memcpy(sc->sc_ctrl, act8846_ctrls, sizeof(act8846_ctrls));
177 sc->sc_ctrl[n].c_dev = self;
181 act8846_print(&sc->sc_ctrl[n]);
227 c = &sc->sc_ctrl[n];
act8846.c 134 struct act8846_ctrl *sc_ctrl; member in struct:act8846_softc
174 sc->sc_ctrl = kmem_alloc(sizeof(act8846_ctrls), KM_SLEEP);
175 memcpy(sc->sc_ctrl, act8846_ctrls, sizeof(act8846_ctrls));
177 sc->sc_ctrl[n].c_dev = self;
181 act8846_print(&sc->sc_ctrl[n]);
227 c = &sc->sc_ctrl[n];
act8846.c 134 struct act8846_ctrl *sc_ctrl; member in struct:act8846_softc
174 sc->sc_ctrl = kmem_alloc(sizeof(act8846_ctrls), KM_SLEEP);
175 memcpy(sc->sc_ctrl, act8846_ctrls, sizeof(act8846_ctrls));
177 sc->sc_ctrl[n].c_dev = self;
181 act8846_print(&sc->sc_ctrl[n]);
227 c = &sc->sc_ctrl[n];
rkpmic.c 223 const struct rkpmic_ctrl *sc_ctrl; member in struct:rkreg_softc
548 const struct rkpmic_ctrl *c = sc->sc_ctrl;
573 const struct rkpmic_ctrl *c = sc->sc_ctrl;
601 const struct rkpmic_ctrl *c = sc->sc_ctrl;
640 sc->sc_ctrl = raa->reg_ctrl;
rkpmic.c 223 const struct rkpmic_ctrl *sc_ctrl; member in struct:rkreg_softc
548 const struct rkpmic_ctrl *c = sc->sc_ctrl;
573 const struct rkpmic_ctrl *c = sc->sc_ctrl;
601 const struct rkpmic_ctrl *c = sc->sc_ctrl;
640 sc->sc_ctrl = raa->reg_ctrl;
  /src/sys/dev/acpi/
hpacel_acpi.c 143 uint8_t sc_ctrl[3]; member in struct:hpacel_softc
262 val = sc->sc_ctrl[0];
264 if ((sc->sc_ctrl[0] & CTRL1_Xen) == 0)
267 if ((sc->sc_ctrl[0] & CTRL1_Yen) == 0)
270 if ((sc->sc_ctrl[0] & CTRL1_Zen) == 0)
273 if (val != sc->sc_ctrl[0]) {
281 val = sc->sc_ctrl[1];
283 if ((sc->sc_ctrl[1] & CTRL2_BDU) == 0)
286 if ((sc->sc_ctrl[1] & CTRL2_BLE) != 0)
289 if ((sc->sc_ctrl[1] & CTRL2_DAS) != 0
    [all...]
hpacel_acpi.c 143 uint8_t sc_ctrl[3]; member in struct:hpacel_softc
262 val = sc->sc_ctrl[0];
264 if ((sc->sc_ctrl[0] & CTRL1_Xen) == 0)
267 if ((sc->sc_ctrl[0] & CTRL1_Yen) == 0)
270 if ((sc->sc_ctrl[0] & CTRL1_Zen) == 0)
273 if (val != sc->sc_ctrl[0]) {
281 val = sc->sc_ctrl[1];
283 if ((sc->sc_ctrl[1] & CTRL2_BDU) == 0)
286 if ((sc->sc_ctrl[1] & CTRL2_BLE) != 0)
289 if ((sc->sc_ctrl[1] & CTRL2_DAS) != 0
    [all...]

Completed in 40 milliseconds

1 2