Searched refs:chan_offset (Results 1 – 8 of 8) sorted by relevance
| /drivers/spmi/ |
| A D | spmi-mtk-pmif.c | 454 u32 chan_offset; in mtk_spmi_probe() local 495 chan_offset = PMIF_CHAN_OFFSET * arb->data->soc_chan; in mtk_spmi_probe() 496 arb->chan.ch_sta = PMIF_SWINF_0_STA + chan_offset; in mtk_spmi_probe() 497 arb->chan.wdata = PMIF_SWINF_0_WDATA_31_0 + chan_offset; in mtk_spmi_probe() 498 arb->chan.rdata = PMIF_SWINF_0_RDATA_31_0 + chan_offset; in mtk_spmi_probe() 499 arb->chan.ch_send = PMIF_SWINF_0_ACC + chan_offset; in mtk_spmi_probe() 500 arb->chan.ch_rdy = PMIF_SWINF_0_VLD_CLR + chan_offset; in mtk_spmi_probe()
|
| /drivers/net/ethernet/marvell/octeontx2/nic/ |
| A D | cn10k.h | 29 int cn10k_sq_aq_init(void *dev, u16 qidx, u8 chan_offset, u16 sqb_aura);
|
| A D | cn10k.c | 85 int cn10k_sq_aq_init(void *dev, u16 qidx, u8 chan_offset, u16 sqb_aura) in cn10k_sq_aq_init() argument 101 aq->sq.default_chan = pfvf->hw.tx_chan_base + chan_offset; in cn10k_sq_aq_init()
|
| A D | otx2_common.h | 368 int (*sq_aq_init)(void *dev, u16 qidx, u8 chan_offset, 1036 int otx2_sq_aq_init(void *dev, u16 qidx, u8 chan_offset, u16 sqb_aura); 1037 int cn10k_sq_aq_init(void *dev, u16 qidx, u8 chan_offset, u16 sqb_aura);
|
| A D | otx2_common.c | 921 int otx2_sq_aq_init(void *dev, u16 qidx, u8 chan_offset, u16 sqb_aura) in otx2_sq_aq_init() argument 940 aq->sq.default_chan = pfvf->hw.tx_chan_base + chan_offset; in otx2_sq_aq_init() 963 u8 chan_offset; in otx2_sq_init() local 1037 chan_offset = qidx % pfvf->hw.tx_chan_cnt; in otx2_sq_init() 1038 err = pfvf->hw_ops->sq_aq_init(pfvf, qidx, chan_offset, sqb_aura); in otx2_sq_init()
|
| /drivers/dma/xilinx/ |
| A D | xilinx_dma.c | 1811 u32 status, ser_offset, chan_sermask, chan_offset = 0, chan_id; in xilinx_mcdma_irq_handler() local 1826 chan_offset = chan->xdev->dma_config->max_channels / 2; in xilinx_mcdma_irq_handler() 1828 chan_offset = chan_offset + (chan_id - 1); in xilinx_mcdma_irq_handler() 1829 chan = chan->xdev->chan[chan_offset]; in xilinx_mcdma_irq_handler()
|
| /drivers/edac/ |
| A D | amd64_edac.c | 2378 u64 chan_addr, chan_offset; in f15_m30h_match_to_this_node() local 2438 chan_offset = dhar_offset; in f15_m30h_match_to_this_node() 2440 chan_offset = dct_base << 27; in f15_m30h_match_to_this_node() 2442 chan_addr = sys_addr - chan_offset; in f15_m30h_match_to_this_node()
|
| /drivers/scsi/ |
| A D | myrs.c | 1781 unsigned int chan_offset = in myrs_translate_ldev() local 1784 ldev_num = sdev->id + chan_offset * sdev->host->max_id; in myrs_translate_ldev()
|
Completed in 36 milliseconds