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

  /src/sys/dev/wsfb/
genfb.c 172 uint64_t fboffset; local in function:genfb_init
196 if (!prop_dictionary_get_uint64(dict, "address", &fboffset)) {
201 sc->sc_fboffset = (bus_addr_t)fboffset;
genfb.c 172 uint64_t fboffset; local in function:genfb_init
196 if (!prop_dictionary_get_uint64(dict, "address", &fboffset)) {
201 sc->sc_fboffset = (bus_addr_t)fboffset;
genfb.c 172 uint64_t fboffset; local in function:genfb_init
196 if (!prop_dictionary_get_uint64(dict, "address", &fboffset)) {
201 sc->sc_fboffset = (bus_addr_t)fboffset;
  /src/sys/arch/sparc64/sparc64/
autoconf.c 1505 uint32_t temp, fboffset; local in function:copyprops
1544 fboffset = (uint32_t)(fbpa & 0xffffffff);
1546 fboffset = (uint32_t)(fbpa - mem_base);
1547 prop_dictionary_set_uint32(dict, "address", fboffset);
autoconf.c 1505 uint32_t temp, fboffset; local in function:copyprops
1544 fboffset = (uint32_t)(fbpa & 0xffffffff);
1546 fboffset = (uint32_t)(fbpa - mem_base);
1547 prop_dictionary_set_uint32(dict, "address", fboffset);
autoconf.c 1505 uint32_t temp, fboffset; local in function:copyprops
1544 fboffset = (uint32_t)(fbpa & 0xffffffff);
1546 fboffset = (uint32_t)(fbpa - mem_base);
1547 prop_dictionary_set_uint32(dict, "address", fboffset);

Completed in 40 milliseconds