Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/versatile/
H A Dversatile_scm.h40 #define SCM_CLCD_CLCDID_MASK 0x1f macro
H A Dversatile_clcd.c248 clcdid = (reg >> SCM_CLCD_CLCDID_SHIFT) & SCM_CLCD_CLCDID_MASK; in versatile_clcdc_attach()