Home
last modified time | relevance | path

Searched refs:gi (Results 1 – 6 of 6) sorted by relevance

/include/soc/mscc/
Docelot.h665 #define ocelot_read_ix(ocelot, reg, gi, ri) __ocelot_read_ix(ocelot, reg, reg##_GSZ * (gi) + reg##_… argument
666 #define ocelot_read_gix(ocelot, reg, gi) __ocelot_read_ix(ocelot, reg, reg##_GSZ * (gi)) argument
670 #define ocelot_write_ix(ocelot, val, reg, gi, ri) __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * ( argument
671 #define ocelot_write_gix(ocelot, val, reg, gi) __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (gi)) argument
675 #define ocelot_rmw_ix(ocelot, val, m, reg, gi, ri) __ocelot_rmw_ix(ocelot, val, m, reg, reg##_GSZ *… argument
676 #define ocelot_rmw_gix(ocelot, val, m, reg, gi) __ocelot_rmw_ix(ocelot, val, m, reg, reg##_GSZ * (g… argument
685 #define ocelot_target_read_ix(ocelot, target, reg, gi, ri) \ argument
686 __ocelot_target_read_ix(ocelot, target, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri))
687 #define ocelot_target_read_gix(ocelot, target, reg, gi) \ argument
688 __ocelot_target_read_ix(ocelot, target, reg, reg##_GSZ * (gi))
[all …]
/include/linux/usb/
Dgadget_configfs.h51 struct struct_member *gi; \
67 gi = container_of(group, struct struct_member, strings_group); \
69 list_for_each_entry(gs, &gi->string_list, list) { \
78 list_add_tail(&new->list, &gi->string_list); \
Dpd_vdo.h487 #define VDO_VPD(hw, fw, ver, vbm, curr, vbi, gi, ct) \ argument
490 | ((gi) & 0x3f) << 1 | (ct))
/include/linux/
Dcred.h40 static inline struct group_info *get_group_info(struct group_info *gi) in get_group_info() argument
42 atomic_inc(&gi->usage); in get_group_info()
43 return gi; in get_group_info()
/include/dt-bindings/usb/
Dpd.h463 #define VDO_VPD(hw, fw, ver, vbm, curr, vbi, gi, ct) \ argument
466 | ((gi) & 0x3f) << 1 | (ct))
/include/net/
Dcfg80211.h713 enum nl80211_txrate_gi gi; member