Home
last modified time | relevance | path

Searched full:comwake (Results 1 – 16 of 16) sorted by relevance

/linux/Documentation/devicetree/bindings/ata/
H A Dceva,ahci-1v84.yaml53 ceva,p0-comwake-params:
56 OOB timing value for COMWAKE parameter for port 0.
58 ceva,p0-comwake-params = /bits/ 8 <CWBGMN CWBGMX CWBGN CWNMP>;
60 - description: CWBGMN - COMWAKE Burst Gap Minimum.
61 - description: CWBGMX - COMWAKE Burst Gap Maximum.
62 - description: CWBGN - COMWAKE Burst Gap Nominal.
63 - description: CWNMP - COMWAKE Negate Minimum Period.
99 ceva,p1-comwake-params:
102 OOB timing value for COMWAKE parameter for port 1.
104 ceva,p1-comwake-params = /bits/ 8 <CWBGMN CWBGMX CWBGN CWNMP>;
[all …]
/linux/drivers/ata/
H A Dahci_ceva.c166 /* Phy Control OOB timing parameters COMWAKE */ in ahci_ceva_setup()
291 /* Read OOB timing value for COMWAKE from device-tree*/ in ceva_ahci_probe()
292 if (of_property_read_u8_array(np, "ceva,p0-comwake-params", in ceva_ahci_probe()
294 dev_warn(dev, "ceva,p0-comwake-params property not defined\n"); in ceva_ahci_probe()
299 if (of_property_read_u8_array(np, "ceva,p1-comwake-params", in ceva_ahci_probe()
301 dev_warn(dev, "ceva,p1-comwake-params property not defined\n"); in ceva_ahci_probe()
H A Dsata_sil24.c160 PORT_IRQ_COMWAKE = (1 << 5), /* COMWAKE received */
/linux/arch/arm64/boot/dts/xilinx/
H A Dzynqmp-zc1232-revA.dts57 ceva,p0-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>;
61 ceva,p1-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>;
H A Dzynqmp-zc1751-xm017-dc3.dts151 ceva,p0-comwake-params = /bits/ 8 <0x06 0x19 0x08 0x0E>;
155 ceva,p1-comwake-params = /bits/ 8 <0x06 0x19 0x08 0x0E>;
H A Dzynqmp-zc1751-xm015-dc1.dts376 ceva,p0-comwake-params = /bits/ 8 <0x06 0x19 0x08 0x0E>;
380 ceva,p1-comwake-params = /bits/ 8 <0x06 0x19 0x08 0x0E>;
H A Dzynqmp-sck-kv-g-revA.dtso103 ceva,p0-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>;
107 ceva,p1-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>;
H A Dzynqmp-zcu104-revA.dts461 ceva,p0-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>;
465 ceva,p1-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>;
H A Dzynqmp-zcu104-revC.dts473 ceva,p0-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>;
477 ceva,p1-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>;
H A Dzynqmp-zcu111-revA.dts811 ceva,p0-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>;
815 ceva,p1-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>;
H A Dzynqmp-zcu106-revA.dts981 ceva,p0-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>;
985 ceva,p1-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>;
H A Dzynqmp-zcu102-revA.dts975 ceva,p0-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>;
979 ceva,p1-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>;
/linux/drivers/scsi/mvsas/
H A Dmv_defs.h229 PHYEV_COMWAKE = (1U << 7), /* COMWAKE rx'd */
326 CMD_CMWK_OOB_DET = 0x104, /* COMWAKE OOB detect register */
/linux/Documentation/scsi/
H A Dlibsas.rst344 - SATA is present, COMWAKE not sent.
/linux/include/scsi/
H A Dlibsas.h49 PHYE_SPINUP_HOLD, /* hot plug SATA, no COMWAKE sent */
/linux/drivers/scsi/aic94xx/
H A Daic94xx_scb.c95 /* hot plug SATA, no COMWAKE sent */ in asd_phy_event_tasklet()