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

  /src/sys/dev/pci/
radeonfb_bios.c 374 uint32_t andmask; local in function:rb_load_init_block
395 andmask = GETBIOS32(sc, offset);
400 index, andmask, ormask));
401 radeonfb_maskindex(sc, index, andmask, ormask);
405 andmask = GETBIOS32(sc, offset);
410 index, andmask, ormask));
411 radeonfb_mask32(sc, index, andmask, ormask);
450 uint32_t andmask; local in function:rb_load_pll_block
489 andmask =
498 shift, andmask, ormask))
    [all...]

Completed in 13 milliseconds