Searched refs:B43_LP_RADIO (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_lp.h295 #define B43_LP_RADIO(radio_reg) (radio_reg) macro
296 #define B43_LP_NORTH(radio_reg) B43_LP_RADIO(radio_reg)
297 #define B43_LP_SOUTH(radio_reg) B43_LP_RADIO((radio_reg) | 0x4000)
518 #define B2063_RADIO_ID_CODE B43_LP_RADIO(0x001) /* Radio ID code */
519 #define B2063_COMM1 B43_LP_RADIO(0x000) /* Common 01 */
520 #define B2063_COMM2 B43_LP_RADIO(0x002) /* Common 02 */
521 #define B2063_COMM3 B43_LP_RADIO(0x003) /* Common 03 */
522 #define B2063_COMM4 B43_LP_RADIO(0x004) /* Common 04 */
523 #define B2063_COMM5 B43_LP_RADIO(0x005) /* Common 05 */
524 #define B2063_COMM6 B43_LP_RADIO(
[all...]

Completed in 187 milliseconds