Searched refs:data_tmp (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-rzv2m.c | 203 u32 data_tmp; in rzv2m_i2c_read_with_ack() local 224 data_tmp = readl(priv->base + IICB0DAT); in rzv2m_i2c_read_with_ack() 242 data_tmp = readl(priv->base + IICB0DAT); in rzv2m_i2c_read_with_ack() 245 *data = data_tmp; in rzv2m_i2c_read_with_ack()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_dsaf_main.c | 1093 u32 data_tmp; in hns_dsaf_tcam_mc_get() local 1119 data_tmp = dsaf_read_dev(dsaf_dev, DSAF_TBL_TCAM_RAM_RDATA4_0_REG); in hns_dsaf_tcam_mc_get() 1121 dsaf_get_bit(data_tmp, DSAF_TBL_MCAST_CFG4_ITEM_VLD_S); in hns_dsaf_tcam_mc_get() 1123 dsaf_get_bit(data_tmp, DSAF_TBL_MCAST_CFG4_OLD_EN_S); in hns_dsaf_tcam_mc_get() 1125 dsaf_get_field(data_tmp, DSAF_TBL_MCAST_CFG4_VM128_112_M, in hns_dsaf_tcam_mc_get()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_dsaf_main.c | 1093 u32 data_tmp; in hns_dsaf_tcam_mc_get() local 1119 data_tmp = dsaf_read_dev(dsaf_dev, DSAF_TBL_TCAM_RAM_RDATA4_0_REG); in hns_dsaf_tcam_mc_get() 1121 dsaf_get_bit(data_tmp, DSAF_TBL_MCAST_CFG4_ITEM_VLD_S); in hns_dsaf_tcam_mc_get() 1123 dsaf_get_bit(data_tmp, DSAF_TBL_MCAST_CFG4_OLD_EN_S); in hns_dsaf_tcam_mc_get() 1125 dsaf_get_field(data_tmp, DSAF_TBL_MCAST_CFG4_VM128_112_M, in hns_dsaf_tcam_mc_get()
|
Completed in 8 milliseconds