Searched full:comwake (Results 1 – 16 of 16) sorted by relevance
/linux/Documentation/devicetree/bindings/ata/ |
H A D | ceva,ahci-1v84.yaml | 53 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 D | ahci_ceva.c | 166 /* 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 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-xm017-dc3.dts | 151 ceva,p0-comwake-params = /bits/ 8 <0x06 0x19 0x08 0x0E>; 155 ceva,p1-comwake-params = /bits/ 8 <0x06 0x19 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>;
|
H A D | zynqmp-sck-kv-g-revA.dtso | 103 ceva,p0-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>; 107 ceva,p1-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>;
|
H A D | zynqmp-zcu104-revA.dts | 461 ceva,p0-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>; 465 ceva,p1-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>;
|
H A D | zynqmp-zcu104-revC.dts | 473 ceva,p0-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>; 477 ceva,p1-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>;
|
H A D | zynqmp-zcu111-revA.dts | 811 ceva,p0-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>; 815 ceva,p1-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>;
|
H A D | zynqmp-zcu106-revA.dts | 981 ceva,p0-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>; 985 ceva,p1-comwake-params = /bits/ 8 <0x06 0x14 0x08 0x0E>;
|
H A D | zynqmp-zcu102-revA.dts | 975 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 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()
|