Searched defs:start_of_fcode (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c5791 int start_of_fcode; local
5875 start_of_fcode = ddi_get16(h, (uint16_t *)(addr + 2));
5970 *fcode_size = (ddi_get8(h, addr + start_of_fcode + 4) << 24) |
5971 (ddi_get8(h, addr + start_of_fcode + 5) << 16) |
5972 (ddi_get8(h, addr + start_of_fcode + 6) << 8) |
5973 (ddi_get8(h, addr + start_of_fcode + 7));
5990 ddi_rep_get8(h, *fcode_addr, addr + start_of_fcode, *fcode_size,

Completed in 1596 milliseconds