Searched full:pdc_reset (Results 1 – 12 of 12) sorted by relevance
/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc7280-herobrine-lte-sku.dtsi | 48 <&pdc_reset PDC_MODEM_SYNC_RESET>; 49 reset-names = "mss_restart", "pdc_reset";
|
H A D | sc7180-idp.dts | 386 <&pdc_reset PDC_MODEM_SYNC_RESET>; 387 reset-names = "mss_restart", "pdc_reset";
|
H A D | sc7180-trogdor.dtsi | 866 <&pdc_reset PDC_MODEM_SYNC_RESET>; 867 reset-names = "mss_restart", "pdc_reset";
|
H A D | sdm845.dtsi | 3332 <&pdc_reset PDC_MODEM_SYNC_RESET>; 3333 reset-names = "mss_restart", "pdc_reset"; 5010 pdc_reset: reset-controller@b2e0000 { label
|
H A D | sc7180.dtsi | 3463 pdc_reset: reset-controller@b2e0000 { label
|
H A D | sc7280.dtsi | 5093 pdc_reset: reset-controller@b5e0000 { label
|
/linux/Documentation/devicetree/bindings/remoteproc/ |
H A D | qcom,sc7180-mss-pil.yaml | 92 - const: pdc_reset 235 <&pdc_reset PDC_MODEM_SYNC_RESET>; 236 reset-names = "mss_restart", "pdc_reset";
|
H A D | qcom,sc7280-mss-pil.yaml | 92 - const: pdc_reset 252 <&pdc_reset PDC_MODEM_SYNC_RESET>; 253 reset-names = "mss_restart", "pdc_reset";
|
H A D | qcom,sc7280-adsp-pil.yaml | 172 resets = <&pdc_reset PDC_AUDIO_SYNC_RESET>,
|
/linux/Documentation/devicetree/bindings/reset/ |
H A D | qcom,pdc-global.yaml | 47 pdc_reset: reset-controller@b2e0000 {
|
/linux/drivers/ata/ |
H A D | sata_sx4.c | 128 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 D | sata_promise.c | 118 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()
|