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

  /src/sys/arch/hp300/dev/
sti_dio.c 82 u_int romend; local in function:sti_dio_attach
106 romend = sti_rom_size(bst, romh);
110 if (bus_space_map(bst, base, romend, 0, &romh)) {
sti_sgc.c 76 u_int romend; local in function:sti_sgc_attach
94 romend = sti_rom_size(bst, romh);
98 if (bus_space_map(bst, base, romend, 0, &romh)) {
sti_dio.c 82 u_int romend; local in function:sti_dio_attach
106 romend = sti_rom_size(bst, romh);
110 if (bus_space_map(bst, base, romend, 0, &romh)) {
sti_sgc.c 76 u_int romend; local in function:sti_sgc_attach
94 romend = sti_rom_size(bst, romh);
98 if (bus_space_map(bst, base, romend, 0, &romh)) {
  /src/sys/dev/ic/
sti.c 816 u_int romend; local in function:sti_rom_size
821 (uint32_t *)&romend, 1);
823 romend = parseword(STI_DEV1_DD_ROMEND);
826 DPRINTF(("%s: %08x (%08x)\n", __func__, romend, round_page(romend)));
828 return round_page(romend);
1497 u_int romend; local in function:sti_cnattach
1507 romend = sti_rom_size(memt, romh);
1511 if ((error = bus_space_map(memt, bases[0], romend, 0, &romh)) != 0)
sti.c 816 u_int romend; local in function:sti_rom_size
821 (uint32_t *)&romend, 1);
823 romend = parseword(STI_DEV1_DD_ROMEND);
826 DPRINTF(("%s: %08x (%08x)\n", __func__, romend, round_page(romend)));
828 return round_page(romend);
1497 u_int romend; local in function:sti_cnattach
1507 romend = sti_rom_size(memt, romh);
1511 if ((error = bus_space_map(memt, bases[0], romend, 0, &romh)) != 0)

Completed in 58 milliseconds