Searched refs:chsc_sstpc (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/arch/s390/include/asm/ |
| D | cio.h | 323 int chsc_sstpc(void *page, unsigned int op, u16 ctrl);
|
| /linux-4.4.14/arch/s390/kernel/ |
| D | time.c | 1463 rc = chsc_sstpc(stp_page, STP_OP_CTRL, 0x0000); in stp_reset() 1563 rc = chsc_sstpc(stp_page, STP_OP_SYNC, 0); in stp_sync_clock() 1599 chsc_sstpc(stp_page, STP_OP_CTRL, 0x0000); in stp_work_fn() 1604 rc = chsc_sstpc(stp_page, STP_OP_CTRL, 0xb0e0); in stp_work_fn()
|
| /linux-4.4.14/drivers/s390/cio/ |
| D | chsc.c | 1174 int chsc_sstpc(void *page, unsigned int op, u16 ctrl) in chsc_sstpc() function
|