Home
last modified time | relevance | path

Searched refs:iomap_iobase (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h254 RD_IOREG_BYTE(ha, (ha->iomap_iobase + ha->reg_off->regname))
256 RD_IOREG_WORD(ha, (ha->iomap_iobase + ha->reg_off->regname))
258 RD_IOREG_DWORD(ha, (ha->iomap_iobase + ha->reg_off->regname))
261 WRT_IOREG_BYTE(ha, (ha->iomap_iobase + ha->reg_off->regname), (data))
263 WRT_IOREG_WORD(ha, (ha->iomap_iobase + ha->reg_off->regname), (data))
265 WRT_IOREG_DWORD(ha, (ha->iomap_iobase + ha->reg_off->regname), (data))
1515 caddr_t iomap_iobase; member
/titanic_41/usr/src/uts/common/io/skd/
H A Dskd.h400 caddr_t iomap_iobase; member
H A Dskd.c4778 skdev->iomap_iobase = skdev->iobase; in skd_attach()
4783 (void *)skdev->iomap_iobase, 1, regsize); in skd_attach()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c1017 ha->iomap_iobase = ha->iobase; in ql_attach()
1023 &ha->iomap_iobase, 0, regsize, in ql_attach()
1188 ha->iomap_iobase += 0xBC000 + in ql_attach()