Home
last modified time | relevance | path

Searched refs:oplen (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/powerpc/platforms/chrp/
Dsetup.c386 int oplen = 0; in chrp_find_openpic() local
395 opprop = of_get_property(root, "platform-open-pic", &oplen); in chrp_find_openpic()
398 if (opprop && oplen >= na * sizeof(unsigned int)) { in chrp_find_openpic()
400 oplen /= na * sizeof(unsigned int); in chrp_find_openpic()
407 oplen = 0; in chrp_find_openpic()
422 if (oplen < len) { in chrp_find_openpic()
424 " OpenPIC (%d < %d)\n", oplen, len); in chrp_find_openpic()
425 len = oplen; in chrp_find_openpic()
/linux-4.4.14/drivers/crypto/nx/
Dnx.c223 long int oplen; in trim_sg_list() local
244 oplen = (sg - end) * sizeof(struct nx_sg); in trim_sg_list()
246 data_back = (abs(oplen) / AES_BLOCK_SIZE) * sg->len; in trim_sg_list()
251 return oplen; in trim_sg_list()
/linux-4.4.14/include/uapi/linux/
Di2o-dev.h68 unsigned int oplen; /* Operation List buffer length in bytes */ member
/linux-4.4.14/drivers/scsi/
Ddpti.h279 void *opblk, dma_addr_t opblk_pa, int oplen,
Ddpt_i2o.c3394 void *opblk_va, dma_addr_t opblk_pa, int oplen, in adpt_i2o_issue_params() argument
3406 msg[5] = 0x54000000 | oplen; /* OperationBlock */ in adpt_i2o_issue_params()