Go to the source code of this file.
| #define LOG_START_OFFSET 150 |
| #define SONY_AUDIO_PLAY_DONE_ATTN 0x90 |
| #define SONY_AUDIO_PLAYBACK_CMD 0x40 |
| #define SONY_CMD_REG_OFFSET 0 |
| #define SONY_EJECT_CMD 0x50 |
| #define SONY_EMER_EJECT_ATTN 0x2c |
| #define SONY_HWC_AUDIO_PLAYBACK | ( | c | ) | (c.hw_config[1] & 0x01) |
| #define SONY_HWC_ELECTRIC_VOLUME | ( | c | ) | (c.hw_config[1] & 0x02) |
| #define SONY_HWC_ELECTRIC_VOLUME_CTL | ( | c | ) | (c.hw_config[1] & 0x04) |
| #define SONY_HWC_GET_BUF_MEM_SIZE | ( | c | ) | ((c.hw_config[0] & 0xc0) >> 6) |
| #define SONY_HWC_GET_LOAD_MECH | ( | c | ) | (c.hw_config[0] & 0x03) |
| #define SONY_ILL_CMD_ERR 0x10 |
| #define SONY_NO_CIRC_ERR_BLK_STAT 0x50 |
| #define SONY_READ_TOC_CMD 0x30 |
| #define SONY_REQ_DRIVE_CONFIG_CMD 0x00 |
Commands to request or set drive control parameters and disc information Returns s_sony_drive_config.
| #define SONY_REQ_SUBCODE_ADDRESS_CMD 0x21 |
| #define SONY_REQ_TOC_DATA_CMD 0x20 |
| #define SONY_SD_DECODE_PARAM 0x00 |
| #define SONY_SPIN_DOWN_COMPLETE_ATTN 0x27 |
| #define SONY_SPIN_UP_COMPLETE_ATTN 0x24 |
| #define SONY_STATUS_REG_OFFSET 0 |
| #define SONY_TIMEOUT_OP_ERR 0x01 |