Home
last modified time | relevance | path

Searched defs:conf (Results 1 – 3 of 3) sorted by relevance

/include/renesas/
A Drzg2l-pfc.h67 #define RZG2L_PINMUX_TO_PORT(conf) (((conf) & MUX_PIN_ID_MASK) / RZG2L_PINS_PER_PORT) argument
68 #define RZG2L_PINMUX_TO_PIN(conf) (((conf) & MUX_PIN_ID_MASK) % RZG2L_PINS_PER_PORT) argument
69 #define RZG2L_PINMUX_TO_FUNC(conf) (((conf) & MUX_FUNC_MASK) >> 16) argument
/include/
A Dioports.h37 unsigned char conf:1; /* if 1, configure this port */ member
/include/linux/mtd/
A Drawnand.h791 nand_get_sdr_timings(const struct nand_data_interface *conf) in nand_get_sdr_timings()

Completed in 10 milliseconds