Home
last modified time | relevance | path

Searched refs:vword (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/8390/
H A Dstnic.c36 #define vword volatile unsigned int macro
81 vword trash; in STNIC_DELAY()
82 trash = *(vword *) 0xa0000000; in STNIC_DELAY()
83 trash = *(vword *) 0xa0000000; in STNIC_DELAY()
84 trash = *(vword *) 0xa0000000; in STNIC_DELAY()
/OK3568_Linux_fs/buildroot/package/crda/
H A D0001-crda-support-python-3-in-utils-key2pub.py.patch102 + for vword in vwords:
107 + output.write(u'0x{:016x}ULL, '.format(vword))
136 + for vword in vwords:
141 + output.write(u'0x{:08x}, '.format(vword))
205 + for vword in vwords:
210 + output.write(u'0x{:02x}, '.format(vword))