Home
last modified time | relevance | path

Searched refs:sram_read (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/common/b2c2/
H A Dflexcop-sram.c177 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/drivers/misc/
H A Dsram.c25 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/drivers/net/usb/
H A Dr8152.c1624 static u16 sram_read(struct r8152 *tp, u16 addr) in sram_read() function
3735 data = sram_read(tp, SRAM_GREEN_CFG); in rtl_green_en()
4965 if (sram_read(tp, SRAM_GPHY_FW_VER) >= __le16_to_cpu(phy->version)) { in rtl_ram_code_speed_up()
5014 if (sram_read(tp, SRAM_GPHY_FW_VER) == __le16_to_cpu(phy->version)) in rtl_ram_code_speed_up()
5029 if (sram_read(tp, ver_addr) >= ver) { in rtl8152_fw_phy_ver()
5941 data = sram_read(tp, SRAM_GREEN_CFG); in r8153b_hw_phy_cfg()
7471 data = sram_read(tp, 0x80ea); in r8156_hw_phy_cfg()
7475 data = sram_read(tp, 0x80eb); in r8156_hw_phy_cfg()
7479 data = sram_read(tp, 0x80f8); in r8156_hw_phy_cfg()
7483 data = sram_read(tp, 0x80f1); in r8156_hw_phy_cfg()
[all …]
/linux/drivers/atm/
H A Dlanai.c540 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()