Lines Matching defs:sid
59 u8 sid; /* slot id */
1623 v->sid = i;
2469 #define _slot_set(btc, sid, dura, tbl, type) \
2471 typeof(sid) _sid = (sid); \
2478 #define _slot_set_dur(btc, sid, dura) (btc)->dm.slot[sid].dur = cpu_to_le16(dura)
2479 #define _slot_set_tbl(btc, sid, tbl) (btc)->dm.slot[sid].cxtbl = cpu_to_le32(tbl)
2480 #define _slot_set_type(btc, sid, type) (btc)->dm.slot[sid].cxtype = cpu_to_le16(type)