Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/sparc/dev/
Dtctrl.c124 unsigned int sc_ext_status; member
284 sc->sc_ext_status = 0; in tctrl_attach()
286 if (sc->sc_ext_status != 0) { in tctrl_attach()
290 v = sc->sc_ext_status; in tctrl_attach()
304 sc->sc_lid = (sc->sc_ext_status & TS102_EXT_STATUS_LID_DOWN) == 0; in tctrl_attach()
307 sc->sc_extvga = (sc->sc_ext_status & in tctrl_attach()
503 if ((sc->sc_ext_status & TS102_EXT_STATUS_LID_DOWN) in tctrl_setup_bitport()
723 printf("pre read: sc->sc_ext_status = 0x%x\n", sc->sc_ext_status); in tctrl_read_ext_status()
727 sc->sc_ext_status = (req.rspbuf[0] << 8) + req.rspbuf[1]; in tctrl_read_ext_status()
730 printf("post read: sc->sc_ext_status = 0x%x\n", sc->sc_ext_status); in tctrl_read_ext_status()
[all …]