Home
last modified time | relevance | path

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

/external/u-boot/board/intel/crownbay/
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()
/external/u-boot/board/congatec/conga-qeval20-qa3-e3845/
Dconga-qeval20-qa3.c23 winbond_enable_serial(PNP_DEV(WINBOND_IO_PORT, W83627DHG_SP1), in board_early_init_f()
/external/u-boot/arch/x86/include/asm/
Dpnp_def.h32 #define PNP_DEV(PORT, FUNC) (((PORT) << 8) | (FUNC)) macro