Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfsl_devdis.h9 struct devdis_table { struct
15 void device_disable(const struct devdis_table *tbl, uint32_t num); argument
/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/
H A Dls102xa_devdis.h11 const struct devdis_table devdis_tbl[] = {
/openbmc/u-boot/drivers/misc/
H A Dfsl_devdis.c14 void device_disable(const struct devdis_table *tbl, uint32_t num) in device_disable()