Searched refs:AUX_DBG (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
D | gm204.c | 26 #define AUX_DBG(fmt, args...) nv_debug(aux, "AUXCH(%d): " fmt, ch, ##args) macro 81 AUX_DBG("%d: 0x%08x %d\n", type, addr, size); in gm204_aux() 89 AUX_DBG("sink not detected\n"); in gm204_aux() 97 AUX_DBG("wr 0x%08x\n", xbuf[i / 4]); in gm204_aux() 141 AUX_DBG("%02d 0x%08x 0x%08x\n", retries, ctrl, stat); in gm204_aux() 147 AUX_DBG("rd 0x%08x\n", xbuf[i / 4]); in gm204_aux()
|
D | g94.c | 56 #define AUX_DBG(fmt, args...) nv_debug(aux, "AUXCH(%d): " fmt, ch, ##args) macro 111 AUX_DBG("%d: 0x%08x %d\n", type, addr, size); in g94_aux() 119 AUX_DBG("sink not detected\n"); in g94_aux() 127 AUX_DBG("wr 0x%08x\n", xbuf[i / 4]); in g94_aux() 171 AUX_DBG("%02d 0x%08x 0x%08x\n", retries, ctrl, stat); in g94_aux() 177 AUX_DBG("rd 0x%08x\n", xbuf[i / 4]); in g94_aux()
|