Searched refs:sram_write (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/media/common/b2c2/ |
D | flexcop-sram.c | 195 static void sram_write(struct adapter *adapter, u32 addr, u8 *buf, u32 len) 248 sram_write(adapter, addr, &tmp2, 1); 249 sram_write(adapter, addr + 4, &tmp1, 1); 265 sram_write(adapter, addr, &tmp2, 1); 266 sram_write(adapter, addr + 4, &tmp1, 1);
|
/linux-4.1.27/drivers/net/usb/ |
D | r8152.c | 948 static void sram_write(struct r8152 *tp, u16 addr, u16 data) in sram_write() function 2585 sram_write(tp, SRAM_IMPEDANCE, 0x0b13); in r8153_hw_phy_cfg() 2592 sram_write(tp, SRAM_LPF_CFG, 0xf70f); in r8153_hw_phy_cfg() 2595 sram_write(tp, SRAM_10M_AMP1, 0x00af); in r8153_hw_phy_cfg() 2596 sram_write(tp, SRAM_10M_AMP2, 0x0208); in r8153_hw_phy_cfg()
|
/linux-4.1.27/drivers/usb/serial/ |
D | io_edgeport.c | 248 static int sram_write(struct usb_serial *serial, __u16 extAddr, __u16 addr, 2013 static int sram_write(struct usb_serial *serial, __u16 extAddr, __u16 addr, in sram_write() function 2723 response = sram_write(edge_serial->serial, in load_application_firmware()
|
/linux-4.1.27/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()
|