Searched full:pdc_reset (Results 1 – 8 of 8) 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-trogdor.dtsi | 866 <&pdc_reset PDC_MODEM_SYNC_RESET>; 867 reset-names = "mss_restart", "pdc_reset";
|
| /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()
|