Searched refs:sram_write (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/media/common/b2c2/
H A Dflexcop-sram.c196 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-master/drivers/net/usb/
H A Dr8152.c1618 static void sram_write(struct r8152 *tp, u16 addr, u16 data) function
3739 sram_write(tp, SRAM_GREEN_CFG, data);
3747 sram_write(tp, 0x8045, 0); /* 10M abiq&ldvbias */
3748 sram_write(tp, 0x804d, 0x1222); /* 100M short abiq&ldvbias */
3749 sram_write(tp, 0x805d, 0x0022); /* 1000M short abiq&ldvbias */
3751 sram_write(tp, 0x8045, 0x2444); /* 10M abiq&ldvbias */
3752 sram_write(tp, 0x804d, 0x2444); /* 100M short abiq&ldvbias */
3753 sram_write(tp, 0x805d, 0x2444); /* 1000M short abiq&ldvbias */
4217 sram_write(tp, key_addr, patch_key);
4218 sram_write(t
[all...]
/linux-master/drivers/misc/
H A Dsram.c40 static ssize_t sram_write(struct file *filp, struct kobject *kobj, function
87 part->battr.write = sram_write;
/linux-master/drivers/atm/
H A Dlanai.c545 static inline void sram_write(const struct lanai_dev *lanai, function
555 sram_write(lanai, pattern, offset);
/linux-master/drivers/usb/serial/
H A Dio_edgeport.c1955 * sram_write
1961 static int sram_write(struct usb_serial *serial, __u16 extAddr, __u16 addr, function
2673 response = sram_write(edge_serial->serial,
2680 "sram_write failed (%x, %x, %d)\n",

Completed in 256 milliseconds