Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/ti/
H A Dti_pruss.c94 #define NOT_SET_STR "NONE" macro
369 char event[sizeof(NOT_SET_STR)]; in ti_pruss_event_map()
374 bcopy(NOT_SET_STR, event, sizeof(event)); in ti_pruss_event_map()
383 if (strcmp(NOT_SET_STR, event) == 0) { in ti_pruss_event_map()
418 char channel[sizeof(NOT_SET_STR)]; in ti_pruss_channel_map()
424 bcopy(NOT_SET_STR, channel, sizeof(channel)); in ti_pruss_channel_map()
433 if (strcmp(NOT_SET_STR, channel) == 0) { in ti_pruss_channel_map()