Home
last modified time | relevance | path

Searched refs:HCONTROL_FORCE_OFFLINE (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/ata/
H A Dfsl_sata.h91 #define HCONTROL_FORCE_OFFLINE 0x40000000 /* Force offline request */ macro
H A Dfsl_sata.c161 val32 |= HCONTROL_FORCE_OFFLINE; in init_sata()
/openbmc/linux/drivers/ata/
H A Dsata_fsl.c161 HCONTROL_FORCE_OFFLINE = (1 << 30), enumerator
769 temp |= HCONTROL_FORCE_OFFLINE; in sata_fsl_port_stop()