Searched refs:IDE_DBG_PROBE (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/ide/ |
D | ide-cd.c | 1031 ide_debug_log(IDE_DBG_PROBE, "cap: %lu, sectors_per_frame: %lu", in cdrom_read_capacity() 1262 ide_debug_log(IDE_DBG_PROBE, "curspeed: %u, maxspeed: %u", in ide_cdrom_update_speed() 1297 ide_debug_log(IDE_DBG_PROBE, "nslots: %d", nslots); in ide_cdrom_register() 1319 ide_debug_log(IDE_DBG_PROBE, "media: 0x%x, atapi_flags: 0x%lx", in ide_cdrom_probe_capabilities() 1522 ide_debug_log(IDE_DBG_PROBE, "enter"); in ide_cdrom_setup() 1781 ide_debug_log(IDE_DBG_PROBE, "driver_req: %s, media: 0x%x", in ide_cd_probe()
|
D | ide-floppy.c | 411 ide_debug_log(IDE_DBG_PROBE, "Descriptor %d: %dkB, %d blocks, " in ide_floppy_get_capacity() 471 ide_debug_log(IDE_DBG_PROBE, "Descriptor 0 Code: %d", in ide_floppy_get_capacity()
|
/Linux-v5.10/include/linux/ |
D | ide.h | 1015 IDE_DBG_PROBE = BIT(4), enumerator
|