Searched full:comwake (Results 1 – 9 of 9) sorted by relevance
| /linux/Documentation/devicetree/bindings/ata/ |
| H A D | ceva,ahci-1v84.yaml | 52 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 D | ahci_ceva.c | 166 /* 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 D | sata_sil24.c | 160 PORT_IRQ_COMWAKE = (1 << 5), /* COMWAKE received */
|
| /linux/arch/arm64/boot/dts/xilinx/ |
| H A D | zynqmp-zc1232-revA.dts | 57 ceva,p0-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>; 61 ceva,p1-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>;
|
| H A D | zynqmp-zc1751-xm015-dc1.dts | 376 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 D | mv_defs.h | 229 PHYEV_COMWAKE = (1U << 7), /* COMWAKE rx'd */ 326 CMD_CMWK_OOB_DET = 0x104, /* COMWAKE OOB detect register */
|
| /linux/Documentation/scsi/ |
| H A D | libsas.rst | 344 - SATA is present, COMWAKE not sent.
|
| /linux/include/scsi/ |
| H A D | libsas.h | 49 PHYE_SPINUP_HOLD, /* hot plug SATA, no COMWAKE sent */
|
| /linux/drivers/scsi/aic94xx/ |
| H A D | aic94xx_scb.c | 95 /* hot plug SATA, no COMWAKE sent */ in asd_phy_event_tasklet()
|