Searched refs:BitReverse (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/staging/winbond/ |
D | reg.c | 973 pltmp[i] = (1 << 31) | (0 << 30) | (18 << 24) | BitReverse(max2825_rf_data[i], 18); in RFSynthesizer_initial() 980 pltmp[i] = (1 << 31) | (0 << 30) | (18 << 24) | BitReverse(max2827_rf_data[i], 18); in RFSynthesizer_initial() 987 pltmp[i] = (1 << 31) | (0 << 30) | (18 << 24) | BitReverse(max2828_rf_data[i], 18); in RFSynthesizer_initial() 994 pltmp[i] = (1 << 31) | (0 << 30) | (18 << 24) | BitReverse(max2829_rf_data[i], 18); in RFSynthesizer_initial() 1001 pltmp[i] = (1 << 31) | (0 << 30) | (20 << 24) | BitReverse(al2230_rf_data[i], 20); in RFSynthesizer_initial() 1008 pltmp[i] = (1 << 31) | (0 << 30) | (20 << 24) | BitReverse(al2230s_rf_data[i], 20); in RFSynthesizer_initial() 1029 pltmp[i] = (1 << 31) | (0 << 30) | (24 << 24) | BitReverse(ltmp, 24); in RFSynthesizer_initial() 1056 ltmp = (1 << 31) | (0 << 30) | (20 << 24) | BitReverse((0x07 << 20) | 0xE168E, 20); in RFSynthesizer_initial() 1059 ltmp = (1 << 31) | (0 << 30) | (20 << 24) | BitReverse(al2230_rf_data[7], 20); in RFSynthesizer_initial() 1073 ltmp = (1 << 31) | (0 << 30) | (20 << 24) | BitReverse((0x0F<<20) | 0xF01A0, 20); in RFSynthesizer_initial() [all …]
|
D | phy_calibration.c | 1484 ltmp = (1 << 31) | (0 << 30) | (18 << 24) | BitReverse(value, 18); in phy_set_rf_data() 1488 ltmp = (1 << 31) | (0 << 30) | (18 << 24) | BitReverse(value, 18); in phy_set_rf_data() 1492 ltmp = (1 << 31) | (0 << 30) | (18 << 24) | BitReverse(value, 18); in phy_set_rf_data() 1496 ltmp = (1 << 31) | (0 << 30) | (18 << 24) | BitReverse(value, 18); in phy_set_rf_data() 1501 ltmp = (1 << 31) | (0 << 30) | (20 << 24) | BitReverse(value, 20); in phy_set_rf_data() 1510 ltmp = (1 << 31) | (0 << 30) | (24 << 24) | BitReverse(value, 24); in phy_set_rf_data()
|
D | wb35reg_f.h | 56 u32 BitReverse(u32 data, u32 data_length);
|
D | wb35reg.c | 680 u32 BitReverse(u32 dwData, u32 DataLength) in BitReverse() function
|