Searched refs:_ptmp (Results 1 – 5 of 5) sorted by relevance
203 struct himedia_device *_ptmp = NULL; in himedia_unregister() local215 osal_list_for_each_entry_safe(ptmp, _ptmp, &himedia_list, list) { in himedia_unregister()
4656 uint8 _ptmp = (_p)->info[_off] & ~(_mask); \4657 (_p)->info[(_off)] = _ptmp | (((_val) << (_shift)) & (_mask)); \
5042 uint8 _ptmp = (_p)->info[_off] & ~(_mask); \5043 (_p)->info[(_off)] = _ptmp | (((_val) << (_shift)) & (_mask)); \
4875 uint8 _ptmp = (_p)->info[_off] & ~(_mask); \4876 (_p)->info[(_off)] = _ptmp | (((_val) << (_shift)) & (_mask)); \
5359 uint8 _ptmp = (_p)->info[_off] & ~(_mask); \5360 (_p)->info[(_off)] = _ptmp | (((_val) << (_shift)) & (_mask)); \