Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/evbarm/iq80310/
Diq80310_7seg.c80 #define SEG_DP (1 << 7) macro
212 rv = (uint8_t) ~SEG_DP; in iq80310_7seg_xlate()
/netbsd/src/sys/arch/evbarm/iq80321/
Diq80321_7seg.c81 #define SEG_DP (1 << 0) macro
213 rv = ~SEG_DP; in iq80321_7seg_xlate()
/netbsd/src/sys/arch/evbarm/iq31244/
Diq31244_7seg.c81 #define SEG_DP (1 << 7) macro
213 rv = (uint8_t) ~SEG_DP; in iq80321_7seg_xlate()
/netbsd/src/sys/arch/evbarm/adi_brh/
Dbrhreg.h108 #define SEG_DP (1 << 7) macro
Dbrh_7seg.c187 rv = (uint8_t) ~SEG_DP; in brh_7seg_xlate()