Searched refs:win_pf (Results 1 – 3 of 3) sorted by relevance
/drivers/scsi/csiostor/ |
D | csio_hw_t5.c | 257 u32 edc_size, mc_size, win_pf, mem_reg, mem_aperture, mem_base; in csio_t5_memory_rw() local 300 win_pf = PFNUM_V(hw->pfn); in csio_t5_memory_rw() 307 start, offset, win_pf); in csio_t5_memory_rw() 317 csio_wr_reg32(hw, pos | win_pf, in csio_t5_memory_rw()
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | cudbg_lib.c | 1287 u32 win_pf, memoffset, mem_aperture, mem_base; in cudbg_memory_read() local 1311 win_pf = is_t4(adap->params.chip) ? 0 : PFNUM_V(adap->pf); in cudbg_memory_read() 1319 t4_memory_update_win(adap, win, pos | win_pf); in cudbg_memory_read() 1334 t4_memory_update_win(adap, win, pos | win_pf); in cudbg_memory_read() 1352 t4_memory_update_win(adap, win, pos | win_pf); in cudbg_memory_read()
|
D | t4_hw.c | 618 u32 win_pf, mem_aperture, mem_base; in t4_memory_rw() local 644 win_pf = is_t4(adap->params.chip) ? 0 : PFNUM_V(adap->pf); in t4_memory_rw() 655 t4_memory_update_win(adap, win, pos | win_pf); in t4_memory_rw() 710 t4_memory_update_win(adap, win, pos | win_pf); in t4_memory_rw()
|