/src/sys/dev/ |
ipmi.c | 424 static int bt_write(struct ipmi_softc *, int, uint8_t); 433 bt_write(struct ipmi_softc *sc, int reg, uint8_t data) function in typeref:typename:int 447 bt_write(sc, _BT_CTRL_REG, BT_CLR_WR_PTR); 449 bt_write(sc, _BT_DATAOUT_REG, data[i]); 451 bt_write(sc, _BT_CTRL_REG, BT_HOST2BMC_ATN); 468 bt_write(sc, _BT_CTRL_REG, BT_HOST_BUSY); 469 bt_write(sc, _BT_CTRL_REG, BT_BMC2HOST_ATN); 470 bt_write(sc, _BT_CTRL_REG, BT_CLR_RD_PTR); 477 bt_write(sc, _BT_CTRL_REG, BT_HOST_BUSY);
|
ipmi.c | 424 static int bt_write(struct ipmi_softc *, int, uint8_t); 433 bt_write(struct ipmi_softc *sc, int reg, uint8_t data) function in typeref:typename:int 447 bt_write(sc, _BT_CTRL_REG, BT_CLR_WR_PTR); 449 bt_write(sc, _BT_DATAOUT_REG, data[i]); 451 bt_write(sc, _BT_CTRL_REG, BT_HOST2BMC_ATN); 468 bt_write(sc, _BT_CTRL_REG, BT_HOST_BUSY); 469 bt_write(sc, _BT_CTRL_REG, BT_BMC2HOST_ATN); 470 bt_write(sc, _BT_CTRL_REG, BT_CLR_RD_PTR); 477 bt_write(sc, _BT_CTRL_REG, BT_HOST_BUSY);
|
ipmi.c | 424 static int bt_write(struct ipmi_softc *, int, uint8_t); 433 bt_write(struct ipmi_softc *sc, int reg, uint8_t data) function in typeref:typename:int 447 bt_write(sc, _BT_CTRL_REG, BT_CLR_WR_PTR); 449 bt_write(sc, _BT_DATAOUT_REG, data[i]); 451 bt_write(sc, _BT_CTRL_REG, BT_HOST2BMC_ATN); 468 bt_write(sc, _BT_CTRL_REG, BT_HOST_BUSY); 469 bt_write(sc, _BT_CTRL_REG, BT_BMC2HOST_ATN); 470 bt_write(sc, _BT_CTRL_REG, BT_CLR_RD_PTR); 477 bt_write(sc, _BT_CTRL_REG, BT_HOST_BUSY);
|
ipmi.c | 424 static int bt_write(struct ipmi_softc *, int, uint8_t); 433 bt_write(struct ipmi_softc *sc, int reg, uint8_t data) function in typeref:typename:int 447 bt_write(sc, _BT_CTRL_REG, BT_CLR_WR_PTR); 449 bt_write(sc, _BT_DATAOUT_REG, data[i]); 451 bt_write(sc, _BT_CTRL_REG, BT_HOST2BMC_ATN); 468 bt_write(sc, _BT_CTRL_REG, BT_HOST_BUSY); 469 bt_write(sc, _BT_CTRL_REG, BT_BMC2HOST_ATN); 470 bt_write(sc, _BT_CTRL_REG, BT_CLR_RD_PTR); 477 bt_write(sc, _BT_CTRL_REG, BT_HOST_BUSY);
|