Home
last modified time | relevance | path

Searched refs:BT_CAP (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/char/ipmi/
Dipmi_bt_sm.c618 unsigned char BT_CAP[8]; in bt_detect() local
655 rv = bt_get_result(bt, BT_CAP, sizeof(BT_CAP)); in bt_detect()
662 if (BT_CAP[2]) { in bt_detect()
663 dev_warn(bt->io->dev, "Error fetching bt cap: %x\n", BT_CAP[2]); in bt_detect()
667 bt->BT_CAP_req2rsp = BT_CAP[6] * USEC_PER_SEC; in bt_detect()
668 bt->BT_CAP_retries = BT_CAP[7]; in bt_detect()