Searched refs:core_idx (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/phy/broadcom/ |
| H A D | phy-bcm-sr-pcie.c | 148 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()
|
| /linux/kernel/sched/ext/ |
| H A D | types.h | 84 s32 core_idx; member
|
| H A D | cid.c | 32 .core_cid = -1, .core_idx = -1, .llc_cid = -1, .llc_idx = -1, \ 274 s32 core_idx = next_core_idx++; in scx_cid_init() local 312 .core_idx = core_idx, in scx_cid_init()
|
| /linux/sound/soc/sof/ |
| H A D | ipc4.c | 871 static int sof_ipc4_set_core_state(struct snd_sof_dev *sdev, int core_idx, bool on) in sof_ipc4_post_boot() 876 dx_state.core_mask = BIT(core_idx); 878 dx_state.dx_mask = BIT(core_idx); 750 sof_ipc4_set_core_state(struct snd_sof_dev * sdev,int core_idx,bool on) sof_ipc4_set_core_state() argument
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_n.c | 27065 wlc_phy_rc_sweep_nphy(struct brcms_phy *pi, u8 core_idx, u8 loopback_type) in wlc_phy_rc_sweep_nphy() argument 27116 if (core_idx == 0) { in wlc_phy_rc_sweep_nphy() 27152 orig_rfctrlrssiothers = read_phy_reg(pi, (core_idx == 0) ? 0x7a : 0x7d); in wlc_phy_rc_sweep_nphy() 27174 or_phy_reg(pi, (core_idx == 0) ? 0xe7 : 0xec, (0x1 << 8)); in wlc_phy_rc_sweep_nphy() 27175 or_phy_reg(pi, (core_idx == 0) ? 0xec : 0xe7, (0x1 << 15)); in wlc_phy_rc_sweep_nphy() 27176 or_phy_reg(pi, (core_idx == 0) ? 0xe7 : 0xec, (0x1 << 9)); in wlc_phy_rc_sweep_nphy() 27177 or_phy_reg(pi, (core_idx == 0) ? 0xe7 : 0xec, (0x1 << 10)); in wlc_phy_rc_sweep_nphy() 27179 mod_phy_reg(pi, (core_idx == 0) ? 0xfa : 0xf8, in wlc_phy_rc_sweep_nphy() 27181 mod_phy_reg(pi, (core_idx == 0) ? 0xf8 : 0xfa, in wlc_phy_rc_sweep_nphy() 27183 mod_phy_reg(pi, (core_idx == 0) ? 0xf8 : 0xfa, in wlc_phy_rc_sweep_nphy() [all …]
|