Lines Matching refs:col
46 struct its_collection *col; member
59 struct its_collection *col; member
74 struct its_collection *col; member
78 struct its_collection *col; member
136 static void its_encode_collection(struct its_cmd_block *cmd, u16 col) in its_encode_collection() argument
138 its_mask_encode(&cmd->raw_cmd[2], col, 15, 0); in its_encode_collection()
235 its_encode_collection(cmd, desc->its_mapc_cmd.col->col_id); in its_build_mapc_cmd()
236 its_encode_target(cmd, desc->its_mapc_cmd.col->target_address); in its_build_mapc_cmd()
241 desc->its_mapc_cmd.col->col_id, in its_build_mapc_cmd()
242 desc->its_mapc_cmd.col->target_address, in its_build_mapc_cmd()
267 its_encode_collection(cmd, desc->its_invall_cmd.col->col_id); in its_build_invall_cmd()
270 printf("INVALL col_id=%d\n", desc->its_invall_cmd.col->col_id); in its_build_invall_cmd()
326 its_encode_target(cmd, desc->its_sync_cmd.col->target_address); in its_build_sync_cmd()
330 desc->its_sync_cmd.col->target_address); in its_build_sync_cmd()
339 its_encode_collection(cmd, desc->its_movi_cmd.col->col_id); in its_build_movi_cmd()
345 desc->its_movi_cmd.col->col_id); in its_build_movi_cmd()
359 void __its_send_mapc(struct its_collection *col, int valid, bool verbose) in __its_send_mapc() argument
363 desc.its_mapc_cmd.col = col; in __its_send_mapc()
371 u32 event_id, struct its_collection *col, bool verbose) in __its_send_mapti() argument
378 desc.its_mapti_cmd.col_id = col->col_id; in __its_send_mapti()
395 void __its_send_movi(struct its_device *dev, struct its_collection *col, in __its_send_movi() argument
401 desc.its_movi_cmd.col = col; in __its_send_movi()
408 void __its_send_invall(struct its_collection *col, bool verbose) in __its_send_invall() argument
412 desc.its_invall_cmd.col = col; in __its_send_invall()
451 void __its_send_sync(struct its_collection *col, bool verbose) in __its_send_sync() argument
455 desc.its_sync_cmd.col = col; in __its_send_sync()