Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/hdaudio/
H A Dhdaudio.c680 uint64_t fgptr = (vaddr_t)fg; in hdaudio_attach_fg() local
684 prop_dictionary_set_uint64(args, "function-group", fgptr); in hdaudio_attach_fg()
H A Dhdafg.c3708 uint64_t fgptr = 0; in hdafg_attach() local
3746 rv = prop_dictionary_get_uint64(args, "function-group", &fgptr); in hdafg_attach()
3747 if (rv == false || fgptr == 0) { in hdafg_attach()
3765 sc->sc_fg = (struct hdaudio_function_group *)(vaddr_t)fgptr; in hdafg_attach()