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

/freebsd-current/sys/arm/ti/am335x/
H A Dam335x_scm_padconf.h31 #define RXACTIVE (0x01 << 5) /* Input enable value for the Pad */ macro
38 #define PADCONF_INPUT (RXACTIVE | PULLUDEN)
39 #define PADCONF_INPUT_PULLUP (RXACTIVE | PULLTYPESEL)
40 #define PADCONF_INPUT_PULLDOWN (RXACTIVE)
H A Dam335x_dmtpps.c218 if (err == 0 && (padstate & RXACTIVE) != 0 &&

Completed in 70 milliseconds