Searched refs:FLCNFW_PRINTK (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | falcon.h | 168 #define FLCNFW_PRINTK(f,l,p,fmt,a...) FLCN_PRINTK((f)->falcon, l, p, "%s: "fmt, (f)->fw.name, ##a) macro 169 #define FLCNFW_DBG(f,fmt,a...) FLCNFW_PRINTK((f), DEBUG, info, fmt"\n", ##a) 170 #define FLCNFW_ERR(f,fmt,a...) FLCNFW_PRINTK((f), ERROR, err, fmt"\n", ##a)
|