Home
last modified time | relevance | path

Searched full:pdc_reset (Results 1 – 7 of 7) sorted by relevance

/linux/arch/arm64/boot/dts/qcom/
H A Dsc7280-herobrine-lte-sku.dtsi48 <&pdc_reset PDC_MODEM_SYNC_RESET>;
49 reset-names = "mss_restart", "pdc_reset";
H A Dsc7180-idp.dts383 <&pdc_reset PDC_MODEM_SYNC_RESET>;
384 reset-names = "mss_restart", "pdc_reset";
H A Dsc7180-trogdor.dtsi867 <&pdc_reset PDC_MODEM_SYNC_RESET>;
868 reset-names = "mss_restart", "pdc_reset";
/linux/Documentation/devicetree/bindings/reset/
H A Dqcom,pdc-global.yaml47 pdc_reset: reset-controller@b2e0000 {
/linux/drivers/ata/
H A Dsata_sx4.c128 PDC_RESET = (1 << 11), /* HDMA/ATA reset */ enumerator
834 if (tmp & PDC_RESET) in pdc_reset_port()
839 tmp |= PDC_RESET; in pdc_reset_port()
843 tmp &= ~PDC_RESET; in pdc_reset_port()
1380 tmp |= PDC_RESET; in pdc_20621_init()
1387 tmp &= ~PDC_RESET; in pdc_20621_init()
H A Dsata_promise.c118 PDC_RESET = (1 << 11), /* HDMA reset */ enumerator
426 tmp |= PDC_RESET; in pdc_reset_port()
431 if (tmp & PDC_RESET) in pdc_reset_port()
436 tmp |= PDC_RESET; in pdc_reset_port()
440 tmp &= ~PDC_RESET; in pdc_reset_port()
/linux/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,sc7280-adsp-pil.yaml172 resets = <&pdc_reset PDC_AUDIO_SYNC_RESET>,