Searched refs:port_offset (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sparc/io/pciex/
H A Dpcieb_sparc.c348 char *port_offset; local
439 port_offset = 0x0 + offset;
440 val = ddi_get32(hdl, (uint32_t *)port_offset);
443 ddi_put32(hdl, (uint32_t *)port_offset, val);
449 port_offset = (8 * 0x1000) + offset;
450 val = ddi_get32(hdl, (uint32_t *)port_offset);
453 ddi_put32(hdl, (uint32_t *)port_offset, val);
460 port_offset = (12 * 0x1000) + offset;
461 val = ddi_get32(hdl, (uint32_t *)port_offset);
464 ddi_put32(hdl, (uint32_t *)port_offset, va
[all...]

Completed in 60 milliseconds