Home
last modified time | relevance | path

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

/linux/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-debug.c24 u32 shd; member
41 u32 val, shd; in rkisp1_debug_dump_regs() local
51 if (regs->shd) { in rkisp1_debug_dump_regs()
52 shd = rkisp1_read(rkisp1, offset + regs->shd); in rkisp1_debug_dump_regs()
54 val, shd); in rkisp1_debug_dump_regs()
/linux/drivers/staging/media/ipu3/
H A Dipu3-css-params.c2110 acc->shd.shd = acc_user->shd.shd; in imgu_css_cfg_acc()
2111 acc->shd.shd_lut = acc_user->shd.shd_lut; in imgu_css_cfg_acc()
2114 acc->shd.shd = acc_old->shd.shd; in imgu_css_cfg_acc()
2115 acc->shd.shd_lut = acc_old->shd.shd_lut; in imgu_css_cfg_acc()
2118 acc->shd.shd = imgu_css_shd_defaults; in imgu_css_cfg_acc()
2119 memset(&acc->shd.shd_lut, 0, sizeof(acc->shd.shd_lut)); in imgu_css_cfg_acc()
2122 if (acc->shd.shd.grid.width <= 0) in imgu_css_cfg_acc()
2125 acc->shd.shd.grid.grid_height_per_slice = in imgu_css_cfg_acc()
2126 IMGU_ABI_SHD_MAX_CELLS_PER_SET / acc->shd.shd.grid.width; in imgu_css_cfg_acc()
2128 if (acc->shd.shd.grid.grid_height_per_slice <= 0) in imgu_css_cfg_acc()
[all …]
H A Dipu3-abi.h735 struct ipu3_uapi_shd_config_static shd __aligned(32);
1283 struct imgu_abi_shd_config shd __aligned(32);
/linux/drivers/net/phy/
H A Dbcm7xxx.c631 u8 shd = bcm7xxx_28nm_ephy_regnum_to_shd(regnum); in bcm7xxx_28nm_ephy_read_mmd() local
635 shd == MII_BCM7XXX_REG_INVALID) in bcm7xxx_28nm_ephy_read_mmd()
645 ret = __phy_write(phydev, MII_BCM7XXX_SHD_2_ADDR_CTRL, shd); in bcm7xxx_28nm_ephy_read_mmd()
661 u8 shd = bcm7xxx_28nm_ephy_regnum_to_shd(regnum); in bcm7xxx_28nm_ephy_write_mmd() local
665 shd == MII_BCM7XXX_REG_INVALID) in bcm7xxx_28nm_ephy_write_mmd()
675 ret = __phy_write(phydev, MII_BCM7XXX_SHD_2_ADDR_CTRL, shd); in bcm7xxx_28nm_ephy_write_mmd()
/linux/arch/arc/kernel/
H A Dentry-arcv2.S175 ; IRQ shd definitely not happen between now and rtie
H A Dentry-compact.S307 ; IRQ shd definitely not happen between now and rtie
/linux/drivers/staging/media/ipu3/include/uapi/
H A Dintel-ipu3.h1235 struct ipu3_uapi_shd_config_static shd __attribute__((aligned(32))); member
2506 struct ipu3_uapi_shd_config shd __attribute__((aligned(32))); member