Home
last modified time | relevance | path

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

/drivers/net/ethernet/realtek/
A Dr8169_phy_config.c796 u16 ioffset, rlen; in rtl8168h_2_hw_phy_config() local
810 ioffset = rtl8168h_2_get_adc_bias_ioffset(tp); in rtl8168h_2_hw_phy_config()
811 if (ioffset != 0xffff) in rtl8168h_2_hw_phy_config()
812 phy_write_paged(phydev, 0x0bcf, 0x16, ioffset); in rtl8168h_2_hw_phy_config()
A Dr8169_main.c2406 u16 data1, data2, ioffset; in rtl8168h_2_get_adc_bias_ioffset() local
2412 ioffset = (data2 >> 1) & 0x7ff8; in rtl8168h_2_get_adc_bias_ioffset()
2413 ioffset |= data2 & 0x0007; in rtl8168h_2_get_adc_bias_ioffset()
2415 ioffset |= BIT(15); in rtl8168h_2_get_adc_bias_ioffset()
2417 return ioffset; in rtl8168h_2_get_adc_bias_ioffset()
/drivers/gpu/drm/nouveau/
A Dnouveau_chan.c276 const u64 ioffset = plength; in nouveau_channel_ctor() local
288 size = ioffset + ilength; in nouveau_channel_ctor()
314 args->offset = ioffset + chan->push.addr; in nouveau_channel_ctor()
/drivers/crypto/ccp/
A Dccp-ops.c1505 unsigned int ioffset, ooffset; in ccp_run_sha_cmd() local
1606 ooffset = ioffset = CCP_SB_BYTES - SHA1_DIGEST_SIZE; in ccp_run_sha_cmd()
1608 ooffset = ioffset = 0; in ccp_run_sha_cmd()
1615 ioffset = 0; in ccp_run_sha_cmd()
1626 ooffset = ioffset = 0; in ccp_run_sha_cmd()
1633 ioffset = 0; in ccp_run_sha_cmd()
1641 ooffset = ioffset = 0; in ccp_run_sha_cmd()
1675 memcpy(ctx.address + ioffset, init, ctx_size); in ccp_run_sha_cmd()
/drivers/infiniband/hw/irdma/
A Dpuda.c1436 u16 ioffset = 0; in irdma_ieq_process_buf() local
1446 ioffset = (u16)(buf->data - (u8 *)buf->mem.va); in irdma_ieq_process_buf()
1490 irdma_ieq_copy_to_txbuf(buf, txbuf, ioffset, in irdma_ieq_process_buf()
1495 irdma_ieq_copy_to_txbuf(buf, txbuf, ioffset, in irdma_ieq_process_buf()
/drivers/pinctrl/starfive/
A Dpinctrl-starfive-jh7110.c271 unsigned int ioffset = 4 * (din / 4); in jh7110_set_gpiomux() local
274 reg_din = sfp->base + info->gpi_reg_base + ioffset; in jh7110_set_gpiomux()

Completed in 36 milliseconds