Searched refs:r94 (Results 1 – 2 of 2) sorted by relevance
755 u8 r94; in rt73usb_config_channel() local767 r94 = 6; in rt73usb_config_channel()768 if (txpower > MAX_TXPOWER && txpower <= (MAX_TXPOWER + r94)) in rt73usb_config_channel()769 r94 += txpower - MAX_TXPOWER; in rt73usb_config_channel()770 else if (txpower < MIN_TXPOWER && txpower >= (MIN_TXPOWER - r94)) in rt73usb_config_channel()771 r94 += txpower; in rt73usb_config_channel()772 rt73usb_bbp_write(rt2x00dev, 94, r94); in rt73usb_config_channel()
868 u8 r94; in rt61pci_config_channel() local880 r94 = 6; in rt61pci_config_channel()881 if (txpower > MAX_TXPOWER && txpower <= (MAX_TXPOWER + r94)) in rt61pci_config_channel()882 r94 += txpower - MAX_TXPOWER; in rt61pci_config_channel()883 else if (txpower < MIN_TXPOWER && txpower >= (MIN_TXPOWER - r94)) in rt61pci_config_channel()884 r94 += txpower; in rt61pci_config_channel()885 rt61pci_bbp_write(rt2x00dev, 94, r94); in rt61pci_config_channel()