Home
last modified time | relevance | path

Searched refs:core_idx (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/phy/broadcom/
H A Dphy-bcm-sr-pcie.c148 unsigned int core_idx = phy->index; in pcie_core_is_for_rc() local
150 return !!((pipemux_table[core->pipemux] >> core_idx) & 0x1); in pcie_core_is_for_rc()
172 unsigned int core_idx = phy->index; in sr_paxc_phy_init() local
175 if (core_idx != SR_PAXC_PHY_IDX) in sr_paxc_phy_init()
/kernel/linux/linux-6.6/drivers/phy/broadcom/
H A Dphy-bcm-sr-pcie.c148 unsigned int core_idx = phy->index; in pcie_core_is_for_rc() local
150 return !!((pipemux_table[core->pipemux] >> core_idx) & 0x1); in pcie_core_is_for_rc()
172 unsigned int core_idx = phy->index; in sr_paxc_phy_init() local
175 if (core_idx != SR_PAXC_PHY_IDX) in sr_paxc_phy_init()
/kernel/linux/linux-6.6/sound/soc/sof/
H A Dipc4.c644 static int sof_ipc4_set_core_state(struct snd_sof_dev *sdev, int core_idx, bool on) in sof_ipc4_set_core_state() argument
649 dx_state.core_mask = BIT(core_idx); in sof_ipc4_set_core_state()
651 dx_state.dx_mask = BIT(core_idx); in sof_ipc4_set_core_state()
H A Dipc3.c1092 static int sof_ipc3_set_core_state(struct snd_sof_dev *sdev, int core_idx, bool on) in sof_ipc3_set_core_state() argument
1100 core_cfg.enable_mask = sdev->enabled_cores_mask | BIT(core_idx); in sof_ipc3_set_core_state()
1102 core_cfg.enable_mask = sdev->enabled_cores_mask & ~BIT(core_idx); in sof_ipc3_set_core_state()
H A Dsof-priv.h437 int (*set_core_state)(struct snd_sof_dev *sdev, int core_idx, bool on);
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c27074 wlc_phy_rc_sweep_nphy(struct brcms_phy *pi, u8 core_idx, u8 loopback_type) in wlc_phy_rc_sweep_nphy() argument
27125 if (core_idx == 0) { in wlc_phy_rc_sweep_nphy()
27161 orig_rfctrlrssiothers = read_phy_reg(pi, (core_idx == 0) ? 0x7a : 0x7d); in wlc_phy_rc_sweep_nphy()
27183 or_phy_reg(pi, (core_idx == 0) ? 0xe7 : 0xec, (0x1 << 8)); in wlc_phy_rc_sweep_nphy()
27184 or_phy_reg(pi, (core_idx == 0) ? 0xec : 0xe7, (0x1 << 15)); in wlc_phy_rc_sweep_nphy()
27185 or_phy_reg(pi, (core_idx == 0) ? 0xe7 : 0xec, (0x1 << 9)); in wlc_phy_rc_sweep_nphy()
27186 or_phy_reg(pi, (core_idx == 0) ? 0xe7 : 0xec, (0x1 << 10)); in wlc_phy_rc_sweep_nphy()
27188 mod_phy_reg(pi, (core_idx == 0) ? 0xfa : 0xf8, in wlc_phy_rc_sweep_nphy()
27190 mod_phy_reg(pi, (core_idx == 0) ? 0xf8 : 0xfa, in wlc_phy_rc_sweep_nphy()
27192 mod_phy_reg(pi, (core_idx in wlc_phy_rc_sweep_nphy()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c27074 wlc_phy_rc_sweep_nphy(struct brcms_phy *pi, u8 core_idx, u8 loopback_type) in wlc_phy_rc_sweep_nphy() argument
27125 if (core_idx == 0) { in wlc_phy_rc_sweep_nphy()
27161 orig_rfctrlrssiothers = read_phy_reg(pi, (core_idx == 0) ? 0x7a : 0x7d); in wlc_phy_rc_sweep_nphy()
27183 or_phy_reg(pi, (core_idx == 0) ? 0xe7 : 0xec, (0x1 << 8)); in wlc_phy_rc_sweep_nphy()
27184 or_phy_reg(pi, (core_idx == 0) ? 0xec : 0xe7, (0x1 << 15)); in wlc_phy_rc_sweep_nphy()
27185 or_phy_reg(pi, (core_idx == 0) ? 0xe7 : 0xec, (0x1 << 9)); in wlc_phy_rc_sweep_nphy()
27186 or_phy_reg(pi, (core_idx == 0) ? 0xe7 : 0xec, (0x1 << 10)); in wlc_phy_rc_sweep_nphy()
27188 mod_phy_reg(pi, (core_idx == 0) ? 0xfa : 0xf8, in wlc_phy_rc_sweep_nphy()
27190 mod_phy_reg(pi, (core_idx == 0) ? 0xf8 : 0xfa, in wlc_phy_rc_sweep_nphy()
27192 mod_phy_reg(pi, (core_idx in wlc_phy_rc_sweep_nphy()
[all...]

Completed in 57 milliseconds