Home
last modified time | relevance | path

Searched defs:ain (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/arm/ti/
H A Dti_adc.c181 int ain, i; in ti_adc_setup() local
207 ti_adc_input_setup(struct ti_adc_softc *sc, int32_t ain) in ti_adc_input_setup()
244 int ain, i; in ti_adc_reset() local
389 int count, ain; in ti_adc_read_data() local
553 int ain, i; in ti_adc_sysctl_init() local
597 int ain, i; in ti_adc_inputs_init() local
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_mpi.c42 BIGNUM *BN_mpi2bn(const unsigned char *d, int n, BIGNUM *ain) in BN_mpi2bn()