tag
line
file
source code
IDE_DATA_REG
249
drivers/block/ide-cd.c
insw (IDE_DATA_REG, ((byte *)buffer) + (bytecount & ~0x03), 1);
IDE_DATA_REG
261
drivers/block/ide-cd.c
outsw (IDE_DATA_REG, ((byte *)buffer) + (bytecount & ~0x03), 1);