Searched refs:MAPLE_FN_LCD (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/arch/dreamcast/dev/maple/ |
H A D | mlcd.c | 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() [all …]
|
H A D | maple.h | 96 #define MAPLE_FN_LCD 2 macro
|
H A D | maple.c | 715 if (func == (MAPLE_FUNC(MAPLE_FN_MEMCARD) | MAPLE_FUNC(MAPLE_FN_LCD) | in maple_attach_unit()
|