Searched refs:ramsize (Results 1 – 1 of 1) sorted by relevance
899 size_t ramsize = bin_attr->size; in txx9_sram_read() local901 if (pos >= ramsize) in txx9_sram_read()903 if (pos + size > ramsize) in txx9_sram_read()904 size = ramsize - pos; in txx9_sram_read()914 size_t ramsize = bin_attr->size; in txx9_sram_write() local916 if (pos >= ramsize) in txx9_sram_write()918 if (pos + size > ramsize) in txx9_sram_write()919 size = ramsize - pos; in txx9_sram_write()