Searched refs:BCMA_EROM_GET_ATTR (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/bhnd/bcma/
H A Dbcma_eromreg.h45 #define BCMA_EROM_GET_ATTR(_entry, _attr) \ macro
59 (BCMA_EROM_GET_ATTR(_entry, ENTRY_ISVALID) && \
60 BCMA_EROM_GET_ATTR(_entry, ENTRY_TYPE) == BCMA_EROM_ENTRY_TYPE_ ## _type)
H A Dbcma_erom.c127 switch (BCMA_EROM_GET_ATTR(entry, ENTRY_TYPE)) {
255 r_type = BCMA_EROM_GET_ATTR(entry, REGION_TYPE);
286 region_type = BCMA_EROM_GET_ATTR(entry, REGION_TYPE);
287 region_port = BCMA_EROM_GET_ATTR(entry, REGION_PORT);
315 next_type = BCMA_EROM_GET_ATTR(entry, REGION_TYPE);
316 next_port = BCMA_EROM_GET_ATTR(entry, REGION_PORT);
339 next_type = BCMA_EROM_GET_ATTR(entry, REGION_TYPE);
340 next_port = BCMA_EROM_GET_ATTR(entry, REGION_PORT);
594 if (!BCMA_EROM_GET_ATTR(entry, ENTRY_ISVALID))
598 if (BCMA_EROM_GET_ATTR(entr
[all...]

Completed in 109 milliseconds