Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/char/ipmi/
Dipmi_bt_sm.c620 unsigned char BT_CAP[8]; in bt_detect() local
657 rv = bt_get_result(bt, BT_CAP, sizeof(BT_CAP)); in bt_detect()
664 if (BT_CAP[2]) { in bt_detect()
665 dev_warn(bt->io->dev, "Error fetching bt cap: %x\n", BT_CAP[2]); in bt_detect()
669 bt->BT_CAP_req2rsp = BT_CAP[6] * USEC_PER_SEC; in bt_detect()
670 bt->BT_CAP_retries = BT_CAP[7]; in bt_detect()