Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/arm/ti/
Dti_pruss.c89 #define NOT_SET_STR "NONE" macro
363 char event[sizeof(NOT_SET_STR)]; in ti_pruss_event_map()
368 bcopy(NOT_SET_STR, event, sizeof(event)); in ti_pruss_event_map()
377 if (strcmp(NOT_SET_STR, event) == 0) { in ti_pruss_event_map()
412 char channel[sizeof(NOT_SET_STR)]; in ti_pruss_channel_map()
418 bcopy(NOT_SET_STR, channel, sizeof(channel)); in ti_pruss_channel_map()
427 if (strcmp(NOT_SET_STR, channel) == 0) { in ti_pruss_channel_map()