Searched refs:IDE_DBG_PC (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/ide/ |
D | ide-cd.c | 435 ide_debug_log(IDE_DBG_PC, "cmd[0]: 0x%x, write: 0x%x, timeout: %d, " in ide_cd_queue_pc() 534 ide_debug_log(IDE_DBG_PC, "cmd: 0x%x, write: 0x%x", rq->cmd[0], write); in cdrom_newpc_intr() 576 ide_debug_log(IDE_DBG_PC, "DRQ: stat: 0x%x, thislen: %d", in cdrom_newpc_intr() 621 ide_debug_log(IDE_DBG_PC, "data transfer, rq->cmd_type: 0x%x, " in cdrom_newpc_intr() 744 ide_debug_log(IDE_DBG_PC, "rq->cmd[0]: 0x%x, rq->cmd_type: 0x%x", in cdrom_do_block_pc()
|
D | ide-floppy.c | 89 ide_debug_log(IDE_DBG_PC, "pc = %x", in ide_floppy_callback()
|
/linux-4.1.27/include/linux/ |
D | ide.h | 953 IDE_DBG_PC = (1 << 2), enumerator
|