Home
last modified time | relevance | path

Searched refs:tg3 (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c26 struct tg3 tg3; variable
100 pci_write_config_dword(tg3.pdev, TG3PCI_REG_BASE_ADDR, off); in tg3_write_indirect_reg32()
101 pci_write_config_dword(tg3.pdev, TG3PCI_REG_DATA, val); in tg3_write_indirect_reg32()
105 #define tw32_mailbox(reg, val) writel(((val) & 0xffffffff), tg3.regs + (reg))
106 #define tw16(reg,val) writew(((val) & 0xffff), tg3.regs + (reg))
107 #define tw8(reg,val) writeb(((val) & 0xff), tg3.regs + (reg))
108 #define tr32(reg) readl(tg3.regs + (reg))
109 #define tr16(reg) readw(tg3.regs + (reg))
110 #define tr8(reg) readb(tg3.regs + (reg))
127 pci_write_config_dword(tg3.pdev, TG3PCI_MEM_WIN_BASE_ADDR, off); in tg3_write_mem()
[all …]
H A DMakefile.am23 sundance.c tg3.c tg3.h tlan.c tlan.h tulip.c via-rhine.c \
65 tg3_drivers = tg3.o
210 $(tg3_drivers): tg3.c tg3.h
211 $(tg3_drivers): %.o: tg3.c
H A DMakefile.solaris80 tg3.o := DRIVER_DEFS = -DINCLUDE_TG3=1
103 tg3.o := DRIVER_SRC = tg3.c
134 tftp.h tg3.c tg3.h timer.c timer.h tlan.c tlan.h tulip.c \
H A Dtg3.h1988 struct tg3 { struct
/titanic_44/usr/src/grub/grub-0.97/
H A Dconfigure.ac456 AC_ARG_ENABLE(tg3, optenable
457 [ --enable-tg3 enable Broadcom Tigon3 driver])
460 NETBOOT_DRIVERS="$NETBOOT_DRIVERS tg3.o"
H A Dconfigure893 --enable-tg3 enable Broadcom Tigon3 driver
/titanic_44/usr/src/pkg/manifests/
H A Dsource-system-grub.mf176 file path=usr/share/src/grub/netboot/tg3.c
177 file path=usr/share/src/grub/netboot/tg3.h