Searched refs:iomap_iobase (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_api.h | 305 RD_IOREG_BYTE(ha, (ha->iomap_iobase + ha->reg_off->regname)) 307 RD_IOREG_WORD(ha, (ha->iomap_iobase + ha->reg_off->regname)) 309 RD_IOREG_DWORD(ha, (ha->iomap_iobase + ha->reg_off->regname)) 312 WRT_IOREG_BYTE(ha, (ha->iomap_iobase + ha->reg_off->regname), (data)) 314 WRT_IOREG_WORD(ha, (ha->iomap_iobase + ha->reg_off->regname), (data)) 316 WRT_IOREG_DWORD(ha, (ha->iomap_iobase + ha->reg_off->regname), (data)) 1741 caddr_t iomap_iobase; member
|
/illumos-gate/usr/src/uts/common/io/skd/ |
H A D | skd.h | 400 caddr_t iomap_iobase; member
|
H A D | skd.c | 4780 skdev->iomap_iobase = skdev->iobase; in skd_attach() 4785 (void *)skdev->iomap_iobase, 1, regsize); in skd_attach()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 1082 ha->iomap_iobase = ha->iobase; in ql_attach() 1088 &ha->iomap_iobase, 0, regsize, in ql_attach() 1355 ha->iomap_iobase += 0xBC000 + in ql_attach()
|