Searched refs:chsc_sstpc (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/s390/kernel/ |
D | time.c | 460 rc = chsc_sstpc(stp_page, STP_OP_CTRL, 0x0000, NULL); in stp_reset() 564 rc = chsc_sstpc(stp_page, STP_OP_SYNC, 0, in stp_sync_clock() 681 chsc_sstpc(stp_page, STP_OP_CTRL, 0x0000, NULL); in stp_work_fn() 686 rc = chsc_sstpc(stp_page, STP_OP_CTRL, 0xf0e0, NULL); in stp_work_fn()
|
/linux-6.12.1/arch/s390/include/asm/ |
D | cio.h | 375 int chsc_sstpc(void *page, unsigned int op, u16 ctrl, long *clock_delta);
|
/linux-6.12.1/drivers/s390/cio/ |
D | chsc.c | 1320 int chsc_sstpc(void *page, unsigned int op, u16 ctrl, long *clock_delta) in chsc_sstpc() function
|