Searched defs:conf (Results 1 – 3 of 3) sorted by relevance
67 #define RZG2L_PINMUX_TO_PORT(conf) (((conf) & MUX_PIN_ID_MASK) / RZG2L_PINS_PER_PORT) argument68 #define RZG2L_PINMUX_TO_PIN(conf) (((conf) & MUX_PIN_ID_MASK) % RZG2L_PINS_PER_PORT) argument69 #define RZG2L_PINMUX_TO_FUNC(conf) (((conf) & MUX_FUNC_MASK) >> 16) argument
37 unsigned char conf:1; /* if 1, configure this port */ member
791 nand_get_sdr_timings(const struct nand_data_interface *conf) in nand_get_sdr_timings()
Completed in 10 milliseconds