Home
last modified time | relevance | path

Searched full:prst (Results 1 – 20 of 20) sorted by relevance

/openbmc/u-boot/board/keymile/kmp204x/
H A Dqrio.c112 u16 prst; in qrio_prst() local
117 prst = in_be16(qrio_base + PRST_OFF); in qrio_prst()
120 prst &= ~(1 << bit); in qrio_prst()
122 prst |= (1 << bit); in qrio_prst()
124 out_be16(qrio_base + PRST_OFF, prst); in qrio_prst()
/openbmc/linux/drivers/bus/
H A Dbt1-apb.c45 * @prst: APB domain reset line.
58 struct reset_control *prst; member
177 apb->prst = devm_reset_control_get_optional_exclusive(apb->dev, "prst"); in bt1_apb_request_rst()
178 if (IS_ERR(apb->prst)) in bt1_apb_request_rst()
179 return dev_err_probe(apb->dev, PTR_ERR(apb->prst), in bt1_apb_request_rst()
182 ret = reset_control_deassert(apb->prst); in bt1_apb_request_rst()
/openbmc/linux/Documentation/devicetree/bindings/bus/
H A Dbaikal,bt1-apb.yaml56 - const: prst
88 reset-names = "prst";
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/
H A Drenesas,dsi.yaml79 - const: prst
160 reset-names = "rst", "arst", "prst";
/openbmc/linux/drivers/iio/light/
H A Dltr501.c434 int ret, samp_period, prst; in ltr501_read_intr_prst() local
438 ret = regmap_field_read(data->reg_als_prst, &prst); in ltr501_read_intr_prst()
446 *val2 = samp_period * prst; in ltr501_read_intr_prst()
449 ret = regmap_field_read(data->reg_ps_prst, &prst); in ltr501_read_intr_prst()
458 *val2 = samp_period * prst; in ltr501_read_intr_prst()
1507 dev_err(&client->dev, "ALS prst reg field init failed\n"); in ltr501_probe()
1514 dev_err(&client->dev, "PS prst reg field init failed.\n"); in ltr501_probe()
/openbmc/u-boot/board/keymile/common/
H A Dcommon.h36 unsigned char prst; member
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dsnps,dw-umctl2-ddrc.yaml82 enum: [ prst, arst, core, sbr ]
/openbmc/qemu/hw/acpi/
H A Dcpu_hotplug.c273 "PRST", AML_SYSTEM_IO, aml_int(io_base), ACPI_GPE_PROC_LEN)); in build_legacy_cpu_hotplug_aml()
274 field = aml_field("PRST", AML_BYTE_ACC, AML_NOLOCK, AML_PRESERVE); in build_legacy_cpu_hotplug_aml()
H A Dcpu.c383 aml_operation_region("PRST", rs, aml_int(base_addr), in build_cpus_aml()
386 field = aml_field("PRST", AML_BYTE_ACC, AML_NOLOCK, in build_cpus_aml()
403 field = aml_field("PRST", AML_DWORD_ACC, AML_NOLOCK, AML_PRESERVE); in build_cpus_aml()
/openbmc/linux/sound/pci/ice1712/
H A Drevo.c29 /* assert PRST# to converters; MT05 bit 7 */ in revo_i2s_mclk_changed()
32 /* deassert PRST# */ in revo_i2s_mclk_changed()
H A Dpontis.c763 /* assert PRST#; MT05 bit 7 */ in pontis_init()
766 /* deassert PRST# */ in pontis_init()
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drzg2l_mipi_dsi.c736 dsi->prstc = devm_reset_control_get_exclusive(dsi->dev, "prst"); in rzg2l_mipi_dsi_probe()
739 "failed to get prst\n"); in rzg2l_mipi_dsi_probe()
/openbmc/linux/drivers/bcma/
H A Ddriver_pci.c219 /* Fix MISC config to allow coming out of L2/L3-Ready state w/o PRST */
/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c880 int prst = 0; in dwc2_hreg0_write() local
929 prst = 1; in dwc2_hreg0_write()
942 if (prst) { in dwc2_hreg0_write()
/openbmc/linux/drivers/net/ethernet/microchip/
H A Dencx24j600_hw.h323 #define PRST (1 << 15) macro
/openbmc/linux/drivers/usb/host/
H A Docteon-hcd.c675 usbn_clk_ctl.s.prst = 0; in cvmx_usb_shutdown()
712 * USBN0/1_CLK_CTL[HRST,PRST,HCLK_RST] = 0 in cvmx_usb_initialize()
717 usbn_clk_ctl.s.prst = 0; in cvmx_usb_initialize()
813 * USBN_CLK_CTL[PRST] = 1 in cvmx_usb_initialize()
815 usbn_clk_ctl.s.prst = 1; in cvmx_usb_initialize()
H A Docteon-hcd.h1641 * @prst: When this field is '0' the reset associated with
1677 __BITFIELD_FIELD(u64 prst : 1,
/openbmc/linux/arch/powerpc/boot/dts/
H A Dxcalibur1501.dts284 /* CompactPCI J5 GPIO and FAL/DEG/PRST */
/openbmc/linux/arch/arm64/boot/dts/renesas/
H A Dr9a07g054.dtsi798 reset-names = "rst", "arst", "prst";
H A Dr9a07g044.dtsi793 reset-names = "rst", "arst", "prst";