Searched refs:REG_RD_IND (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/dev/pci/ |
| D | if_bnx.c | 658 val = REG_RD_IND(sc, BNX_SHM_HDR_SIGNATURE); in bnx_attach() 660 sc->bnx_shmem_base = REG_RD_IND(sc, BNX_SHM_HDR_ADDR_0 + in bnx_attach() 672 val = REG_RD_IND(sc, sc->bnx_shmem_base + BNX_DEV_INFO_BC_REV); in bnx_attach() 689 val = REG_RD_IND(sc, sc->bnx_shmem_base + BNX_PORT_FEATURE); in bnx_attach() 696 val = REG_RD_IND(sc, sc->bnx_shmem_base + in bnx_attach() 704 val = REG_RD_IND(sc, sc->bnx_shmem_base + in bnx_attach() 709 uint32_t addr = REG_RD_IND(sc, sc->bnx_shmem_base + in bnx_attach() 838 sc->bnx_shared_hw_cfg = REG_RD_IND(sc, sc->bnx_shmem_base + in bnx_attach() 840 sc->bnx_port_hw_cfg = REG_RD_IND(sc, sc->bnx_shmem_base + in bnx_attach() 1794 val = REG_RD_IND(sc, sc->bnx_shmem_base + BNX_SHARED_HW_CFG_CONFIG2); in bnx_init_nvram() [all …]
|
| D | if_bnxvar.h | 88 #define REG_RD_IND(sc, offset) bnx_reg_rd_ind(sc, offset) macro
|