Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c424 WRT_REG_DWORD(ha, CRB_WINDOW_2M + ha->nx_pcibase, crb_win); in ql_8021_pci_set_crbwindow_2M()
430 win_read = RD_REG_DWORD(ha, CRB_WINDOW_2M + ha->nx_pcibase); in ql_8021_pci_set_crbwindow_2M()
435 *off = (*off & MASK(16)) + CRB_INDIRECT_2M + (uintptr_t)ha->nx_pcibase; in ql_8021_pci_set_crbwindow_2M()
530 (uintptr_t)ha->nx_pcibase; in ql_8021_pci_get_crb_addr_2M()
549 (uintptr_t)ha->nx_pcibase); in ql_8021_pci_get_crb_addr_2M()
696 addr = (void *)((uint8_t *)ha->nx_pcibase + start); in ql_8021_pci_mem_read_direct()
739 addr = (void *)((uint8_t *)ha->nx_pcibase + start); in ql_8021_pci_mem_write_direct()
3061 WRT_REG_DWORD(ha, (ha->nx_pcibase + 0x00130060), addr0); in ql_8021_read_reg()
3063 (void) RD_REG_DWORD(ha, (ha->nx_pcibase + 0x00130060)); in ql_8021_read_reg()
3065 value = RD_REG_DWORD(ha, (ha->nx_pcibase + 0x001E0000 + addr1)); in ql_8021_read_reg()
[all …]
H A Dql_api.c1353 ha->nx_pcibase = ha->iobase; in ql_attach()
1379 ha->db_read = ha->nx_pcibase + (512 * 1024) + in ql_attach()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1898 caddr_t nx_pcibase; /* BAR0 base I/O address */ member