Home
last modified time | relevance | path

Searched refs:tm_ptr (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dds1338-test.c37 struct tm *tm_ptr = gmtime(&now); in send_and_receive() local
42 g_assert_cmpuint(bcd2bin(resp[4]), == , tm_ptr->tm_mday); in send_and_receive()
43 g_assert_cmpuint(bcd2bin(resp[5]), == , 1 + tm_ptr->tm_mon); in send_and_receive()
44 g_assert_cmpuint(2000 + bcd2bin(resp[6]), == , 1900 + tm_ptr->tm_year); in send_and_receive()
/openbmc/linux/arch/powerpc/include/asm/
H A Dcpm1.h496 unsigned short tm_ptr; /* RISC Timer Table Pointer (internal) */ member
/openbmc/linux/include/soc/fsl/qe/
H A Dqe.h371 u16 tm_ptr; /* QE timer table pointer */ member