Home
last modified time | relevance | path

Searched refs:ioffset (Results 1 – 6 of 6) sorted by relevance

/drivers/net/ethernet/realtek/
Dr8169_phy_config.c799 u16 ioffset, rlen; in rtl8168h_2_hw_phy_config() local
813 ioffset = rtl8168h_2_get_adc_bias_ioffset(tp); in rtl8168h_2_hw_phy_config()
814 if (ioffset != 0xffff) in rtl8168h_2_hw_phy_config()
815 phy_write_paged(phydev, 0x0bcf, 0x16, ioffset); in rtl8168h_2_hw_phy_config()
Dr8169_main.c2243 u16 data1, data2, ioffset; in rtl8168h_2_get_adc_bias_ioffset() local
2249 ioffset = (data2 >> 1) & 0x7ff8; in rtl8168h_2_get_adc_bias_ioffset()
2250 ioffset |= data2 & 0x0007; in rtl8168h_2_get_adc_bias_ioffset()
2252 ioffset |= BIT(15); in rtl8168h_2_get_adc_bias_ioffset()
2254 return ioffset; in rtl8168h_2_get_adc_bias_ioffset()
/drivers/gpu/drm/nouveau/
Dnouveau_chan.c285 const u64 ioffset = plength; in nouveau_channel_ctor() local
298 size = ioffset + ilength; in nouveau_channel_ctor()
324 args.chan.offset = ioffset + chan->push.addr; in nouveau_channel_ctor()
/drivers/crypto/ccp/
Dccp-ops.c1495 unsigned int ioffset, ooffset; in ccp_run_sha_cmd() local
1596 ooffset = ioffset = CCP_SB_BYTES - SHA1_DIGEST_SIZE; in ccp_run_sha_cmd()
1598 ooffset = ioffset = 0; in ccp_run_sha_cmd()
1605 ioffset = 0; in ccp_run_sha_cmd()
1616 ooffset = ioffset = 0; in ccp_run_sha_cmd()
1623 ioffset = 0; in ccp_run_sha_cmd()
1631 ooffset = ioffset = 0; in ccp_run_sha_cmd()
1665 memcpy(ctx.address + ioffset, init, ctx_size); in ccp_run_sha_cmd()
/drivers/infiniband/hw/irdma/
Dpuda.c1441 u16 ioffset = 0; in irdma_ieq_process_buf() local
1451 ioffset = (u16)(buf->data - (u8 *)buf->mem.va); in irdma_ieq_process_buf()
1495 irdma_ieq_copy_to_txbuf(buf, txbuf, ioffset, in irdma_ieq_process_buf()
1500 irdma_ieq_copy_to_txbuf(buf, txbuf, ioffset, in irdma_ieq_process_buf()
/drivers/pinctrl/starfive/
Dpinctrl-starfive-jh7110.c273 unsigned int ioffset = 4 * (din / 4); in jh7110_set_gpiomux() local
276 reg_din = sfp->base + info->gpi_reg_base + ioffset; in jh7110_set_gpiomux()