Searched refs:r94 (Results 1 – 2 of 2) sorted by relevance
757 u8 r94; in rt73usb_config_channel() local769 r94 = 6; in rt73usb_config_channel()770 if (txpower > MAX_TXPOWER && txpower <= (MAX_TXPOWER + r94)) in rt73usb_config_channel()771 r94 += txpower - MAX_TXPOWER; in rt73usb_config_channel()772 else if (txpower < MIN_TXPOWER && txpower >= (MIN_TXPOWER - r94)) in rt73usb_config_channel()773 r94 += txpower; in rt73usb_config_channel()774 rt73usb_bbp_write(rt2x00dev, 94, r94); in rt73usb_config_channel()
870 u8 r94; in rt61pci_config_channel() local882 r94 = 6; in rt61pci_config_channel()883 if (txpower > MAX_TXPOWER && txpower <= (MAX_TXPOWER + r94)) in rt61pci_config_channel()884 r94 += txpower - MAX_TXPOWER; in rt61pci_config_channel()885 else if (txpower < MIN_TXPOWER && txpower >= (MIN_TXPOWER - r94)) in rt61pci_config_channel()886 r94 += txpower; in rt61pci_config_channel()887 rt61pci_bbp_write(rt2x00dev, 94, r94); in rt61pci_config_channel()