Searched refs:sram_read (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/media/common/b2c2/ |
D | flexcop-sram.c | 177 static void sram_read(struct adapter *adapter, u32 addr, u8 *buf, u32 len) 255 sram_read(adapter, addr, &tmp2, 1); 256 sram_read(adapter, addr, &tmp2, 1); 272 sram_read(adapter, addr, &tmp2, 1); 273 sram_read(adapter, addr, &tmp2, 1);
|
/linux-5.19.10/drivers/misc/ |
D | sram.c | 25 static ssize_t sram_read(struct file *filp, struct kobject *kobj, in sram_read() function 86 part->battr.read = sram_read; in sram_add_export()
|
/linux-5.19.10/drivers/net/usb/ |
D | r8152.c | 1516 static u16 sram_read(struct r8152 *tp, u16 addr) in sram_read() function 3568 data = sram_read(tp, SRAM_GREEN_CFG); in rtl_green_en() 4811 if (sram_read(tp, SRAM_GPHY_FW_VER) >= __le16_to_cpu(phy->version)) { in rtl_ram_code_speed_up() 4860 if (sram_read(tp, SRAM_GPHY_FW_VER) == __le16_to_cpu(phy->version)) in rtl_ram_code_speed_up() 4875 if (sram_read(tp, ver_addr) >= ver) { in rtl8152_fw_phy_ver() 5775 data = sram_read(tp, SRAM_GREEN_CFG); in r8153b_hw_phy_cfg() 7289 data = sram_read(tp, 0x80ea); in r8156_hw_phy_cfg() 7293 data = sram_read(tp, 0x80eb); in r8156_hw_phy_cfg() 7297 data = sram_read(tp, 0x80f8); in r8156_hw_phy_cfg() 7301 data = sram_read(tp, 0x80f1); in r8156_hw_phy_cfg() [all …]
|
/linux-5.19.10/drivers/atm/ |
D | lanai.c | 540 static inline u32 sram_read(const struct lanai_dev *lanai, int offset) in sram_read() function 556 readback = sram_read(lanai, offset); in sram_test_word()
|