Searched refs:atmel_pio (Results 1 – 2 of 2) sorted by relevance
38 struct atmel_pio { struct46 struct atmel_pio *pio; argument49 static void pio_write(struct atmel_pio *pio, unsigned int offset, uint32_t val) in pio_write()57 struct atmel_pio *pio = pio_conf->pio; in pio_conf_apply()95 struct atmel_pio *atmel_pio = data; in pio_pinctrl_dt_get() local162 pio_conf->pio = atmel_pio; in pio_pinctrl_dt_get()172 static void pio_init_hw(struct atmel_pio *pio) in pio_init_hw()189 struct atmel_pio *pio = NULL; in pio_node_probe()
2 srcs-$(CFG_ATMEL_PIO) += atmel_pio.c