Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ata/
H A Dsata_sil.h198 PRB_PROT_WRITE = (1 << 4), enumerator
H A Dsata_sil.c282 pcmd->prb.prot = cpu_to_le16(PRB_PROT_WRITE); in sil_sata_rw_cmd()
327 pcmd->prb.prot = cpu_to_le16(PRB_PROT_WRITE); in sil_sata_rw_cmd_ext()
/openbmc/linux/drivers/ata/
H A Dsata_sil24.c217 PRB_PROT_WRITE = (1 << 4), enumerator
853 prot |= PRB_PROT_WRITE; in sil24_qc_prep()