Home
last modified time | relevance | path

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

/linux/drivers/media/platform/amlogic/c3/isp/
H A Dc3-isp-params.c48 struct c3_isp_params_blc blc; member
504 const struct c3_isp_params_blc *blc = &block->blc; in c3_isp_params_cfg_blc() local
514 ISP_LSWB_BLC_OFST0_R_OFST(blc->r_ofst) | in c3_isp_params_cfg_blc()
515 ISP_LSWB_BLC_OFST0_GR_OFST(blc->gr_ofst)); in c3_isp_params_cfg_blc()
517 ISP_LSWB_BLC_OFST1_GB_OFST(blc->gb_ofst) | in c3_isp_params_cfg_blc()
518 ISP_LSWB_BLC_OFST1_B_OFST(blc->b_ofst)); in c3_isp_params_cfg_blc()
/linux/sound/soc/samsung/
H A Di2s.c385 int blc = readl(i2s->priv->addr + I2SMOD); in get_blc() local
387 blc = (blc >> 13) & 0x3; in get_blc()
389 switch (blc) { in get_blc()
878 unsigned rfs, bfs, blc; in config_setup() local
881 blc = get_blc(i2s); in config_setup()
890 bfs = blc * 2; in config_setup()
897 if ((rfs == 256 || rfs == 512) && (blc == 24)) { in config_setup()
/linux/include/uapi/linux/media/raspberrypi/
H A Dpisp_fe_config.h259 struct pisp_bla_config blc; member
H A Dpisp_be_config.h799 struct pisp_bla_config blc; member
/linux/drivers/media/platform/raspberrypi/rp1-cfe/
H A Dpisp-fe.c99 offsetof(struct pisp_fe_config, blc),