Lines Matching refs:MAPLE_FN_LCD
215 return (ma->ma_function == MAPLE_FN_LCD ? MAPLE_MATCH_FUNC : 0); in mlcdmatch()
234 funcdef.v = maple_get_function_data(ma->ma_devinfo, MAPLE_FN_LCD); in mlcdattach()
283 maple_set_callback(parent, sc->sc_unit, MAPLE_FN_LCD, in mlcdattach()
289 sc->sc_reqm.func_code = htobe32(MAPLE_FUNC(MAPLE_FN_LCD)); in mlcdattach()
291 maple_command(sc->sc_parent, sc->sc_unit, MAPLE_FN_LCD, in mlcdattach()
381 htobe32(MAPLE_FUNC(MAPLE_FN_LCD)); in mlcd_intr()
393 MAPLE_FN_LCD, MAPLE_COMMAND_BWRITE, in mlcd_intr()
400 MAPLE_FN_LCD, MAPLE_COMMAND_GETMINFO, in mlcd_intr()
424 MAPLE_FN_LCD, MAPLE_COMMAND_BWRITE, in mlcd_intr()
522 MAPLE_FN_LCD, 1); in mlcdstart()
556 maple_enable_unit_ping(sc->sc_parent, sc->sc_unit, MAPLE_FN_LCD, 0); in mlcdstart_bp()
563 sc->sc_reqw.func_code = htobe32(MAPLE_FUNC(MAPLE_FN_LCD)); in mlcdstart_bp()
569 maple_command(sc->sc_parent, sc->sc_unit, MAPLE_FN_LCD, in mlcdstart_bp()