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