Searched refs:hwp (Results 1 – 7 of 7) sorted by relevance
/drivers/net/ethernet/freescale/ |
D | fec_ptp.c | 136 writel(FEC_T_TF_MASK, fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps() 142 val = readl(fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps() 145 writel(val, fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps() 146 val = readl(fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps() 158 tempval = readl(fep->hwp + FEC_ATIME_CTRL); in fec_ptp_enable_pps() 160 writel(tempval, fep->hwp + FEC_ATIME_CTRL); in fec_ptp_enable_pps() 162 tempval = readl(fep->hwp + FEC_ATIME); in fec_ptp_enable_pps() 192 writel(val, fep->hwp + FEC_TCCR(fep->pps_channel)); in fec_ptp_enable_pps() 198 val = readl(fep->hwp + FEC_ATIME_CTRL); in fec_ptp_enable_pps() 200 writel(val, fep->hwp + FEC_ATIME_CTRL); in fec_ptp_enable_pps() [all …]
|
D | fec_main.c | 569 writel(0, fep->hwp + FEC_X_DES_ACTIVE(queue)); in fec_enet_txq_submit_skb() 764 !readl(fep->hwp + FEC_X_DES_ACTIVE(queue)) || in fec_enet_txq_submit_tso() 765 !readl(fep->hwp + FEC_X_DES_ACTIVE(queue)) || in fec_enet_txq_submit_tso() 766 !readl(fep->hwp + FEC_X_DES_ACTIVE(queue)) || in fec_enet_txq_submit_tso() 767 !readl(fep->hwp + FEC_X_DES_ACTIVE(queue))) in fec_enet_txq_submit_tso() 768 writel(0, fep->hwp + FEC_X_DES_ACTIVE(queue)); in fec_enet_txq_submit_tso() 868 writel(0, fep->hwp + FEC_R_DES_ACTIVE(i)); in fec_enet_active_rxring() 880 writel(rxq->bd_dma, fep->hwp + FEC_R_DES_START(i)); in fec_enet_enable_ring() 881 writel(PKT_MAXBLR_SIZE, fep->hwp + FEC_R_BUFF_SIZE(i)); in fec_enet_enable_ring() 886 fep->hwp + FEC_RCMR(i)); in fec_enet_enable_ring() [all …]
|
D | fec.h | 476 void __iomem *hwp; member
|
/drivers/scsi/csiostor/ |
D | csio_lnode.h | 150 struct csio_hw *hwp; /* Pointer to the HW module */ member 204 #define csio_lnode_to_hw(ln) ((ln)->hwp) 217 csio_dbg(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \ 221 csio_err(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \ 225 csio_warn(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \
|
D | csio_scsi.c | 203 struct csio_hw *hw = req->lnode->hwp; in csio_scsi_init_cmd_wr() 258 struct csio_hw *hw = req->lnode->hwp; in csio_scsi_cmd() 362 struct csio_hw *hw = req->lnode->hwp; in csio_scsi_init_read_wr() 415 struct csio_hw *hw = req->lnode->hwp; in csio_scsi_init_write_wr() 483 struct csio_hw *hw = req->lnode->hwp; in csio_scsi_read() 520 struct csio_hw *hw = req->lnode->hwp; in csio_scsi_write() 556 struct csio_hw *hw = req->lnode->hwp; in csio_setup_ddp() 649 struct csio_hw *hw = req->lnode->hwp; in csio_scsi_init_abrt_cls_wr() 677 struct csio_hw *hw = req->lnode->hwp; in csio_scsi_abrt_cls() 705 struct csio_hw *hw = req->lnode->hwp; in csio_scsis_uninit() [all …]
|
D | csio_lnode.c | 675 struct csio_hw *hw = ln->hwp; in csio_ln_vnp_read() 712 struct csio_hw *hw = ln->hwp; in csio_fcoe_enable_link() 826 struct csio_hw *hw = ln->hwp; in csio_ln_read_fcf_entry() 1692 io_req->lnode->hwp, io_req->iq_idx)); in csio_ln_prep_ecwr()
|
/drivers/isdn/hardware/mISDN/ |
D | iohelper.h | 29 typedef u8 (read_reg_func)(void *hwp, u8 offset); 30 typedef void (write_reg_func)(void *hwp, u8 offset, u8 value); 31 typedef void (fifo_func)(void *hwp, u8 offset, u8 *datap, int size);
|