Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Ddma-axi-dmac.c103 unsigned int x_len; member
273 axi_dmac_write(dmac, AXI_DMAC_REG_X_LENGTH, sg->x_len - 1); in axi_dmac_start_transfer()
289 return sg->x_len * sg->y_len; in axi_dmac_total_sg_bytes()
291 return sg->x_len; in axi_dmac_total_sg_bytes()
519 sg->x_len = segment_size; in axi_dmac_fill_linear_sg()
530 sg->x_len = len; in axi_dmac_fill_linear_sg()
672 desc->sg[0].x_len = xt->sgl[0].size; in axi_dmac_prep_interleaved()
675 desc->sg[0].x_len = xt->sgl[0].size * xt->numf; in axi_dmac_prep_interleaved()
/openbmc/linux/drivers/input/touchscreen/
H A Dusbtouchscreen.c910 __be16 x_len; /* bytes for X axis */ member
1051 unsigned int x_len = be16_to_cpu(packet->x_len); in nexio_read_data() local
1061 if (x_len > 0xff) in nexio_read_data()
1062 x_len -= 0x80; in nexio_read_data()
1070 usbtouch->type->max_xc = 2 * x_len; in nexio_read_data()
1085 for (x = 0; x < x_len; x++) { in nexio_read_data()
1092 for (y = x_len; y < data_len; y++) { in nexio_read_data()
1094 begin_y = y - x_len; in nexio_read_data()
1099 end_y = y - 1 - x_len; in nexio_read_data()
/openbmc/linux/drivers/crypto/caam/
H A Dpdb.h401 u8 x_len; member
416 u8 x_len; member
/openbmc/linux/include/linux/
H A Dccp.h530 unsigned int x_len; /* In bytes */ member
/openbmc/linux/drivers/crypto/ccp/
H A Dccp-ops.c2279 (ecc->u.pm.point_1.x_len > CCP_ECC_MODULUS_BYTES) || in ccp_run_ecc_pm_cmd()
2286 (ecc->u.pm.point_2.x_len > CCP_ECC_MODULUS_BYTES) || in ccp_run_ecc_pm_cmd()
2302 (ecc->u.pm.result.x_len < CCP_ECC_MODULUS_BYTES) || in ccp_run_ecc_pm_cmd()
2334 ecc->u.pm.point_1.x_len); in ccp_run_ecc_pm_cmd()
2351 ecc->u.pm.point_2.x_len); in ccp_run_ecc_pm_cmd()