Home
last modified time | relevance | path

Searched refs:win_pf (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/csiostor/
H A Dcsio_hw_t5.c257 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()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib.c1287 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()
H A Dt4_hw.c618 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()