Symbol: tr32
usr/src/grub/grub-0.97/netboot/tg3.c
115
tr32(reg);
usr/src/grub/grub-0.97/netboot/tg3.c
1216
(tr32(MAC_STATUS) & MAC_STATUS_PCS_SYNCED)) {
usr/src/grub/grub-0.97/netboot/tg3.c
122
tr32(reg);
usr/src/grub/grub-0.97/netboot/tg3.c
1257
if (tr32(MAC_STATUS) & MAC_STATUS_PCS_SYNCED) {
usr/src/grub/grub-0.97/netboot/tg3.c
1312
if ((tr32(MAC_STATUS) &
usr/src/grub/grub-0.97/netboot/tg3.c
1318
(tr32(MAC_STATUS) & MAC_STATUS_PCS_SYNCED)) {
usr/src/grub/grub-0.97/netboot/tg3.c
1338
if ((tr32(MAC_STATUS) &
usr/src/grub/grub-0.97/netboot/tg3.c
1344
if ((tr32(MAC_STATUS) & MAC_STATUS_PCS_SYNCED) == 0)
usr/src/grub/grub-0.97/netboot/tg3.c
1368
if ((tr32(MAC_STATUS) & MAC_STATUS_PCS_SYNCED) == 0) {
usr/src/grub/grub-0.97/netboot/tg3.c
1432
val = tr32(ofs);
usr/src/grub/grub-0.97/netboot/tg3.c
1435
tr32(ofs);
usr/src/grub/grub-0.97/netboot/tg3.c
1439
val = tr32(ofs);
usr/src/grub/grub-0.97/netboot/tg3.c
1486
if (!(tr32(MAC_TX_MODE) & TX_MODE_ENABLE))
usr/src/grub/grub-0.97/netboot/tg3.c
1491
tr32(MAC_TX_MODE));
usr/src/grub/grub-0.97/netboot/tg3.c
1527
if (tr32(NVRAM_SWARB) & SWARB_GNT1)
usr/src/grub/grub-0.97/netboot/tg3.c
154
clock_ctrl = tr32(TG3PCI_CLOCK_CTRL);
usr/src/grub/grub-0.97/netboot/tg3.c
1589
val = tr32(GRC_RX_CPU_EVENT);
usr/src/grub/grub-0.97/netboot/tg3.c
1595
if (!(tr32(GRC_RX_CPU_EVENT) & (1 << 14)))
usr/src/grub/grub-0.97/netboot/tg3.c
1794
val = tr32(TG3PCI_PCISTATE);
usr/src/grub/grub-0.97/netboot/tg3.c
1869
if (tr32(BUFMGR_MODE) & BUFMGR_MODE_ENABLE)
usr/src/grub/grub-0.97/netboot/tg3.c
1881
if (tr32(FTQ_RESET) == 0x00000000)
usr/src/grub/grub-0.97/netboot/tg3.c
192
frame_val = tr32(MAC_MI_COM);
usr/src/grub/grub-0.97/netboot/tg3.c
196
frame_val = tr32(MAC_MI_COM);
usr/src/grub/grub-0.97/netboot/tg3.c
2002
if (!(tr32(TG3PCI_PCISTATE) & PCISTATE_BUS_SPEED_HIGH) &&
usr/src/grub/grub-0.97/netboot/tg3.c
2012
if (!(tr32(HOSTCC_MODE) & HOSTCC_MODE_ENABLE))
usr/src/grub/grub-0.97/netboot/tg3.c
2028
tr32(MAILBOX_INTERRUPT_0);
usr/src/grub/grub-0.97/netboot/tg3.c
2040
((tr32(TG3PCI_PCISTATE) & PCISTATE_BUS_SPEED_HIGH) != 0) &&
usr/src/grub/grub-0.97/netboot/tg3.c
2047
val = tr32(TG3PCI_X_CAPS);
usr/src/grub/grub-0.97/netboot/tg3.c
2169
tr32(MAC_LOW_WMARK_MAX_RX_FRAME);
usr/src/grub/grub-0.97/netboot/tg3.c
2225
tr32(GRC_LOCAL_CTRL) | GRC_LCLCTRL_AUTO_SEEPROM);
usr/src/grub/grub-0.97/netboot/tg3.c
2229
uint32_t nvcfg1 = tr32(NVRAM_CFG1);
usr/src/grub/grub-0.97/netboot/tg3.c
2257
tmp = tr32(GRC_EEPROM_ADDR) & ~(EEPROM_ADDR_ADDR_MASK |
usr/src/grub/grub-0.97/netboot/tg3.c
2268
tmp = tr32(GRC_EEPROM_ADDR);
usr/src/grub/grub-0.97/netboot/tg3.c
2278
*val = tr32(GRC_EEPROM_DATA);
usr/src/grub/grub-0.97/netboot/tg3.c
2299
if (tr32(NVRAM_SWARB) & SWARB_GNT1)
usr/src/grub/grub-0.97/netboot/tg3.c
231
frame_val = tr32(MAC_MI_COM);
usr/src/grub/grub-0.97/netboot/tg3.c
2314
!(tr32(NVRAM_CMD) & NVRAM_CMD_DONE))
usr/src/grub/grub-0.97/netboot/tg3.c
2317
(tr32(NVRAM_CMD) & NVRAM_CMD_DONE))
usr/src/grub/grub-0.97/netboot/tg3.c
2325
*val = bswap_32(tr32(NVRAM_RDDATA));
usr/src/grub/grub-0.97/netboot/tg3.c
234
frame_val = tr32(MAC_MI_COM);
usr/src/grub/grub-0.97/netboot/tg3.c
2764
grc_misc_cfg = tr32(GRC_MISC_CFG);
usr/src/grub/grub-0.97/netboot/tg3.c
2845
hi = tr32(MAC_ADDR_0_HIGH);
usr/src/grub/grub-0.97/netboot/tg3.c
2846
lo = tr32(MAC_ADDR_0_LOW);
usr/src/grub/grub-0.97/netboot/tg3.c
2893
uint32_t ccval = tr32(TG3PCI_CLOCK_CTRL) & 0x1f;
usr/src/grub/grub-0.97/netboot/tg3.c
2950
mac_stat = tr32(MAC_STATUS);
usr/src/grub/grub-0.97/netboot/tg3.c
2987
tr32(MAILBOX_INTERRUPT_0 + TG3_64BIT_REG_LOW);
usr/src/grub/grub-0.97/netboot/tg3.c
971
if (tr32(MAC_STATUS) & MAC_STATUS_RCVD_CFG) {
usr/src/grub/grub-0.97/netboot/tg3.c
972
rx_cfg_reg = tr32(MAC_RX_AUTO_NEG);