Searched refs:win_pf (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/scsi/csiostor/ |
D | csio_hw_t5.c | 259 u32 edc_size, mc_size, win_pf, mem_reg, mem_aperture, mem_base; in csio_t5_memory_rw() local 302 win_pf = PFNUM_V(hw->pfn); in csio_t5_memory_rw() 309 start, offset, win_pf); in csio_t5_memory_rw() 319 csio_wr_reg32(hw, pos | win_pf, in csio_t5_memory_rw()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | cudbg_lib.c | 896 u32 win_pf, memoffset, mem_aperture, mem_base; in cudbg_memory_read() local 920 win_pf = is_t4(adap->params.chip) ? 0 : PFNUM_V(adap->pf); in cudbg_memory_read() 928 t4_memory_update_win(adap, win, pos | win_pf); in cudbg_memory_read() 943 t4_memory_update_win(adap, win, pos | win_pf); in cudbg_memory_read() 961 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()
|