Searched refs:ramsize (Results 1 – 2 of 2) sorted by relevance
889 size_t ramsize = bin_attr->size; in txx9_sram_read() local891 if (pos >= ramsize) in txx9_sram_read()893 if (pos + size > ramsize) in txx9_sram_read()894 size = ramsize - pos; in txx9_sram_read()904 size_t ramsize = bin_attr->size; in txx9_sram_write() local906 if (pos >= ramsize) in txx9_sram_write()908 if (pos + size > ramsize) in txx9_sram_write()909 size = ramsize - pos; in txx9_sram_write()
309 * u32 ramsize; (in GiB)