Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/ata/
H A Dceva,ahci-1v84.yaml52 ceva,p0-comwake-params:
55 OOB timing value for COMWAKE parameter for port 0.
57 ceva,p0-comwake-params = /bits/ 8 <CWBGMN CWBGMX CWBGN CWNMP>;
59 - description: CWBGMN - COMWAKE Burst Gap Minimum.
60 - description: CWBGMX - COMWAKE Burst Gap Maximum.
61 - description: CWBGN - COMWAKE Burst Gap Nominal.
62 - description: CWNMP - COMWAKE Negate Minimum Period.
98 ceva,p1-comwake-params:
101 OOB timing value for COMWAKE parameter for port 1.
103 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()
297 /* Read OOB timing value for COMWAKE from device-tree*/ in ceva_ahci_probe()
298 if (of_property_read_u8_array(np, "ceva,p0-comwake-params", in ceva_ahci_probe()
300 dev_warn(dev, "ceva,p0-comwake-params property not defined\n"); in ceva_ahci_probe()
305 if (of_property_read_u8_array(np, "ceva,p1-comwake-params", in ceva_ahci_probe()
307 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-xm015-dc1.dts376 ceva,p0-comwake-params = /bits/ 8 <0x06 0x19 0x08 0x0E>;
380 ceva,p1-comwake-params = /bits/ 8 <0x06 0x19 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()