Searched refs:bge_chip_cfg_init (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h607 * the first phase of chip initialisation (see bge_chip_cfg_init()).
1197 void bge_chip_cfg_init(bge_t *bgep, chip_id_t *cidp, boolean_t enable_dma);
H A Dbge_chip2.c324 void bge_chip_cfg_init(bge_t *bgep, chip_id_t *cidp, boolean_t enable_dma);
325 #pragma no_inline(bge_chip_cfg_init)
328 bge_chip_cfg_init(bge_t *bgep, chip_id_t *cidp, boolean_t enable_dma) function
338 BGE_TRACE(("bge_chip_cfg_init($%p, $%p, %d)",
401 BGE_DEBUG(("bge_chip_cfg_init: %s bus is %s and %s; #INTA is %s",
406 BGE_DEBUG(("bge_chip_cfg_init: vendor 0x%x device 0x%x revision 0x%x",
408 BGE_DEBUG(("bge_chip_cfg_init: subven 0x%x subdev 0x%x asic_rev 0x%x",
410 BGE_DEBUG(("bge_chip_cfg_init: clsize %d latency %d command 0x%x",
2535 * Using the values captured by bge_chip_cfg_init(), and additional probes
3985 * Steps 6-8: are done by bge_chip_cfg_init()
[all...]
H A Dbge_main2.c3375 bge_chip_cfg_init(bgep, &chipid, B_FALSE);
3797 bge_chip_cfg_init(bgep, cidp, B_FALSE);

Completed in 63 milliseconds