Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dpata_opti.c43 MISC_REG = 6 /* index of Miscellaneous register */ enumerator
142 opti_write_reg(ap, adev->devno, MISC_REG); in opti_set_piomode()
145 opti_write_reg(ap, addr, MISC_REG); in opti_set_piomode()
H A Dpata_optidma.c42 MISC_REG = 6 /* index of Miscellaneous register */ enumerator
166 iowrite8(adev->devno, regio + MISC_REG); in optidma_mode_setup()
176 iowrite8(addr | adev->devno, regio + MISC_REG); in optidma_mode_setup()
/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/
H A Dhigh_speed_env_spec.c199 {MISC_REG, 0x800, 0x440, {0x440, 0x400}, 0, 0}
422 {MISC_REG, 0x800, 0x4c0, {0x80, 0x4c0}, 0, 0}
439 {MISC_REG, 0x800, 0x4c0, {0x80, 0x4c0}, 0, 0}
613 {MISC_REG, 0x800, 0x400, {0x400}, 0, 0},
627 {MISC_REG, 0x800, 0x400, {0x400}, 0, 0},
641 {MISC_REG, 0x800, 0x400, {0x0}, 0, 0},
701 {MISC_REG, 0x800, 0x4c0, {0x480}, 0, 0}
H A Dsys_env_lib.h48 #define MISC_REG 0xa013c macro