Home
last modified time | relevance | path

Searched refs:sram_write (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/eth/
H A Dr8152_fw.c775 sram_write(tp, 0x8146, patch_key); in r8153_pre_ram_code()
776 sram_write(tp, 0xb82e, 0x0001); in r8153_pre_ram_code()
785 sram_write(tp, 0x0000, 0x0000); in r8153_post_ram_code()
791 sram_write(tp, 0x8146, 0x0000); in r8153_post_ram_code()
H A Dr8152.c326 void sram_write(struct r8152 *tp, u16 addr, u16 data) in sram_write() function
760 sram_write(tp, SRAM_IMPEDANCE, 0x0b13); in r8153_hw_phy_cfg()
767 sram_write(tp, SRAM_LPF_CFG, 0xf70f); in r8153_hw_phy_cfg()
770 sram_write(tp, SRAM_10M_AMP1, 0x00af); in r8153_hw_phy_cfg()
771 sram_write(tp, SRAM_10M_AMP2, 0x0208); in r8153_hw_phy_cfg()
H A Dr8152.h628 void sram_write(struct r8152 *tp, u16 addr, u16 data);