Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/eth/
H A Dr8152_fw.c774 sram_write(tp, 0x8146, patch_key); in r8153_pre_ram_code()
775 sram_write(tp, 0xb82e, 0x0001); in r8153_pre_ram_code()
784 sram_write(tp, 0x0000, 0x0000); in r8153_post_ram_code()
790 sram_write(tp, 0x8146, 0x0000); in r8153_post_ram_code()
H A Dr8152.c325 void sram_write(struct r8152 *tp, u16 addr, u16 data) in sram_write() function
759 sram_write(tp, SRAM_IMPEDANCE, 0x0b13); in r8153_hw_phy_cfg()
766 sram_write(tp, SRAM_LPF_CFG, 0xf70f); in r8153_hw_phy_cfg()
769 sram_write(tp, SRAM_10M_AMP1, 0x00af); in r8153_hw_phy_cfg()
770 sram_write(tp, SRAM_10M_AMP2, 0x0208); in r8153_hw_phy_cfg()
H A Dr8152.h627 void sram_write(struct r8152 *tp, u16 addr, u16 data);