Searched refs:hwp (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/freescale/ |
D | fec_ptp.c | 137 writel(FEC_T_TF_MASK, fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps() 143 val = readl(fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps() 146 writel(val, fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps() 147 val = readl(fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps() 159 tempval = readl(fep->hwp + FEC_ATIME_CTRL); in fec_ptp_enable_pps() 161 writel(tempval, fep->hwp + FEC_ATIME_CTRL); in fec_ptp_enable_pps() 163 tempval = readl(fep->hwp + FEC_ATIME); in fec_ptp_enable_pps() 194 writel(val, fep->hwp + FEC_TCCR(fep->pps_channel)); in fec_ptp_enable_pps() 200 val = readl(fep->hwp + FEC_ATIME_CTRL); in fec_ptp_enable_pps() 202 writel(val, fep->hwp + FEC_ATIME_CTRL); in fec_ptp_enable_pps() [all …]
|
D | fec_main.c | 565 writel(0, fep->hwp + FEC_X_DES_ACTIVE(queue)); in fec_enet_txq_submit_skb() 760 !readl(fep->hwp + FEC_X_DES_ACTIVE(queue)) || in fec_enet_txq_submit_tso() 761 !readl(fep->hwp + FEC_X_DES_ACTIVE(queue)) || in fec_enet_txq_submit_tso() 762 !readl(fep->hwp + FEC_X_DES_ACTIVE(queue)) || in fec_enet_txq_submit_tso() 763 !readl(fep->hwp + FEC_X_DES_ACTIVE(queue))) in fec_enet_txq_submit_tso() 764 writel(0, fep->hwp + FEC_X_DES_ACTIVE(queue)); in fec_enet_txq_submit_tso() 864 writel(0, fep->hwp + FEC_R_DES_ACTIVE(i)); in fec_enet_active_rxring() 876 writel(rxq->bd_dma, fep->hwp + FEC_R_DES_START(i)); in fec_enet_enable_ring() 877 writel(PKT_MAXBLR_SIZE, fep->hwp + FEC_R_BUFF_SIZE(i)); in fec_enet_enable_ring() 882 fep->hwp + FEC_RCMR(i)); in fec_enet_enable_ring() [all …]
|
D | fec.h | 471 void __iomem *hwp; member
|
/linux-4.1.27/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 | 665 struct csio_hw *hw = ln->hwp; in csio_ln_vnp_read() 702 struct csio_hw *hw = ln->hwp; in csio_fcoe_enable_link() 816 struct csio_hw *hw = ln->hwp; in csio_ln_read_fcf_entry() 1682 io_req->lnode->hwp, io_req->iq_idx)); in csio_ln_prep_ecwr()
|
/linux-4.1.27/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);
|