Searched refs:IDE_DECODE_ENABLE (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/arch/x86/cpu/ivybridge/ |
H A D | sata.c | 61 dm_pci_write_config16(dev, IDE_TIM_PRI, IDE_DECODE_ENABLE | in bd82x6x_sata_init() 64 dm_pci_write_config16(dev, IDE_TIM_SEC, IDE_DECODE_ENABLE | in bd82x6x_sata_init() 111 dm_pci_write_config16(dev, IDE_TIM_PRI, IDE_DECODE_ENABLE | in bd82x6x_sata_init() 113 dm_pci_write_config16(dev, IDE_TIM_SEC, IDE_DECODE_ENABLE | in bd82x6x_sata_init() 140 dm_pci_write_config16(dev, IDE_TIM_PRI, IDE_DECODE_ENABLE | in bd82x6x_sata_init() 143 dm_pci_write_config16(dev, IDE_TIM_SEC, IDE_DECODE_ENABLE | in bd82x6x_sata_init()
|
/openbmc/u-boot/arch/x86/cpu/broadwell/ |
H A D | sata.c | 51 dm_pci_write_config16(dev, IDE_TIM_PRI, IDE_DECODE_ENABLE); in broadwell_sata_init() 52 dm_pci_write_config16(dev, IDE_TIM_SEC, IDE_DECODE_ENABLE); in broadwell_sata_init()
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | pch_common.h | 16 #define IDE_DECODE_ENABLE (1 << 15) macro
|