Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ata/
H A Dsata_sil.h191 PRB_CTRL_SRST = (1 << 7), /* Soft reset request (ign BSY?) */ enumerator
H A Dsata_sil.c251 pcmd->prb.ctrl = cpu_to_le16(PRB_CTRL_SRST); in sil_cmd_soft_reset()
/openbmc/linux/drivers/ata/
H A Dsata_sil24.c210 PRB_CTRL_SRST = (1 << 7), /* Soft reset request (ign BSY?) */ enumerator
670 rc = sil24_exec_polled_cmd(ap, pmp, &tf, 0, PRB_CTRL_SRST, in sil24_softreset()