sc_ctrl           356 dev/ic/fxp.c   	    sizeof(struct fxp_ctrl), (caddr_t *)&sc->sc_ctrl,
sc_ctrl           364 dev/ic/fxp.c   		bus_dmamem_unmap(sc->sc_dmat, (caddr_t)sc->sc_ctrl,
sc_ctrl           369 dev/ic/fxp.c   	if (bus_dmamap_load(sc->sc_dmat, sc->tx_cb_map, (caddr_t)sc->sc_ctrl,
sc_ctrl           372 dev/ic/fxp.c   		bus_dmamem_unmap(sc->sc_dmat, (caddr_t)sc->sc_ctrl,
sc_ctrl           386 dev/ic/fxp.c   		sc->txs[i].tx_cb = sc->sc_ctrl->tx_cb + i;
sc_ctrl           390 dev/ic/fxp.c   	bzero(sc->sc_ctrl, sizeof(struct fxp_ctrl));
sc_ctrl           537 dev/ic/fxp.c   		bus_dmamem_unmap(sc->sc_dmat, (caddr_t)sc->sc_ctrl,
sc_ctrl           972 dev/ic/fxp.c   	struct fxp_stats *sp = &sc->sc_ctrl->stats;
sc_ctrl          1208 dev/ic/fxp.c   	cbp = &sc->sc_ctrl->u.cfg;
sc_ctrl          1314 dev/ic/fxp.c   	cb_ias = &sc->sc_ctrl->u.ias;
sc_ctrl          1341 dev/ic/fxp.c   	bzero(sc->sc_ctrl->tx_cb, sizeof(struct fxp_cb_tx) * FXP_NTXCB);
sc_ctrl          1342 dev/ic/fxp.c   	txp = sc->sc_ctrl->tx_cb;
sc_ctrl          1356 dev/ic/fxp.c   	sc->sc_ctrl->tx_cb[0].cb_command = htole16(FXP_CB_COMMAND_NOP |
sc_ctrl          1697 dev/ic/fxp.c   	struct fxp_cb_mcs *mcsp = &sc->sc_ctrl->u.mcs;
sc_ctrl          1808 dev/ic/fxp.c   	struct fxp_cb_ucode *cbp = &sc->sc_ctrl->u.code;
sc_ctrl           138 dev/ic/fxpvar.h 	struct fxp_ctrl *sc_ctrl;
sc_ctrl           118 dev/sbus/rfx.c 	volatile u_int32_t	*sc_ctrl;
sc_ctrl           262 dev/sbus/rfx.c 	sc->sc_ctrl = (u_int32_t *)bus_space_vaddr(bt, bh);
sc_ctrl           426 dev/sbus/rfx.c 		sc->sc_ctrl[RFX_VIDCTRL_REG] &= ~RFX_VIDEO_DISABLE;
sc_ctrl           427 dev/sbus/rfx.c 		sc->sc_ctrl[RFX_VIDCTRL_REG] |= RFX_VSYNC_ENABLE;
sc_ctrl           429 dev/sbus/rfx.c 		sc->sc_ctrl[RFX_VIDCTRL_REG] |= RFX_VIDEO_DISABLE;
sc_ctrl           431 dev/sbus/rfx.c 			sc->sc_ctrl[RFX_VIDCTRL_REG] &= ~RFX_VSYNC_ENABLE;
sc_ctrl           568 dev/sbus/rfx.c 				sc->sc_ctrl[offset >> 2] = value;