Searched refs:gdata (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/dev/digi/
H A Ddigi.h166 volatile struct global_data *gdata; member in struct:digi_softc
H A Ddigi.c532 sc->gdata = (volatile struct global_data *)(ptr + FEP_GLOBAL);
534 sc->memcmd = ptr + sc->gdata->cstart;
535 sc->memevent = ptr + sc->gdata->istart;
1159 ehead = sc->gdata->ein;
1160 etail = sc->gdata->eout;
1175 etail = (etail + 4) & sc->gdata->imax;
1300 sc->gdata->eout = etail;
1414 head = port->sc->gdata->cin;
1419 head = (head + 4) & port->sc->gdata->cmax;
1420 port->sc->gdata
[all...]
/freebsd-9.3-release/sys/dev/sound/pci/hda/
H A Dhdaa.c4734 uint32_t gdata, gmask, gdir; local
4739 gdata = hda_command(devinfo->dev,
4748 gdata |= (1 << i);
4753 gdata &= ~(1 << i);
4773 HDA_CMD_SET_GPIO_DATA(0, devinfo->nid, gdata));
4783 uint32_t gdata; local
4788 gdata = hda_command(devinfo->dev,
4793 gdata |= (1 << i);
4796 gdata &= ~(1 << i);
4803 HDA_CMD_SET_GPO_DATA(0, devinfo->nid, gdata));
[all...]

Completed in 113 milliseconds