Searched refs:chsc_sstpc (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/s390/kernel/ |
| H A D | time.c | 421 rc = chsc_sstpc(stp_page, STP_OP_CTRL, 0x0000, NULL); in stp_reset() 530 rc = chsc_sstpc(stp_page, STP_OP_SYNC, 0, in stp_sync_clock() 572 chsc_sstpc(stp_page, STP_OP_CTRL, 0x0000, NULL); in stp_work_fn() 577 rc = chsc_sstpc(stp_page, STP_OP_CTRL, 0xf0e0, NULL); in stp_work_fn()
|
| /linux/arch/s390/include/asm/ |
| H A D | cio.h | 377 int chsc_sstpc(void *page, unsigned int op, u16 ctrl, long *clock_delta);
|
| /linux/drivers/s390/cio/ |
| H A D | chsc.c | 1309 int chsc_sstpc(void *page, unsigned int op, u16 ctrl, long *clock_delta) in chsc_sstpc() function
|