Home
last modified time | relevance | path

Searched refs:idx2 (Results 1 – 20 of 20) sorted by relevance

/linux/sound/soc/dwc/
H A Ddwc-i2s.c661 u32 idx2; in dw_configure_dai_by_pd() local
664 idx2 = COMP1_TX_WORDSIZE_0(comp1); in dw_configure_dai_by_pd()
667 (fifo_width[idx2]) >> 8; in dw_configure_dai_by_pd()
671 idx2 = COMP2_RX_WORDSIZE_0(comp2); in dw_configure_dai_by_pd()
674 (fifo_width[idx2] >> 8); in dw_configure_dai_by_pd()
701 u32 idx2; in dw_configure_dai_by_dt() local
709 idx2 = COMP1_TX_WORDSIZE_0(comp1); in dw_configure_dai_by_dt()
714 (fifo_width[idx2]) >> 8; in dw_configure_dai_by_dt()
718 idx2 = COMP2_RX_WORDSIZE_0(comp2); in dw_configure_dai_by_dt()
723 (fifo_width[idx2] >> 8); in dw_configure_dai_by_dt()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192d/
H A Drf_common.c59 u8 idx1, idx2; in rtl92d_phy_rf6052_set_cck_txpower() local
94 for (idx2 = 0; idx2 < 4; idx2++) { in rtl92d_phy_rf6052_set_cck_txpower()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Drf.c43 u8 idx1, idx2; in rtl8821ae_phy_rf6052_set_cck_txpower() local
89 for (idx2 = 0; idx2 < 4; idx2++) { in rtl8821ae_phy_rf6052_set_cck_txpower()
/linux/drivers/net/ethernet/ti/
H A Dcpsw_ale.c130 int idx, idx2, index; in cpsw_ale_get_field() local
134 idx2 = (start + bits - 1) / 32; in cpsw_ale_get_field()
136 if (idx != idx2) { in cpsw_ale_get_field()
137 index = 2 - idx2; /* flip */ in cpsw_ale_get_field()
138 hi_val = ale_entry[index] << ((idx2 * 32) - start); in cpsw_ale_get_field()
148 int idx, idx2, index; in cpsw_ale_set_field() local
152 idx2 = (start + bits - 1) / 32; in cpsw_ale_set_field()
154 if (idx != idx2) { in cpsw_ale_set_field()
155 index = 2 - idx2; /* flip */ in cpsw_ale_set_field()
156 ale_entry[index] &= ~(BITMASK(bits + start - (idx2 * 32))); in cpsw_ale_set_field()
[all …]
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Drf.c46 u8 idx1, idx2; in rtl8723e_phy_rf6052_set_cck_txpower() local
89 for (idx2 = 0; idx2 < 4; idx2++) { in rtl8723e_phy_rf6052_set_cck_txpower()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Drf.c46 u8 idx1, idx2; in rtl8723be_phy_rf6052_set_cck_txpower() local
89 for (idx2 = 0; idx2 < 4; idx2++) { in rtl8723be_phy_rf6052_set_cck_txpower()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Drf.c45 u8 idx1, idx2; in rtl92cu_phy_rf6052_set_cck_txpower() local
87 for (idx2 = 0; idx2 < 4; idx2++) { in rtl92cu_phy_rf6052_set_cck_txpower()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Drf.c46 u8 idx1, idx2; in rtl92ce_phy_rf6052_set_cck_txpower() local
85 for (idx2 = 0; idx2 < 4; idx2++) { in rtl92ce_phy_rf6052_set_cck_txpower()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Drf.c46 u8 idx1, idx2; in rtl88e_phy_rf6052_set_cck_txpower() local
90 for (idx2 = 0; idx2 < 4; idx2++) { in rtl88e_phy_rf6052_set_cck_txpower()
/linux/tools/testing/selftests/pidfd/
H A Dpidfd_getfd_test.c32 unsigned long idx2) in sys_kcmp() argument
34 return syscall(__NR_kcmp, pid1, pid2, type, idx1, idx2); in sys_kcmp()
/linux/tools/testing/selftests/net/forwarding/
H A Dvxlan_bridge_1q.sh705 local idx2=$1; shift
711 expects[0]=10; expects[$idx1]=10; expects[$idx2]=10
735 expects[0]=0; expects[$idx1]=10; expects[$idx2]=0
747 expects[0]=10; expects[$idx1]=10; expects[$idx2]=10
765 expects[0]=0; expects[$idx1]=10; expects[$idx2]=0
776 expects[0]=10; expects[$idx1]=10; expects[$idx2]=10
/linux/drivers/staging/most/dim2/
H A Dhal.h43 u8 idx2; member
H A Dhal.c429 state->idx2 = 0; in state_init()
636 if (!service_channel(ch->addr, state->idx2)) in channel_service_interrupt()
639 state->idx2 ^= 1; in channel_service_interrupt()
/linux/drivers/video/fbdev/sis/
H A Dinit.c2229 unsigned short *idx2) in SiS_GetFIFOThresholdIndex300() argument
2237 (*idx2) = (unsigned short)(ThTiming[((temp2 >> 3) | temp1) & 0x07]); in SiS_GetFIFOThresholdIndex300()
2244 SiS_GetFIFOThresholdA300(unsigned short idx1, unsigned short idx2) in SiS_GetFIFOThresholdA300() argument
2252 return (unsigned short)((ThLowA[idx1 + 1] * idx2) + ThLowA[idx1]); in SiS_GetFIFOThresholdA300()
2256 SiS_GetFIFOThresholdB300(unsigned short idx1, unsigned short idx2) in SiS_GetFIFOThresholdB300() argument
2264 return (unsigned short)((ThLowB[idx1 + 1] * idx2) + ThLowB[idx1]); in SiS_GetFIFOThresholdB300()
2271 unsigned short idx1, idx2; in SiS_DoCalcDelay() local
2274 SiS_GetFIFOThresholdIndex300(SiS_Pr, &idx1, &idx2); in SiS_DoCalcDelay()
2277 longtemp *= SiS_GetFIFOThresholdA300(idx1, idx2); in SiS_DoCalcDelay()
2279 longtemp *= SiS_GetFIFOThresholdB300(idx1, idx2); in SiS_DoCalcDelay()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c17470 u8 idx, idx2, i, delta_ind; in wlc_phy_txpwr_limit_to_tbl_nphy() local
17476 idx2 = 0; in wlc_phy_txpwr_limit_to_tbl_nphy()
17512 pi->adj_pwr_tbl_nphy[4 + 4 * (idx2++) + i] = in wlc_phy_txpwr_limit_to_tbl_nphy()
17515 pi->adj_pwr_tbl_nphy[4 + 4 * (idx2++) + i] = in wlc_phy_txpwr_limit_to_tbl_nphy()
17517 pi->adj_pwr_tbl_nphy[4 + 4 * (idx2++) + i] = in wlc_phy_txpwr_limit_to_tbl_nphy()
17519 pi->adj_pwr_tbl_nphy[4 + 4 * (idx2++) + i] = in wlc_phy_txpwr_limit_to_tbl_nphy()
17522 pi->adj_pwr_tbl_nphy[4 + 4 * (idx2++) + i] = in wlc_phy_txpwr_limit_to_tbl_nphy()
17524 pi->adj_pwr_tbl_nphy[4 + 4 * (idx2++) + i] = in wlc_phy_txpwr_limit_to_tbl_nphy()
17526 pi->adj_pwr_tbl_nphy[4 + 4 * (idx2++) + i] = in wlc_phy_txpwr_limit_to_tbl_nphy()
17528 pi->adj_pwr_tbl_nphy[4 + 4 * (idx2++) + i] = in wlc_phy_txpwr_limit_to_tbl_nphy()
[all …]
/linux/tools/memory-model/Documentation/
H A Dexplanation.txt1883 following example (where s is an srcu_struct and idx1 and idx2
1887 idx2 = srcu_read_lock(&s); // Start of second RSCS
1889 srcu_read_unlock(&s, idx2); // End of second RSCS
1924 B: idx2 = srcu_read_lock(&s);
1926 D: srcu_read_unlock(&s, idx2);
1929 idx1 and idx2 respectively. Similarly, it will treat C and D as
1930 though they stored the values from idx1 and idx2 in s. The end result
1934 B: idx2 = READ_ONCE(s);
1936 D: WRITE_ONCE(s, idx2);
1949 idx2 = srcu_read_lock(&s);
[all …]
/linux/tools/perf/util/
H A Dpython.c1989 int idx2 = 0; in evlist__at() local
1992 if (idx == idx2) in evlist__at()
1994 idx2++; in evlist__at()
/linux/net/mac80211/
H A Drx.c1974 int idx2; in ieee80211_rx_get_bigtk() local
1984 idx2 = idx + 1; in ieee80211_rx_get_bigtk()
1987 idx2 = idx + 1; in ieee80211_rx_get_bigtk()
1989 idx2 = idx - 1; in ieee80211_rx_get_bigtk()
1997 key = rcu_dereference(rx->link_sta->gtk[idx2]); in ieee80211_rx_get_bigtk()
1999 key = rcu_dereference(rx->link->gtk[idx2]); in ieee80211_rx_get_bigtk()
/linux/tools/power/pm-graph/
H A Dsleepgraph.py1608 for msg, type, dir, t, idx1, idx2 in list:
1610 self.errorinfo[dir].append((type, t, idx1, idx2))
1846 type, tm, idx1, idx2 = e
1848 list.append((type, tm, idx1, idx2))
4833 type, t, idx1, idx2 = e
4834 id = '%d_%d' % (idx1, idx2)
/linux/include/linux/
H A Dsyscalls.h923 unsigned long idx1, unsigned long idx2);