Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dns87308.h111 #define LDEV_FDC 0x03 /*floppy disk controller*/ macro
122 #define CONFIG_SYS_NS87308_FDC (1 << LDEV_FDC)
/openbmc/u-boot/drivers/misc/
H A Dns87308.c40 PNP_SET_DEVICE_BASE(LDEV_FDC, CONFIG_SYS_NS87308_FDC_BASE); in initialise_ns87308()