Home
last modified time | relevance | path

Searched refs:BIOSLOG (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_bios.c41 #define BIOSLOG(sip, fmt, arg...) NV_DEBUG(sip->dev, fmt, ##arg) macro
448 BIOSLOG(bios, " Read: Reg: 0x%08X, Data: 0x%08X\n", reg, data); in bios_rd32()
467 BIOSLOG(bios, " Write: Reg: 0x%08X, Data: 0x%08X\n", reg, data); in bios_wr32()
497 BIOSLOG(bios, " Indexed IO read: Port: 0x%04X, Index: 0x%02X, " in bios_idxprt_rd()
524 BIOSLOG(bios, " Indexed IO write: Port: 0x%04X, Index: 0x%02X, " in bios_idxprt_wr()
561 BIOSLOG(bios, " IO read: Port: 0x%04X, Head: 0x%02X, Data: 0x%02X\n", in bios_port_rd()
576 BIOSLOG(bios, " IO write: Port: 0x%04X, Head: 0x%02X, Data: 0x%02X\n", in bios_port_wr()
609 BIOSLOG(bios, "0x%04X: Port: 0x%04X, Index: 0x%02X, Mask: 0x%02X, " in io_flag_condition_met()
619 BIOSLOG(bios, "0x%04X: Checking if 0x%02X equals 0x%02X\n", in io_flag_condition_met()
640 BIOSLOG(bios, "0x%04X: Cond: 0x%02X, Reg: 0x%08X, Mask: 0x%08X\n", in bios_condition_met()
[all …]