Searched refs:shd (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/media/platform/rockchip/rkisp1/ |
H A D | rkisp1-debug.c | 24 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 D | ipu3-css-params.c | 2110 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 D | ipu3-abi.h | 735 struct ipu3_uapi_shd_config_static shd __aligned(32); 1283 struct imgu_abi_shd_config shd __aligned(32);
|
/linux/drivers/net/phy/ |
H A D | bcm7xxx.c | 631 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 D | entry-arcv2.S | 175 ; IRQ shd definitely not happen between now and rtie
|
H A D | entry-compact.S | 307 ; IRQ shd definitely not happen between now and rtie
|
/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-ampere-mtjade.dts | 783 /*G0-G7*/ "host0-ready","host0-shd-req-n","host0-shd-ack-n",
|
H A D | aspeed-bmc-ampere-mtmitchell.dts | 1019 "host0-reboot-ack-n","s0-fw-boot-ok","host0-shd-req-n", 1020 "host0-shd-ack-n","s0-overtemp-n",
|
/linux/drivers/staging/media/ipu3/include/uapi/ |
H A D | intel-ipu3.h | 1235 struct ipu3_uapi_shd_config_static shd __attribute__((aligned(32))); member 2506 struct ipu3_uapi_shd_config shd __attribute__((aligned(32))); member
|