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

/illumos-gate/usr/src/uts/common/sys/sata/adapters/si3124/
H A Dsi3124reg.h241 #define PORT_OFFSET(si_ctlp, port) (si_ctlp->sictl_port_addr + port*0x2000) macro
243 (PORT_OFFSET(si_ctlp, port) + 0x0 + slot*0x80)
245 (PORT_OFFSET(si_ctlp, port) + 0x1000)
247 (PORT_OFFSET(si_ctlp, port) + 0x1000)
249 (PORT_OFFSET(si_ctlp, port) + 0x1004)
251 (PORT_OFFSET(si_ctlp, port) + 0x1008)
253 (PORT_OFFSET(si_ctlp, port) + 0x1010)
255 (PORT_OFFSET(si_ctlp, port) + 0x1014)
257 (PORT_OFFSET(si_ctlp, port) + 0x1024)
258 #define PORT_SLOT_STATUS(si_ctlp, port) (PORT_OFFSET(si_ctl
[all...]

Completed in 60 milliseconds