Searched refs:r94 (Results 1 – 2 of 2) sorted by relevance
749 u8 r94; in rt73usb_config_channel() local761 r94 = 6; in rt73usb_config_channel()762 if (txpower > MAX_TXPOWER && txpower <= (MAX_TXPOWER + r94)) in rt73usb_config_channel()763 r94 += txpower - MAX_TXPOWER; in rt73usb_config_channel()764 else if (txpower < MIN_TXPOWER && txpower >= (MIN_TXPOWER - r94)) in rt73usb_config_channel()765 r94 += txpower; in rt73usb_config_channel()766 rt73usb_bbp_write(rt2x00dev, 94, r94); in rt73usb_config_channel()
777 u8 r94; in rt61pci_config_channel() local789 r94 = 6; in rt61pci_config_channel()790 if (txpower > MAX_TXPOWER && txpower <= (MAX_TXPOWER + r94)) in rt61pci_config_channel()791 r94 += txpower - MAX_TXPOWER; in rt61pci_config_channel()792 else if (txpower < MIN_TXPOWER && txpower >= (MIN_TXPOWER - r94)) in rt61pci_config_channel()793 r94 += txpower; in rt61pci_config_channel()794 rt61pci_bbp_write(rt2x00dev, 94, r94); in rt61pci_config_channel()