Searched refs:MEMOPS_IDX (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_mem_ops.c | 45 #define MEMOPS_IDX MAX_BAR1_MAP_INDEX macro 69 octeon_toggle_bar1_swapmode(oct, MEMOPS_IDX); in octeon_pci_fastwrite() 78 octeon_toggle_bar1_swapmode(oct, MEMOPS_IDX); in octeon_pci_fastwrite() 93 octeon_toggle_bar1_swapmode(oct, MEMOPS_IDX); in octeon_pci_fastread() 102 octeon_toggle_bar1_swapmode(oct, MEMOPS_IDX); in octeon_pci_fastread() 121 index_reg_val = oct->fn_list.bar1_idx_read(oct, MEMOPS_IDX); in __octeon_pci_rw_core_mem() 123 oct->fn_list.bar1_idx_setup(oct, addr, MEMOPS_IDX, 1); in __octeon_pci_rw_core_mem() 125 + (MEMOPS_IDX << 22) + (addr & 0x3fffff); in __octeon_pci_rw_core_mem() 133 (MEMOPS_IDX << 22)) - addr); in __octeon_pci_rw_core_mem() 152 oct->fn_list.bar1_idx_write(oct, MEMOPS_IDX, index_reg_val); in __octeon_pci_rw_core_mem()
|