Home
last modified time | relevance | path

Searched refs:SETFEATURES_SPINUP (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dlibata.h220 SETFEATURES_SPINUP = 0x07, /* Spin-up drive */ enumerator
/OK3568_Linux_fs/kernel/include/linux/
H A Data.h412 SETFEATURES_SPINUP = 0x07, /* Spin-up drive */ enumerator
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata_dwc.c833 err_mask = ata_dev_set_feature(dev, SETFEATURES_SPINUP, 0); in ata_dev_read_id()
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dlibata-core.c1918 err_mask = ata_dev_set_feature(dev, SETFEATURES_SPINUP, 0); in ata_dev_read_id()
4303 if (enable == SETFEATURES_SPINUP) in ata_dev_set_feature()