Home
last modified time | relevance | path

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

/linux/drivers/rapidio/devices/
H A Dtsi721.c404 } idb; in tsi721_db_dpc() local
419 idb.msg = *idb_entry; in tsi721_db_dpc()
424 if ((dbell->res->start <= DBELL_INF(idb.bytes)) && in tsi721_db_dpc()
425 (dbell->res->end >= DBELL_INF(idb.bytes))) { in tsi721_db_dpc()
432 dbell->dinb(mport, dbell->dev_id, DBELL_SID(idb.bytes), in tsi721_db_dpc()
433 DBELL_TID(idb.bytes), DBELL_INF(idb.bytes)); in tsi721_db_dpc()
437 DBELL_SID(idb.bytes), DBELL_TID(idb.bytes), in tsi721_db_dpc()
438 DBELL_INF(idb.bytes)); in tsi721_db_dpc()
/linux/drivers/platform/x86/
H A Duv_sysfs.c73 int idb, idh; in location_to_bpos() local
76 &r, rack, &type, slot, &b, &idb, &h, &idh) != 8) in location_to_bpos()
78 *blade = idb * 2 + idh; in location_to_bpos()
/linux/include/linux/
H A Dswitchtec.h378 u64 idb; member
/linux/drivers/ntb/hw/mscc/
H A Dntb_hw_switchtec.c630 ret = ioread64(&sndev->mmio_self_dbmsg->idb) >> sndev->db_shift; in switchtec_ntb_db_read()
639 iowrite64(db_bits << sndev->db_shift, &sndev->mmio_self_dbmsg->idb); in switchtec_ntb_db_clear()