Home
last modified time | relevance | path

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

/linux/drivers/net/usb/
H A Dr8152.c1797 static void sram_write(struct r8152 *tp, u16 addr, u16 data) in sram_write() function
4147 sram_write(tp, 0x8045, 0); /* 10M abiq&ldvbias */ in r8153b_green_en()
4148 sram_write(tp, 0x804d, 0x1222); /* 100M short abiq&ldvbias */ in r8153b_green_en()
4149 sram_write(tp, 0x805d, 0x0022); /* 1000M short abiq&ldvbias */ in r8153b_green_en()
4151 sram_write(tp, 0x8045, 0x2444); /* 10M abiq&ldvbias */ in r8153b_green_en()
4152 sram_write(tp, 0x804d, 0x2444); /* 100M short abiq&ldvbias */ in r8153b_green_en()
4153 sram_write(tp, 0x805d, 0x2444); /* 1000M short abiq&ldvbias */ in r8153b_green_en()
4601 sram_write(tp, key_addr, patch_key); in rtl_patch_key_set()
4602 sram_write(tp, SRAM_PHY_LOCK, PHY_PATCH_LOCK); in rtl_patch_key_set()
4604 sram_write(tp, 0x0000, 0x0000); in rtl_patch_key_set()
[all …]
/linux/drivers/misc/
H A Dsram.c41 static ssize_t sram_write(struct file *filp, struct kobject *kobj, in sram_write() function
89 part->battr.write = sram_write; in sram_add_export()
/linux/drivers/usb/serial/
H A Dio_edgeport.c1964 static int sram_write(struct usb_serial *serial, __u16 extAddr, __u16 addr, in sram_write() function
2676 response = sram_write(edge_serial->serial, in load_application_firmware()