| /OK3568_Linux_fs/kernel/drivers/media/common/b2c2/ |
| H A D | flexcop-sram.c | 196 static void sram_write(struct adapter *adapter, u32 addr, u8 *buf, u32 len) 249 sram_write(adapter, addr, &tmp2, 1); 250 sram_write(adapter, addr + 4, &tmp1, 1); 266 sram_write(adapter, addr, &tmp2, 1); 267 sram_write(adapter, addr + 4, &tmp1, 1);
|
| /OK3568_Linux_fs/u-boot/drivers/usb/eth/ |
| H A D | r8152_fw.c | 775 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 D | r8152.c | 326 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 D | r8152.h | 628 void sram_write(struct r8152 *tp, u16 addr, u16 data);
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | r8152.c | 1346 static void sram_write(struct r8152 *tp, u16 addr, u16 data) in sram_write() function 3152 sram_write(tp, 0x8045, 0); /* 10M abiq&ldvbias */ in r8153b_green_en() 3153 sram_write(tp, 0x804d, 0x1222); /* 100M short abiq&ldvbias */ in r8153b_green_en() 3154 sram_write(tp, 0x805d, 0x0022); /* 1000M short abiq&ldvbias */ in r8153b_green_en() 3156 sram_write(tp, 0x8045, 0x2444); /* 10M abiq&ldvbias */ in r8153b_green_en() 3157 sram_write(tp, 0x804d, 0x2444); /* 100M short abiq&ldvbias */ in r8153b_green_en() 3158 sram_write(tp, 0x805d, 0x2444); /* 1000M short abiq&ldvbias */ in r8153b_green_en() 3163 sram_write(tp, SRAM_GREEN_CFG, data); in r8153b_green_en() 3501 sram_write(tp, key_addr, patch_key); in r8153_pre_ram_code() 3502 sram_write(tp, SRAM_PHY_LOCK, PHY_PATCH_LOCK); in r8153_pre_ram_code() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A D | sram.c | 40 static ssize_t sram_write(struct file *filp, struct kobject *kobj, in sram_write() function 87 part->battr.write = sram_write; in sram_add_export()
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | io_edgeport.c | 324 static int sram_write(struct usb_serial *serial, __u16 extAddr, __u16 addr, 2077 static int sram_write(struct usb_serial *serial, __u16 extAddr, __u16 addr, in sram_write() function 2789 response = sram_write(edge_serial->serial, in load_application_firmware()
|
| /OK3568_Linux_fs/kernel/drivers/atm/ |
| H A D | lanai.c | 545 static inline void sram_write(const struct lanai_dev *lanai, in sram_write() function 555 sram_write(lanai, pattern, offset); in sram_test_word()
|