Searched refs:sram_write (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/media/common/b2c2/ |
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);
|
/Linux-v4.19/drivers/misc/ |
D | sram.c | 53 static ssize_t sram_write(struct file *filp, struct kobject *kobj, in sram_write() function 100 part->battr.write = sram_write; in sram_add_export()
|
/Linux-v4.19/drivers/net/usb/ |
D | r8152.c | 1080 static void sram_write(struct r8152 *tp, u16 addr, u16 data) in sram_write() function 2668 sram_write(tp, 0x8045, 0); /* 10M abiq&ldvbias */ in r8153b_green_en() 2669 sram_write(tp, 0x804d, 0x1222); /* 100M short abiq&ldvbias */ in r8153b_green_en() 2670 sram_write(tp, 0x805d, 0x0022); /* 1000M short abiq&ldvbias */ in r8153b_green_en() 2672 sram_write(tp, 0x8045, 0x2444); /* 10M abiq&ldvbias */ in r8153b_green_en() 2673 sram_write(tp, 0x804d, 0x2444); /* 100M short abiq&ldvbias */ in r8153b_green_en() 2674 sram_write(tp, 0x805d, 0x2444); /* 1000M short abiq&ldvbias */ in r8153b_green_en() 2679 sram_write(tp, SRAM_GREEN_CFG, data); in r8153b_green_en() 3279 sram_write(tp, SRAM_IMPEDANCE, 0x0b13); in r8153_hw_phy_cfg() 3286 sram_write(tp, SRAM_LPF_CFG, 0xf70f); in r8153_hw_phy_cfg() [all …]
|
/Linux-v4.19/drivers/usb/serial/ |
D | io_edgeport.c | 324 static int sram_write(struct usb_serial *serial, __u16 extAddr, __u16 addr, 2093 static int sram_write(struct usb_serial *serial, __u16 extAddr, __u16 addr, in sram_write() function 2805 response = sram_write(edge_serial->serial, in load_application_firmware()
|
/Linux-v4.19/drivers/atm/ |
D | lanai.c | 549 static inline void sram_write(const struct lanai_dev *lanai, in sram_write() function 559 sram_write(lanai, pattern, offset); in sram_test_word()
|