Searched refs:control2 (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/oprofile/ |
H A D | op_model_loongson3.c | 47 unsigned int control2; member 65 unsigned int control2 = 0; in loongson3_reg_setup() local 82 control2 |= LOONGSON3_PERFCTRL_EVENT(1, ctr[1].event) | in loongson3_reg_setup() 85 control2 |= LOONGSON3_PERFCTRL_KERNEL; in loongson3_reg_setup() 87 control2 |= LOONGSON3_PERFCTRL_USER; in loongson3_reg_setup() 94 control2 |= LOONGSON3_PERFCTRL_EXL; in loongson3_reg_setup() 97 reg.control2 = control2; in loongson3_reg_setup() 117 reg.control2 |= (LOONGSON3_PERFCTRL_W|LOONGSON3_PERFCTRL_M); in loongson3_cpu_start() 122 write_c0_perflo2(reg.control2); in loongson3_cpu_start() [all...] |
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | max8973-regulator.c | 322 unsigned int control2; in max8973_get_current_limit() local 325 ret = regmap_read(max->regmap, MAX8973_CONTROL2, &control2); in max8973_get_current_limit() 331 switch (control2 & MAX8973_CKKADV_TRIP_MASK) { in max8973_get_current_limit() 359 uint8_t control2 = 0; in max8973_init_dcdc() local 405 control2 |= MAX77621_T_JUNCTION_120; in max8973_init_dcdc() 408 control2 |= MAX8973_DISCH_ENBABLE; in max8973_init_dcdc() 413 control2 |= MAX8973_CKKADV_TRIP_DISABLE; in max8973_init_dcdc() 417 control2 |= MAX8973_CKKADV_TRIP_75mV_PER_US; in max8973_init_dcdc() 421 control2 |= MAX8973_CKKADV_TRIP_150mV_PER_US; in max8973_init_dcdc() 425 control2 | in max8973_init_dcdc() [all...] |
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | max8973-regulator.c | 282 unsigned int control2; in max8973_get_current_limit() local 285 ret = regmap_read(max->regmap, MAX8973_CONTROL2, &control2); in max8973_get_current_limit() 291 switch (control2 & MAX8973_CKKADV_TRIP_MASK) { in max8973_get_current_limit() 323 uint8_t control2 = 0; in max8973_init_dcdc() local 369 control2 |= MAX77621_T_JUNCTION_120; in max8973_init_dcdc() 372 control2 |= MAX8973_DISCH_ENBABLE; in max8973_init_dcdc() 377 control2 |= MAX8973_CKKADV_TRIP_DISABLE; in max8973_init_dcdc() 381 control2 |= MAX8973_CKKADV_TRIP_75mV_PER_US; in max8973_init_dcdc() 385 control2 |= MAX8973_CKKADV_TRIP_150mV_PER_US; in max8973_init_dcdc() 389 control2 | in max8973_init_dcdc() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/ |
H A D | mdp_sm_mt8183.h | 65 u32 control2; member 74 u32 control2; member
|
H A D | mtk-mdp3-comp.c | 312 reg = CFG_COMP(MT8183, ctx->param, rsz.control2); in config_rsz_frame() 336 reg = CFG_COMP(MT8183, ctx->param, rsz.subfrms[index].control2); in config_rsz_subfrm()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_link.c | 4982 u16 control2; in bnx2x_set_parallel_detection() local 4986 &control2); in bnx2x_set_parallel_detection() 4988 control2 |= MDIO_SERDES_DIGITAL_A_1000X_CONTROL2_PRL_DT_EN; in bnx2x_set_parallel_detection() 4990 control2 &= ~MDIO_SERDES_DIGITAL_A_1000X_CONTROL2_PRL_DT_EN; in bnx2x_set_parallel_detection() 4991 DP(NETIF_MSG_LINK, "phy->speed_cap_mask = 0x%x, control2 = 0x%x\n", in bnx2x_set_parallel_detection() 4992 phy->speed_cap_mask, control2); in bnx2x_set_parallel_detection() 4996 control2); in bnx2x_set_parallel_detection() 5011 &control2); in bnx2x_set_parallel_detection() 5014 control2 |= in bnx2x_set_parallel_detection() 5020 control2); in bnx2x_set_parallel_detection() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_link.c | 4982 u16 control2; in bnx2x_set_parallel_detection() local 4986 &control2); in bnx2x_set_parallel_detection() 4988 control2 |= MDIO_SERDES_DIGITAL_A_1000X_CONTROL2_PRL_DT_EN; in bnx2x_set_parallel_detection() 4990 control2 &= ~MDIO_SERDES_DIGITAL_A_1000X_CONTROL2_PRL_DT_EN; in bnx2x_set_parallel_detection() 4991 DP(NETIF_MSG_LINK, "phy->speed_cap_mask = 0x%x, control2 = 0x%x\n", in bnx2x_set_parallel_detection() 4992 phy->speed_cap_mask, control2); in bnx2x_set_parallel_detection() 4996 control2); in bnx2x_set_parallel_detection() 5011 &control2); in bnx2x_set_parallel_detection() 5014 control2 |= in bnx2x_set_parallel_detection() 5020 control2); in bnx2x_set_parallel_detection() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/ |
H A D | mwl8k.c | 4467 __le16 control2; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/ |
H A D | mwl8k.c | 4473 __le16 control2; member
|
Completed in 65 milliseconds