Searched refs:MEMOPS_IDX (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_mem_ops.c | 27 #define MEMOPS_IDX BAR1_INDEX_DYNAMIC_MAP macro 52 octeon_toggle_bar1_swapmode(oct, MEMOPS_IDX); in octeon_pci_fastwrite() 61 octeon_toggle_bar1_swapmode(oct, MEMOPS_IDX); in octeon_pci_fastwrite() 76 octeon_toggle_bar1_swapmode(oct, MEMOPS_IDX); in octeon_pci_fastread() 85 octeon_toggle_bar1_swapmode(oct, MEMOPS_IDX); in octeon_pci_fastread() 123 index_reg_val = oct->fn_list.bar1_idx_read(oct, MEMOPS_IDX); in __octeon_pci_rw_core_mem() 125 oct->fn_list.bar1_idx_setup(oct, addr, MEMOPS_IDX, 1); in __octeon_pci_rw_core_mem() 127 + (MEMOPS_IDX << 22) + (addr & 0x3fffff); in __octeon_pci_rw_core_mem() 135 (MEMOPS_IDX << 22)) - addr); in __octeon_pci_rw_core_mem() 154 oct->fn_list.bar1_idx_write(oct, MEMOPS_IDX, index_reg_val); in __octeon_pci_rw_core_mem()
|