Searched refs:nlayers (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_dc.c | 59 .nlayers = ARRAY_SIZE(atmel_hlcdc_at91sam9n12_layers), 153 .nlayers = ARRAY_SIZE(atmel_hlcdc_at91sam9x5_layers), 272 .nlayers = ARRAY_SIZE(atmel_hlcdc_sama5d3_layers), 368 .nlayers = ARRAY_SIZE(atmel_hlcdc_sama5d4_layers), 465 .nlayers = ARRAY_SIZE(atmel_hlcdc_sam9x60_layers), 561 .nlayers = ARRAY_SIZE(atmel_xlcdc_sam9x75_layers),
|
D | atmel_hlcdc_plane.c | 1247 int nlayers = dc->desc->nlayers; in atmel_hlcdc_create_planes() local 1256 for (i = 0; i < nlayers; i++) { in atmel_hlcdc_create_planes()
|
D | atmel_hlcdc_dc.h | 428 int nlayers; member
|
/linux-6.12.1/drivers/misc/ |
D | xilinx_sdfec.c | 527 static int xsdfec_reg2_write(struct xsdfec_dev *xsdfec, u32 nlayers, u32 nmqc, in xsdfec_reg2_write() argument 533 if (nlayers < XSDFEC_REG2_NLAYERS_MIN || in xsdfec_reg2_write() 534 nlayers > XSDFEC_REG2_NLAYERS_MAX) { in xsdfec_reg2_write() 564 nmqc | nlayers); in xsdfec_reg2_write() 693 ret = xsdfec_reg2_write(xsdfec, ldpc->nlayers, ldpc->nmqc, in xsdfec_add_ldpc() 707 n = ldpc->nlayers / 4; in xsdfec_add_ldpc() 708 if (ldpc->nlayers % 4) in xsdfec_add_ldpc() 718 ldpc->nlayers, XSDFEC_LDPC_LA_TABLE_ADDR_BASE, in xsdfec_add_ldpc()
|
/linux-6.12.1/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_vop2.c | 174 unsigned int nlayers; member 2076 if (nplanes > vp->nlayers) in vop2_crtc_atomic_check() 2331 if (vp0->nlayers) in vop2_setup_layer_mixer() 2333 vp0->nlayers - 1); in vop2_setup_layer_mixer() 2337 if (vp1->nlayers) in vop2_setup_layer_mixer() 2339 (vp0->nlayers + vp1->nlayers - 1)); in vop2_setup_layer_mixer() 2343 if (vp2->nlayers) in vop2_setup_layer_mixer() 2345 (vp2->nlayers + vp1->nlayers + vp0->nlayers - 1)); in vop2_setup_layer_mixer() 2353 ofs += vop2->vps[i].nlayers; in vop2_setup_layer_mixer() 2410 for (; nlayer < vp->nlayers; nlayer++) { in vop2_setup_layer_mixer() [all …]
|
/linux-6.12.1/include/uapi/misc/ |
D | xilinx_sdfec.h | 174 __u32 nlayers; member
|
/linux-6.12.1/include/uapi/linux/ |
D | cdrom.h | 556 __u8 nlayers : 2; member
|
/linux-6.12.1/drivers/cdrom/ |
D | cdrom.c | 1803 layer->nlayers = (base[2] >> 5) & 3; in dvd_read_physical()
|