Searched refs:DBELL_SID (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/rapidio/devices/ |
H A D | tsi721.h | 84 #define DBELL_SID(buf) (((u8)buf[2] << 8) | (u8)buf[3]) macro
|
H A D | tsi721.c | 422 dbell->dinb(mport, dbell->dev_id, DBELL_SID(idb.bytes), in tsi721_db_dpc() 427 DBELL_SID(idb.bytes), DBELL_TID(idb.bytes), in tsi721_db_dpc()
|
/kernel/linux/linux-6.6/drivers/rapidio/devices/ |
H A D | tsi721.h | 84 #define DBELL_SID(buf) (((u8)buf[2] << 8) | (u8)buf[3]) macro
|
H A D | tsi721.c | 422 dbell->dinb(mport, dbell->dev_id, DBELL_SID(idb.bytes), in tsi721_db_dpc() 427 DBELL_SID(idb.bytes), DBELL_TID(idb.bytes), in tsi721_db_dpc()
|
Completed in 11 milliseconds