Searched refs:sram_read (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/media/common/b2c2/ ! |
H A 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/drivers/misc/ ! |
H A D | sram.c | 25 static ssize_t sram_read(struct file *filp, struct kobject *kobj, in sram_read() function 88 part->battr.read = sram_read; in sram_add_export()
|
/linux/drivers/net/usb/ ! |
H A D | r8152.c | 1625 static u16 sram_read(struct r8152 *tp, u16 addr) in sram_read() function 3738 data = sram_read(tp, SRAM_GREEN_CFG); in rtl_green_en() 4936 if (sram_read(tp, SRAM_GPHY_FW_VER) >= __le16_to_cpu(phy->version)) { in rtl_ram_code_speed_up() 4985 if (sram_read(tp, SRAM_GPHY_FW_VER) == __le16_to_cpu(phy->version)) in rtl_ram_code_speed_up() 5000 if (sram_read(tp, ver_addr) >= ver) { in rtl8152_fw_phy_ver() 5912 data = sram_read(tp, SRAM_GREEN_CFG); in r8153b_hw_phy_cfg() 7442 data = sram_read(tp, 0x80ea); in r8156_hw_phy_cfg() 7446 data = sram_read(tp, 0x80eb); in r8156_hw_phy_cfg() 7450 data = sram_read(tp, 0x80f8); in r8156_hw_phy_cfg() 7454 data = sram_read(tp, 0x80f1); in r8156_hw_phy_cfg() [all …]
|
/linux/drivers/atm/ ! |
H A 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()
|