Searched refs:PORT_OFFSET (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/sata/adapters/si3124/ |
H A D | si3124reg.h | 241 #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_ctlp, port) + 0x1800) [all …]
|