/openbmc/u-boot/board/keymile/kmp204x/ |
H A D | qrio.c | 112 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 D | bt1-apb.c | 45 * @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 D | baikal,bt1-apb.yaml | 56 - const: prst 88 reset-names = "prst";
|
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/ |
H A D | renesas,dsi.yaml | 79 - const: prst 160 reset-names = "rst", "arst", "prst";
|
/openbmc/linux/drivers/iio/light/ |
H A D | ltr501.c | 434 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 D | common.h | 36 unsigned char prst; member
|
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | snps,dw-umctl2-ddrc.yaml | 82 enum: [ prst, arst, core, sbr ]
|
/openbmc/qemu/hw/acpi/ |
H A D | cpu_hotplug.c | 273 "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 D | cpu.c | 383 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 D | revo.c | 29 /* assert PRST# to converters; MT05 bit 7 */ in revo_i2s_mclk_changed() 32 /* deassert PRST# */ in revo_i2s_mclk_changed()
|
H A D | pontis.c | 763 /* assert PRST#; MT05 bit 7 */ in pontis_init() 766 /* deassert PRST# */ in pontis_init()
|
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/ |
H A D | rzg2l_mipi_dsi.c | 736 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 D | driver_pci.c | 219 /* Fix MISC config to allow coming out of L2/L3-Ready state w/o PRST */
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-dwc2.c | 880 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 D | encx24j600_hw.h | 323 #define PRST (1 << 15) macro
|
/openbmc/linux/drivers/usb/host/ |
H A D | octeon-hcd.c | 675 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 D | octeon-hcd.h | 1641 * @prst: When this field is '0' the reset associated with 1677 __BITFIELD_FIELD(u64 prst : 1,
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | xcalibur1501.dts | 284 /* CompactPCI J5 GPIO and FAL/DEG/PRST */
|
/openbmc/linux/arch/arm64/boot/dts/renesas/ |
H A D | r9a07g054.dtsi | 798 reset-names = "rst", "arst", "prst";
|
H A D | r9a07g044.dtsi | 793 reset-names = "rst", "arst", "prst";
|