Lines Matching refs:sram_write
1140 static void sram_write(struct r8152 *tp, u16 addr, u16 data) in sram_write() function
2962 sram_write(tp, 0x8045, 0); /* 10M abiq&ldvbias */ in r8153b_green_en()
2963 sram_write(tp, 0x804d, 0x1222); /* 100M short abiq&ldvbias */ in r8153b_green_en()
2964 sram_write(tp, 0x805d, 0x0022); /* 1000M short abiq&ldvbias */ in r8153b_green_en()
2966 sram_write(tp, 0x8045, 0x2444); /* 10M abiq&ldvbias */ in r8153b_green_en()
2967 sram_write(tp, 0x804d, 0x2444); /* 100M short abiq&ldvbias */ in r8153b_green_en()
2968 sram_write(tp, 0x805d, 0x2444); /* 1000M short abiq&ldvbias */ in r8153b_green_en()
2973 sram_write(tp, SRAM_GREEN_CFG, data); in r8153b_green_en()
3586 sram_write(tp, SRAM_IMPEDANCE, 0x0b13); in r8153_hw_phy_cfg()
3593 sram_write(tp, SRAM_LPF_CFG, 0xf70f); in r8153_hw_phy_cfg()
3596 sram_write(tp, SRAM_10M_AMP1, 0x00af); in r8153_hw_phy_cfg()
3597 sram_write(tp, SRAM_10M_AMP2, 0x0208); in r8153_hw_phy_cfg()
3646 sram_write(tp, SRAM_GREEN_CFG, data); in r8153b_hw_phy_cfg()