Searched defs:GDROM_BASE_REG (Results 1 - 1 of 1) sorted by relevance

/drivers/cdrom/
H A Dgdrom.c58 #define GDROM_BASE_REG 0xA05F7000 macro
59 #define GDROM_ALTSTATUS_REG (GDROM_BASE_REG + 0x18)
60 #define GDROM_DATA_REG (GDROM_BASE_REG + 0x80)
61 #define GDROM_ERROR_REG (GDROM_BASE_REG + 0x84)
62 #define GDROM_INTSEC_REG (GDROM_BASE_REG + 0x88)
63 #define GDROM_SECNUM_REG (GDROM_BASE_REG + 0x8C)
64 #define GDROM_BCL_REG (GDROM_BASE_REG + 0x90)
65 #define GDROM_BCH_REG (GDROM_BASE_REG + 0x94)
66 #define GDROM_DSEL_REG (GDROM_BASE_REG + 0x98)
67 #define GDROM_STATUSCOMMAND_REG (GDROM_BASE_REG
[all...]

Completed in 221 milliseconds