Searched refs:chsc_sstpc (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/s390/include/asm/ |
D | cio.h | 312 int chsc_sstpc(void *page, unsigned int op, u16 ctrl);
|
/linux-4.1.27/arch/s390/kernel/ |
D | time.c | 1456 rc = chsc_sstpc(stp_page, STP_OP_CTRL, 0x0000); in stp_reset() 1552 rc = chsc_sstpc(stp_page, STP_OP_SYNC, 0); in stp_sync_clock() 1584 chsc_sstpc(stp_page, STP_OP_CTRL, 0x0000); in stp_work_fn() 1589 rc = chsc_sstpc(stp_page, STP_OP_CTRL, 0xb0e0); in stp_work_fn()
|
/linux-4.1.27/drivers/s390/cio/ |
D | chsc.c | 1096 int chsc_sstpc(void *page, unsigned int op, u16 ctrl) in chsc_sstpc() function
|