Home
last modified time | relevance | path

Searched refs:hwp (Results 1 – 7 of 7) sorted by relevance

/drivers/net/ethernet/freescale/
Dfec_ptp.c137 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 …]
Dfec_main.c564 writel(0, fep->hwp + FEC_X_DES_ACTIVE(queue)); in fec_enet_txq_submit_skb()
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 !readl(fep->hwp + FEC_X_DES_ACTIVE(queue))) in fec_enet_txq_submit_tso()
769 writel(0, fep->hwp + FEC_X_DES_ACTIVE(queue)); in fec_enet_txq_submit_tso()
869 writel(0, fep->hwp + FEC_R_DES_ACTIVE(i)); in fec_enet_active_rxring()
881 writel(rxq->bd_dma, fep->hwp + FEC_R_DES_START(i)); in fec_enet_enable_ring()
886 fep->hwp + FEC_RCMR(i)); in fec_enet_enable_ring()
891 writel(txq->bd_dma, fep->hwp + FEC_X_DES_START(i)); in fec_enet_enable_ring()
[all …]
Dfec.h460 void __iomem *hwp; member
/drivers/scsi/csiostor/
Dcsio_lnode.h150 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), \
Dcsio_scsi.c227 struct csio_hw *hw = req->lnode->hwp; in csio_scsi_init_cmd_wr()
282 struct csio_hw *hw = req->lnode->hwp; in csio_scsi_cmd()
386 struct csio_hw *hw = req->lnode->hwp; in csio_scsi_init_read_wr()
439 struct csio_hw *hw = req->lnode->hwp; in csio_scsi_init_write_wr()
507 struct csio_hw *hw = req->lnode->hwp; in csio_scsi_read()
544 struct csio_hw *hw = req->lnode->hwp; in csio_scsi_write()
580 struct csio_hw *hw = req->lnode->hwp; in csio_setup_ddp()
673 struct csio_hw *hw = req->lnode->hwp; in csio_scsi_init_abrt_cls_wr()
701 struct csio_hw *hw = req->lnode->hwp; in csio_scsi_abrt_cls()
729 struct csio_hw *hw = req->lnode->hwp; in csio_scsis_uninit()
[all …]
Dcsio_lnode.c665 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()
/drivers/isdn/hardware/mISDN/
Diohelper.h29 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);