Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/lib/
H A 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 …]
H A 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
/openbmc/google-misc/subprojects/ncsid/test/
H A Dncsi_test.cpp69 ++n_writes; in write()
107 int n_writes = 0; member in __anonadf0df860111::NICConnection
183 EXPECT_EQ(ncsi_sock.n_handles, ncsi_sock.n_writes); in TEST_F()
196 EXPECT_EQ(ncsi_sock.n_handles, ncsi_sock.n_writes); in TEST_F()
205 EXPECT_EQ(ncsi_sock.n_handles, ncsi_sock.n_writes); in TEST_F()
244 EXPECT_EQ(ncsi_sock.n_handles, ncsi_sock.n_writes); in TEST_F()
252 EXPECT_EQ(ncsi_sock.n_handles, ncsi_sock.n_writes); in TEST_F()
/openbmc/linux/arch/sparc/kernel/
H A 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
/openbmc/linux/drivers/spi/
H A Dspi-topcliff-pch.c519 u32 n_writes; in pch_spi_set_tx() local
589 n_writes = data->bpw_len; in pch_spi_set_tx()
590 if (n_writes > PCH_MAX_FIFO_DEPTH) in pch_spi_set_tx()
591 n_writes = PCH_MAX_FIFO_DEPTH; in pch_spi_set_tx()
598 for (j = 0; j < n_writes; j++) in pch_spi_set_tx()