Searched refs:sram_write (Results 1 – 4 of 4) sorted by relevance
/linux/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);
|
/linux/drivers/net/usb/ |
H A D | r8152.c | 1618 static void sram_write(struct r8152 *tp, u16 addr, u16 data) in sram_write() function 3740 sram_write(tp, SRAM_GREEN_CFG, data); in rtl_green_en() 3748 sram_write(tp, 0x8045, 0); /* 10M abiq&ldvbias */ in r8153b_green_en() 3749 sram_write(tp, 0x804d, 0x1222); /* 100M short abiq&ldvbias */ in r8153b_green_en() 3750 sram_write(tp, 0x805d, 0x0022); /* 1000M short abiq&ldvbias */ in r8153b_green_en() 3752 sram_write(tp, 0x8045, 0x2444); /* 10M abiq&ldvbias */ in r8153b_green_en() 3753 sram_write(tp, 0x804d, 0x2444); /* 100M short abiq&ldvbias */ in r8153b_green_en() 3754 sram_write(tp, 0x805d, 0x2444); /* 1000M short abiq&ldvbias */ in r8153b_green_en() 4218 sram_write(tp, key_addr, patch_key); in rtl_patch_key_set() 4219 sram_write(tp, SRAM_PHY_LOCK, PHY_PATCH_LOCK); in rtl_patch_key_set() [all …]
|
/linux/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_new = sram_write; in sram_add_export()
|
/linux/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()
|