Searched refs:BASE_TO_IFACE_ID (Results 1 – 2 of 2) sorted by relevance
112 #define BASE_TO_IFACE_ID(base) ((base & 0x1000000) ? 5 : ((base & 0xff00) >> 10) - 4) macro
246 int interface_id = BASE_TO_IFACE_ID(config->base); in rzt2m_module_start()