Home
last modified time | relevance | path

Searched defs:tag_id (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Dspu_save.c66 unsigned int tag_id = 0; in save_upper_240kb() local
122 unsigned int tag_id = 0; in spill_regs_to_mem() local
139 unsigned int tag_id = 0; in enqueue_sync() local
Dspu_restore.c50 unsigned int tag_id = 0; in fetch_regs_from_mem() local
66 unsigned int tag_id = 0; in restore_upper_240kb() local
Dspu_utils.h114 unsigned int tag_id = 0; in enqueue_putllc() local
/linux-4.4.14/drivers/bluetooth/
Dbtqca.c116 u16 tag_id, tag_len; in rome_tlv_check_data() local
Dbtqca.h106 __le16 tag_id; member
/linux-4.4.14/arch/powerpc/include/asm/
Dspu.h88 #define MFC_TAGID_TO_TAGMASK(tag_id) (1 << (tag_id & 0x1F)) argument