Searched defs:bge_reg_put32 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c613 void bge_reg_put32(bge_t *bgep, bge_regno_t regno, uint32_t data);
614 #pragma inline(bge_reg_put32)
617 bge_reg_put32(bge_t *bgep, bge_regno_t regno, uint32_t data) function
619 BGE_TRACE(("bge_reg_put32($%p, 0x%lx, 0x%x)",
639 bge_reg_put32(bgep, regno, regval);
655 bge_reg_put32(bgep, regno, regval);
1191 bge_reg_put32(bgep, MI_COMMS_REG, cmd);
1416 bge_reg_put32(bgep, SERIAL_EEPROM_DATA_REG, *dp);
1417 bge_reg_put32(bgep, SERIAL_EEPROM_ADDRESS_REG, cmd);
1443 bge_reg_put32(bge
[all...]

Completed in 51 milliseconds