Searched refs:function_code (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/s390/crypto/ |
| H A D | zcrypt_msgtype6.h | 46 unsigned char function_code[2]; /* for PKD, 0x5044 (ascii 'PD') */ member 126 char function_code[2]; in rng_type6cprb_msgx() member 136 .function_code = {'R', 'L'}, in rng_type6cprb_msgx() 153 memcpy(msg->function_code, msg->hdr.function_code, 0x02); in rng_type6cprb_msgx()
|
| /linux/arch/s390/include/asm/ |
| H A D | sclp.h | 123 u8 function_code; member
|
| /linux/arch/s390/kernel/ |
| H A D | sthyi.c | 530 SYSCALL_DEFINE4(s390_sthyi, unsigned long, function_code, void __user *, buffer, in SYSCALL_DEFINE4() argument 539 if (function_code != STHYI_FC_CP_IFL_CAP) in SYSCALL_DEFINE4()
|
| /linux/drivers/scsi/smartpqi/ |
| H A D | smartpqi.h | 159 u8 function_code; member 217 u8 function_code; member 496 __le16 function_code; member 515 __le16 function_code; member
|
| /linux/drivers/s390/char/ |
| H A D | sclp_mem.c | 121 sccb->header.function_code = 0x40; in sclp_attach_storage()
|
| H A D | sclp_early_core.c | 289 sccb->header.function_code = 0x80; in sclp_early_read_info()
|
| H A D | sclp_vt220.c | 274 sccb->header.function_code = SCLP_NORMAL_WRITE; in sclp_vt220_initialize_page()
|
| H A D | sclp.c | 608 sccb->function_code = 0; in __sclp_make_read_req()
|
| /linux/drivers/net/ethernet/freescale/ |
| H A D | ucc_geth.c | 2170 u8 function_code = 0; in ucc_geth_startup() local 2430 function_code = UCC_BMR_BO_BE | UCC_BMR_GBL; in ucc_geth_startup() 2434 out_be32(&ugeth->p_tx_glbl_pram->tstate, ((u32) function_code) << 24); in ucc_geth_startup() 2618 out_8(&ugeth->p_rx_glbl_pram->rstate, function_code); in ucc_geth_startup()
|