Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds