Searched refs:AIC_PRINT (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Daic6360var.h191 #define AIC_PRINT(b, s) do { \ macro
206 #define AIC_PRINT(b, s) /* NOTHING */ macro
211 #define AIC_ACBS(s) AIC_PRINT(AIC_SHOWACBS, s)
212 #define AIC_INTS(s) AIC_PRINT(AIC_SHOWINTS, s)
213 #define AIC_CMDS(s) AIC_PRINT(AIC_SHOWCMDS, s)
214 #define AIC_MISC(s) AIC_PRINT(AIC_SHOWMISC, s)
215 #define AIC_TRACE(s) AIC_PRINT(AIC_SHOWTRACE, s)
216 #define AIC_START(s) AIC_PRINT(AIC_SHOWSTART, s)

Completed in 125 milliseconds