Home
last modified time | relevance | path

Searched refs:nx_pcibase (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c331 return ((void *)(ha->nx_pcibase + off)); in ql_8021_pci_base_offsetfset()
410 WRT_REG_DWORD(ha, CRB_WINDOW_2M + ha->nx_pcibase, ha->crb_win); in ql_8021_pci_set_crbwindow_2M()
416 win_read = RD_REG_DWORD(ha, CRB_WINDOW_2M + ha->nx_pcibase); in ql_8021_pci_set_crbwindow_2M()
421 *off = (*off & MASK(16)) + CRB_INDIRECT_2M + (uintptr_t)ha->nx_pcibase; in ql_8021_pci_set_crbwindow_2M()
516 (uintptr_t)ha->nx_pcibase; in ql_8021_pci_get_crb_addr_2M()
535 (uintptr_t)ha->nx_pcibase); in ql_8021_pci_get_crb_addr_2M()
689 addr = (void *)((uint8_t *)ha->nx_pcibase + start); in ql_8021_pci_mem_read_direct()
735 addr = (void *)((uint8_t *)ha->nx_pcibase + start); in ql_8021_pci_mem_write_direct()
H A Dql_api.c1186 ha->nx_pcibase = ha->iobase; in ql_attach()
1204 ha->db_read = ha->nx_pcibase + (512 * 1024) + in ql_attach()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1667 caddr_t nx_pcibase; /* BAR0 base I/O address */ member