Searched refs:lcdctl (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/arch/epoc32/windermere/ |
H A D | wmlcd.c | 144 uint32_t lcdctl, width, height, addr, depth; in wmlcd_attach() local 178 lcdctl = bus_space_read_4(sc->sc_iot, sc->sc_ioh, LCDCTL); in wmlcd_attach() 179 bus_space_write_4(sc->sc_iot, sc->sc_ioh, LCDCTL, lcdctl & ~LCDCTL_EN); in wmlcd_attach() 183 lcdctl = bus_space_read_4(sc->sc_iot, sc->sc_ioh, LCDCTL); in wmlcd_attach() 185 lcdctl | LCDCTL_EN | LCDCTL_BW); in wmlcd_attach()
|
/netbsd-src/sys/arch/zaurus/conf/ |
H A D | files.zaurus | 80 device lcdctl 81 attach lcdctl at zssp 82 file arch/zaurus/dev/lcdctl.c lcdctl needs-flag
|
/netbsd-src/sys/arch/zaurus/dev/ |
H A D | lcdctl.c | 79 CFATTACH_DECL_NEW(lcdctl, sizeof(struct lcdctl_softc),
|