Home
last modified time | relevance | path

Searched refs:mpfs_sys_controller_of_match (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/soc/microchip/
H A Dmpfs-sys-controller.c161 static const struct of_device_id mpfs_sys_controller_of_match[] = { variable
165 MODULE_DEVICE_TABLE(of, mpfs_sys_controller_of_match);
176 match = of_match_node(mpfs_sys_controller_of_match, dev->parent->of_node); in mpfs_sys_controller_get()
207 .of_match_table = mpfs_sys_controller_of_match,