nlayers 1832 drivers/cdrom/cdrom.c layer->nlayers = (base[2] >> 5) & 3; nlayers 59 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c .nlayers = ARRAY_SIZE(atmel_hlcdc_at91sam9n12_layers), nlayers 152 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c .nlayers = ARRAY_SIZE(atmel_hlcdc_at91sam9x5_layers), nlayers 270 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c .nlayers = ARRAY_SIZE(atmel_hlcdc_sama5d3_layers), nlayers 365 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c .nlayers = ARRAY_SIZE(atmel_hlcdc_sama5d4_layers), nlayers 461 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c .nlayers = ARRAY_SIZE(atmel_hlcdc_sam9x60_layers), nlayers 321 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.h int nlayers; nlayers 996 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c int nlayers = dc->desc->nlayers; nlayers 1005 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c for (i = 0; i < nlayers; i++) { nlayers 526 drivers/misc/xilinx_sdfec.c static int xsdfec_reg2_write(struct xsdfec_dev *xsdfec, u32 nlayers, u32 nmqc, nlayers 532 drivers/misc/xilinx_sdfec.c if (nlayers < XSDFEC_REG2_NLAYERS_MIN || nlayers 533 drivers/misc/xilinx_sdfec.c nlayers > XSDFEC_REG2_NLAYERS_MAX) { nlayers 563 drivers/misc/xilinx_sdfec.c nmqc | nlayers); nlayers 690 drivers/misc/xilinx_sdfec.c ret = xsdfec_reg2_write(xsdfec, ldpc->nlayers, ldpc->nmqc, nlayers 704 drivers/misc/xilinx_sdfec.c n = ldpc->nlayers / 4; nlayers 705 drivers/misc/xilinx_sdfec.c if (ldpc->nlayers % 4) nlayers 715 drivers/misc/xilinx_sdfec.c ldpc->nlayers, XSDFEC_LDPC_LA_TABLE_ADDR_BASE, nlayers 392 include/linux/edac.h #define EDAC_DIMM_OFF(layers, nlayers, layer0, layer1, layer2) ({ \ nlayers 394 include/linux/edac.h if ((nlayers) == 1) \ nlayers 396 include/linux/edac.h else if ((nlayers) == 2) \ nlayers 398 include/linux/edac.h else if ((nlayers) == 3) \ nlayers 427 include/linux/edac.h #define EDAC_DIMM_PTR(layers, var, nlayers, layer0, layer1, layer2) ({ \ nlayers 429 include/linux/edac.h int ___i = EDAC_DIMM_OFF(layers, nlayers, layer0, layer1, layer2); \ nlayers 534 include/uapi/linux/cdrom.h __u8 nlayers : 2; nlayers 174 include/uapi/misc/xilinx_sdfec.h __u32 nlayers;