Searched refs:PNP_DEV (Results 1 – 3 of 3) sorted by relevance
13 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()
23 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