Home
last modified time | relevance | path

Searched refs:nlayers (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/atmel-hlcdc/
A Datmel_hlcdc_dc.c58 .nlayers = ARRAY_SIZE(atmel_hlcdc_at91sam9n12_layers),
151 .nlayers = ARRAY_SIZE(atmel_hlcdc_at91sam9x5_layers),
269 .nlayers = ARRAY_SIZE(atmel_hlcdc_sama5d3_layers),
364 .nlayers = ARRAY_SIZE(atmel_hlcdc_sama5d4_layers),
460 .nlayers = ARRAY_SIZE(atmel_hlcdc_sam9x60_layers),
A Datmel_hlcdc_plane.c997 int nlayers = dc->desc->nlayers; in atmel_hlcdc_create_planes() local
1006 for (i = 0; i < nlayers; i++) { in atmel_hlcdc_create_planes()
A Datmel_hlcdc_dc.h321 int nlayers; member
/linux/drivers/misc/
A Dxilinx_sdfec.c526 static int xsdfec_reg2_write(struct xsdfec_dev *xsdfec, u32 nlayers, u32 nmqc, in xsdfec_reg2_write() argument
532 if (nlayers < XSDFEC_REG2_NLAYERS_MIN || in xsdfec_reg2_write()
533 nlayers > XSDFEC_REG2_NLAYERS_MAX) { in xsdfec_reg2_write()
563 nmqc | nlayers); in xsdfec_reg2_write()
691 ret = xsdfec_reg2_write(xsdfec, ldpc->nlayers, ldpc->nmqc, in xsdfec_add_ldpc()
705 n = ldpc->nlayers / 4; in xsdfec_add_ldpc()
706 if (ldpc->nlayers % 4) in xsdfec_add_ldpc()
716 ldpc->nlayers, XSDFEC_LDPC_LA_TABLE_ADDR_BASE, in xsdfec_add_ldpc()
/linux/include/uapi/misc/
A Dxilinx_sdfec.h174 __u32 nlayers; member
/linux/include/uapi/linux/
A Dcdrom.h556 __u8 nlayers : 2; member
/linux/drivers/cdrom/
A Dcdrom.c1824 layer->nlayers = (base[2] >> 5) & 3; in dvd_read_physical()

Completed in 33 milliseconds