Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c1499 tw32(FTQ_RESET, 0xffffffff); in tg3_abort_hw()
1500 tw32(FTQ_RESET, 0x00000000); in tg3_abort_hw()
1878 tw32(FTQ_RESET, 0xffffffff); in tg3_setup_hw()
1879 tw32(FTQ_RESET, 0x00000000); in tg3_setup_hw()
1881 if (tr32(FTQ_RESET) == 0x00000000) in tg3_setup_hw()
H A Dtg3.h1270 #define FTQ_RESET 0x00005c00 macro