Searched refs:PNP_DEV (Results 1 – 3 of 3) sorted by relevance
14 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()
24 winbond_enable_serial(PNP_DEV(WINBOND_IO_PORT, W83627DHG_SP1), in board_early_init_f()
32 #define PNP_DEV(PORT, FUNC) (((PORT) << 8) | (FUNC)) macro
Completed in 5 milliseconds