Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dopti621.c28 #define MISC_REG 6 /* index of Miscellaneous register */ macro
114 write_reg(drive->dn & 1, MISC_REG); in opti621_set_pio_mode()
126 write_reg(misc, MISC_REG); in opti621_set_pio_mode()
/OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/serdes/a38x/
H A Dhigh_speed_env_spec.c200 {MISC_REG, 0x800, 0x440, {0x440, 0x400}, 0, 0}
423 {MISC_REG, 0x800, 0x4c0, {0x80, 0x4c0}, 0, 0}
440 {MISC_REG, 0x800, 0x4c0, {0x80, 0x4c0}, 0, 0}
612 {MISC_REG, 0x800, 0x400, {0x400}, 0, 0},
626 {MISC_REG, 0x800, 0x400, {0x400}, 0, 0},
640 {MISC_REG, 0x800, 0x400, {0x0}, 0, 0},
700 {MISC_REG, 0x800, 0x4c0, {0x480}, 0, 0}
H A Dsys_env_lib.h50 #define MISC_REG 0xa013c macro