Home
last modified time | relevance | path

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

/linux-5.19.10/arch/sparc/lib/
Dbzero.S30 prefetch [%o0 + 0x000], #n_writes
48 prefetch [%o0 + 0x040], #n_writes
49 prefetch [%o0 + 0x080], #n_writes
50 prefetch [%o0 + 0x0c0], #n_writes
51 prefetch [%o0 + 0x100], #n_writes
52 prefetch [%o0 + 0x140], #n_writes
53 4: prefetch [%o0 + 0x180], #n_writes
98 EX_ST(prefetcha [%o0 + 0x00] %asi, #n_writes)
116 EX_ST(prefetcha [%o0 + 0x040] %asi, #n_writes)
117 EX_ST(prefetcha [%o0 + 0x080] %asi, #n_writes)
[all …]
Dxor.S360 prefetch [%i1], #n_writes
376 prefetch [%i0 + 0x40], #n_writes
406 prefetch [%i1], #n_writes
441 prefetch [%i0 + 0x40], #n_writes
468 prefetch [%i1], #n_writes
525 prefetch [%i0 + 0x40], #n_writes
551 prefetch [%i1], #n_writes
621 prefetch [%i0 + 0x40], #n_writes
/linux-5.19.10/arch/sparc/kernel/
Dtsb.S528 prefetch [%o0 + 0x000], #n_writes
530 prefetch [%o0 + 0x040], #n_writes
532 prefetch [%o0 + 0x080], #n_writes
533 1: prefetch [%o0 + 0x0c0], #n_writes
538 prefetch [%o0 + 0x100], #n_writes
543 prefetch [%o0 + 0x140], #n_writes
548 prefetch [%o0 + 0x180], #n_writes
/linux-5.19.10/drivers/spi/
Dspi-topcliff-pch.c548 u32 n_writes; in pch_spi_set_tx() local
618 n_writes = data->bpw_len; in pch_spi_set_tx()
619 if (n_writes > PCH_MAX_FIFO_DEPTH) in pch_spi_set_tx()
620 n_writes = PCH_MAX_FIFO_DEPTH; in pch_spi_set_tx()
627 for (j = 0; j < n_writes; j++) in pch_spi_set_tx()