Lines Matching refs:sram_write
1080 static void sram_write(struct r8152 *tp, u16 addr, u16 data) in sram_write() function
2668 sram_write(tp, 0x8045, 0); /* 10M abiq&ldvbias */ in r8153b_green_en()
2669 sram_write(tp, 0x804d, 0x1222); /* 100M short abiq&ldvbias */ in r8153b_green_en()
2670 sram_write(tp, 0x805d, 0x0022); /* 1000M short abiq&ldvbias */ in r8153b_green_en()
2672 sram_write(tp, 0x8045, 0x2444); /* 10M abiq&ldvbias */ in r8153b_green_en()
2673 sram_write(tp, 0x804d, 0x2444); /* 100M short abiq&ldvbias */ in r8153b_green_en()
2674 sram_write(tp, 0x805d, 0x2444); /* 1000M short abiq&ldvbias */ in r8153b_green_en()
2679 sram_write(tp, SRAM_GREEN_CFG, data); in r8153b_green_en()
3279 sram_write(tp, SRAM_IMPEDANCE, 0x0b13); in r8153_hw_phy_cfg()
3286 sram_write(tp, SRAM_LPF_CFG, 0xf70f); in r8153_hw_phy_cfg()
3289 sram_write(tp, SRAM_10M_AMP1, 0x00af); in r8153_hw_phy_cfg()
3290 sram_write(tp, SRAM_10M_AMP2, 0x0208); in r8153_hw_phy_cfg()
3340 sram_write(tp, SRAM_GREEN_CFG, data); in r8153b_hw_phy_cfg()