Home
last modified time | relevance | path

Searched refs:rtl8225_write_phy_cck (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/net/wireless/realtek/rtl818x/rtl8180/
Drtl8225.c278 rtl8225_write_phy_cck(dev, 0x44 + i, *tmp++); in rtl8225_rf_set_tx_power()
405 rtl8225_write_phy_cck(dev, 0x00, 0x98); msleep(1); in rtl8225_rf_init()
406 rtl8225_write_phy_cck(dev, 0x03, 0x20); msleep(1); in rtl8225_rf_init()
407 rtl8225_write_phy_cck(dev, 0x04, 0x7e); msleep(1); in rtl8225_rf_init()
408 rtl8225_write_phy_cck(dev, 0x05, 0x12); msleep(1); in rtl8225_rf_init()
409 rtl8225_write_phy_cck(dev, 0x06, 0xfc); msleep(1); in rtl8225_rf_init()
410 rtl8225_write_phy_cck(dev, 0x07, 0x78); msleep(1); in rtl8225_rf_init()
411 rtl8225_write_phy_cck(dev, 0x08, 0x2e); msleep(1); in rtl8225_rf_init()
412 rtl8225_write_phy_cck(dev, 0x10, 0x93); msleep(1); in rtl8225_rf_init()
413 rtl8225_write_phy_cck(dev, 0x11, 0x88); msleep(1); in rtl8225_rf_init()
[all …]
Drtl8225.h18 static inline void rtl8225_write_phy_cck(struct ieee80211_hw *dev, in rtl8225_write_phy_cck() function
Ddev.c682 rtl8225_write_phy_cck(dev, 0x0C, 0x09); in rtl8187se_set_antenna_config()
686 rtl8225_write_phy_cck(dev, 0x11, 0xBB); in rtl8187se_set_antenna_config()
687 rtl8225_write_phy_cck(dev, 0x01, 0xC7); in rtl8187se_set_antenna_config()
692 rtl8225_write_phy_cck(dev, 0x11, 0x9B); in rtl8187se_set_antenna_config()
693 rtl8225_write_phy_cck(dev, 0x01, 0xC7); in rtl8187se_set_antenna_config()
700 rtl8225_write_phy_cck(dev, 0x11, 0xBB); in rtl8187se_set_antenna_config()
701 rtl8225_write_phy_cck(dev, 0x01, 0x47); in rtl8187se_set_antenna_config()
706 rtl8225_write_phy_cck(dev, 0x11, 0x9B); in rtl8187se_set_antenna_config()
707 rtl8225_write_phy_cck(dev, 0x01, 0x47); in rtl8187se_set_antenna_config()
/Linux-v5.10/drivers/net/wireless/realtek/rtl818x/rtl8187/
Drtl8225.c397 rtl8225_write_phy_cck(dev, 0x44 + i, *tmp++); in rtl8225_rf_set_tx_power()
522 rtl8225_write_phy_cck(dev, 0x00, 0x98); in rtl8225_rf_init()
523 rtl8225_write_phy_cck(dev, 0x03, 0x20); in rtl8225_rf_init()
524 rtl8225_write_phy_cck(dev, 0x04, 0x7e); in rtl8225_rf_init()
525 rtl8225_write_phy_cck(dev, 0x05, 0x12); in rtl8225_rf_init()
526 rtl8225_write_phy_cck(dev, 0x06, 0xfc); in rtl8225_rf_init()
527 rtl8225_write_phy_cck(dev, 0x07, 0x78); in rtl8225_rf_init()
528 rtl8225_write_phy_cck(dev, 0x08, 0x2e); in rtl8225_rf_init()
529 rtl8225_write_phy_cck(dev, 0x10, 0x9b); in rtl8225_rf_init()
530 rtl8225_write_phy_cck(dev, 0x11, 0x88); in rtl8225_rf_init()
[all …]
Drtl8225.h35 static inline void rtl8225_write_phy_cck(struct ieee80211_hw *dev, in rtl8225_write_phy_cck() function