Home
last modified time | relevance | path

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

/openbmc/u-boot/board/intel/crownbay/
H A Dcrownbay.c13 lpc47m_enable_serial(PNP_DEV(LPC47M_IO_PORT, LPC47M_SP1), in board_early_init_f()
15 lpc47m_enable_kbc(PNP_DEV(LPC47M_IO_PORT, LPC47M_KBC), in board_early_init_f()
/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/
H A Dconga-qeval20-qa3.c23 winbond_enable_serial(PNP_DEV(WINBOND_IO_PORT, W83627DHG_SP1), in board_early_init_f()
/openbmc/u-boot/arch/x86/include/asm/
H A Dpnp_def.h32 #define PNP_DEV(PORT, FUNC) (((PORT) << 8) | (FUNC)) macro