HomeSort by: relevance | last modified time | path
    Searched defs:fboffset (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/wsfb/
genfb.c 172 uint64_t fboffset; local
196 if (!prop_dictionary_get_uint64(dict, "address", &fboffset)) {
201 sc->sc_fboffset = (bus_addr_t)fboffset;
genfb.c 172 uint64_t fboffset; local
196 if (!prop_dictionary_get_uint64(dict, "address", &fboffset)) {
201 sc->sc_fboffset = (bus_addr_t)fboffset;
  /src/sys/arch/sparc64/sparc64/
autoconf.c 1532 uint32_t temp, fboffset; local
1571 fboffset = (uint32_t)(fbpa & 0xffffffff);
1573 fboffset = (uint32_t)(fbpa - mem_base);
1574 prop_dictionary_set_uint32(dict, "address", fboffset);
autoconf.c 1532 uint32_t temp, fboffset; local
1571 fboffset = (uint32_t)(fbpa & 0xffffffff);
1573 fboffset = (uint32_t)(fbpa - mem_base);
1574 prop_dictionary_set_uint32(dict, "address", fboffset);

Completed in 31 milliseconds