Symbol: BCMA_EROM_GET_ATTR
sys/dev/bhnd/bcma/bcma_erom.c
1171
BCMA_EROM_GET_ATTR(entry, REGION_TYPE) == BCMA_EROM_REGION_TYPE_BRIDGE)
sys/dev/bhnd/bcma/bcma_erom.c
123
switch (BCMA_EROM_GET_ATTR(entry, ENTRY_TYPE)) {
sys/dev/bhnd/bcma/bcma_erom.c
1274
if (!BCMA_EROM_GET_ATTR(entry, ENTRY_ISVALID)) {
sys/dev/bhnd/bcma/bcma_erom.c
1279
switch (BCMA_EROM_GET_ATTR(entry, ENTRY_TYPE)) {
sys/dev/bhnd/bcma/bcma_erom.c
1284
BCMA_EROM_GET_ATTR(entry, COREA_DESIGNER));
sys/dev/bhnd/bcma/bcma_erom.c
1286
BCMA_EROM_GET_ATTR(entry, COREA_ID));
sys/dev/bhnd/bcma/bcma_erom.c
1288
BCMA_EROM_GET_ATTR(entry, COREA_CLASS));
sys/dev/bhnd/bcma/bcma_erom.c
1306
BCMA_EROM_GET_ATTR(entry, COREB_REV));
sys/dev/bhnd/bcma/bcma_erom.c
1308
BCMA_EROM_GET_ATTR(entry, COREB_NUM_MP));
sys/dev/bhnd/bcma/bcma_erom.c
1310
BCMA_EROM_GET_ATTR(entry, COREB_NUM_DP));
sys/dev/bhnd/bcma/bcma_erom.c
1312
BCMA_EROM_GET_ATTR(entry, COREB_NUM_WMP));
sys/dev/bhnd/bcma/bcma_erom.c
1314
BCMA_EROM_GET_ATTR(entry, COREB_NUM_WMP));
sys/dev/bhnd/bcma/bcma_erom.c
1321
BCMA_EROM_GET_ATTR(entry, MPORT_NUM));
sys/dev/bhnd/bcma/bcma_erom.c
1323
BCMA_EROM_GET_ATTR(entry, MPORT_ID));
sys/dev/bhnd/bcma/bcma_erom.c
1330
addr64 = (BCMA_EROM_GET_ATTR(entry, REGION_64BIT) != 0);
sys/dev/bhnd/bcma/bcma_erom.c
1331
size_type = BCMA_EROM_GET_ATTR(entry, REGION_SIZE);
sys/dev/bhnd/bcma/bcma_erom.c
1336
BCMA_EROM_GET_ATTR(entry, REGION_BASE));
sys/dev/bhnd/bcma/bcma_erom.c
1338
BCMA_EROM_GET_ATTR(entry, REGION_PORT));
sys/dev/bhnd/bcma/bcma_erom.c
1340
BCMA_EROM_GET_ATTR(entry, REGION_TYPE));
sys/dev/bhnd/bcma/bcma_erom.c
1366
if (BCMA_EROM_GET_ATTR(entry, RSIZE_64BIT))
sys/dev/bhnd/bcma/bcma_erom.c
1373
BCMA_EROM_GET_ATTR(entry, RSIZE_VAL));
sys/dev/bhnd/bcma/bcma_erom.c
251
r_type = BCMA_EROM_GET_ATTR(entry, REGION_TYPE);
sys/dev/bhnd/bcma/bcma_erom.c
282
region_type = BCMA_EROM_GET_ATTR(entry, REGION_TYPE);
sys/dev/bhnd/bcma/bcma_erom.c
283
region_port = BCMA_EROM_GET_ATTR(entry, REGION_PORT);
sys/dev/bhnd/bcma/bcma_erom.c
311
next_type = BCMA_EROM_GET_ATTR(entry, REGION_TYPE);
sys/dev/bhnd/bcma/bcma_erom.c
312
next_port = BCMA_EROM_GET_ATTR(entry, REGION_PORT);
sys/dev/bhnd/bcma/bcma_erom.c
335
next_type = BCMA_EROM_GET_ATTR(entry, REGION_TYPE);
sys/dev/bhnd/bcma/bcma_erom.c
336
next_port = BCMA_EROM_GET_ATTR(entry, REGION_PORT);
sys/dev/bhnd/bcma/bcma_erom.c
590
if (!BCMA_EROM_GET_ATTR(entry, ENTRY_ISVALID))
sys/dev/bhnd/bcma/bcma_erom.c
594
if (BCMA_EROM_GET_ATTR(entry, ENTRY_TYPE) == etype)
sys/dev/bhnd/bcma/bcma_erom.c
598
switch (BCMA_EROM_GET_ATTR(entry, ENTRY_TYPE)) {
sys/dev/bhnd/bcma/bcma_erom.c
755
core->vendor = BCMA_EROM_GET_ATTR(entry, COREA_DESIGNER);
sys/dev/bhnd/bcma/bcma_erom.c
756
core->device = BCMA_EROM_GET_ATTR(entry, COREA_ID);
sys/dev/bhnd/bcma/bcma_erom.c
766
core->rev = BCMA_EROM_GET_ATTR(entry, COREB_REV);
sys/dev/bhnd/bcma/bcma_erom.c
767
core->num_mport = BCMA_EROM_GET_ATTR(entry, COREB_NUM_MP);
sys/dev/bhnd/bcma/bcma_erom.c
768
core->num_dport = BCMA_EROM_GET_ATTR(entry, COREB_NUM_DP);
sys/dev/bhnd/bcma/bcma_erom.c
769
core->num_mwrap = BCMA_EROM_GET_ATTR(entry, COREB_NUM_WMP);
sys/dev/bhnd/bcma/bcma_erom.c
770
core->num_swrap = BCMA_EROM_GET_ATTR(entry, COREB_NUM_WSP);
sys/dev/bhnd/bcma/bcma_erom.c
797
mport->port_vid = BCMA_EROM_GET_ATTR(entry, MPORT_ID);
sys/dev/bhnd/bcma/bcma_erom.c
798
mport->port_num = BCMA_EROM_GET_ATTR(entry, MPORT_NUM);
sys/dev/bhnd/bcma/bcma_erom.c
832
region->base_addr = BCMA_EROM_GET_ATTR(entry, REGION_BASE);
sys/dev/bhnd/bcma/bcma_erom.c
833
region->region_type = BCMA_EROM_GET_ATTR(entry, REGION_TYPE);
sys/dev/bhnd/bcma/bcma_erom.c
834
region->region_port = BCMA_EROM_GET_ATTR(entry, REGION_PORT);
sys/dev/bhnd/bcma/bcma_erom.c
835
size_type = BCMA_EROM_GET_ATTR(entry, REGION_SIZE);
sys/dev/bhnd/bcma/bcma_erom.c
838
if (BCMA_EROM_GET_ATTR(entry, REGION_64BIT)) {
sys/dev/bhnd/bcma/bcma_erom.c
852
region->size = BCMA_EROM_GET_ATTR(entry, RSIZE_VAL);
sys/dev/bhnd/bcma/bcma_erom.c
854
if (BCMA_EROM_GET_ATTR(entry, RSIZE_64BIT)) {
sys/dev/bhnd/bcma/bcma_eromreg.h
58
(BCMA_EROM_GET_ATTR(_entry, ENTRY_ISVALID) && \
sys/dev/bhnd/bcma/bcma_eromreg.h
59
BCMA_EROM_GET_ATTR(_entry, ENTRY_TYPE) == BCMA_EROM_ENTRY_TYPE_ ## _type)