Home
last modified time | relevance | path

Searched refs:GETBIOS8 (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/pci/
Dradeonfb_bios.c241 rev = GETBIOS8(sc, tp->offset - 1); in rb_validate()
263 while ((c = GETBIOS8(sc, offset + 1)) != 0) { in rb_find_asic_table()
282 while (GETBIOS8(sc, offset)) in rb_find_mem_reset_table()
294 if ((tp->offset != 0) && (GETBIOS8(sc, tp->offset - 2) <= 64)) in rb_find_short_mem_reset_table()
295 return (tp->offset + GETBIOS8(sc, tp->offset - 3)); in rb_find_short_mem_reset_table()
457 while ((index = GETBIOS8(sc, offset)) != 0) { in rb_load_pll_block()
486 shift = GETBIOS8(sc, offset) * 8; in rb_load_pll_block()
490 (((uint32_t)GETBIOS8(sc, offset)) << shift) | in rb_load_pll_block()
494 ormask = ((uint32_t)GETBIOS8(sc, offset)) << shift; in rb_load_pll_block()
525 while ((index = GETBIOS8(sc, offset)) != 0xff) { in rb_reset_sdram()
[all …]
Dradeonfbvar.h345 #define GETBIOS8(sc, r) ((sc)->sc_bios[(r)]) macro
348 ((GETBIOS8(sc, (r) + 1) << 8) | GETBIOS8(sc, (r)))
Dradeonfb.c1843 if (!GETBIOS8(sc, ptr + i * 2) && i > 1) in radeonfb_getconnectors()
2048 DPRINTF(("DFP table revision %d\n", GETBIOS8(sc, ptr))); in radeonfb_gettmds()
2049 if (GETBIOS8(sc, ptr) == 3) { in radeonfb_gettmds()
2051 n = GETBIOS8(sc, ptr + 5) + 1; in radeonfb_gettmds()