Home
last modified time | relevance | path

Searched refs:pluart_cd (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Dpluart.c151 struct cfdriver pluart_cd = { variable
304 struct pluart_softc *sc = pluart_cd.cd_devs[DEVUNIT(tp->t_dev)]; in pluart_param()
412 struct pluart_softc *sc = pluart_cd.cd_devs[DEVUNIT(tp->t_dev)]; in pluart_start()
563 if (unit >= pluart_cd.cd_ndevs) in pluartopen()
565 sc = pluart_cd.cd_devs[unit]; in pluartopen()
689 struct pluart_softc *sc = pluart_cd.cd_devs[unit]; in pluartclose()
806 if (unit >= pluart_cd.cd_ndevs) in pluarttty()
808 sc = (struct pluart_softc *)pluart_cd.cd_devs[unit]; in pluarttty()
820 if (unit >= pluart_cd.cd_ndevs) in pluart_sc()
822 sc = (struct pluart_softc *)pluart_cd.cd_devs[unit]; in pluart_sc()