Searched refs:tg3 (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/netboot/ |
H A D | tg3.c | 26 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 D | Makefile.am | 23 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 D | Makefile.solaris | 80 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 D | tg3.h | 1988 struct tg3 { struct
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | configure.ac | 456 AC_ARG_ENABLE(tg3, optenable 457 [ --enable-tg3 enable Broadcom Tigon3 driver]) 460 NETBOOT_DRIVERS="$NETBOOT_DRIVERS tg3.o"
|
H A D | configure | 893 --enable-tg3 enable Broadcom Tigon3 driver
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | source-system-grub.mf | 176 file path=usr/share/src/grub/netboot/tg3.c 177 file path=usr/share/src/grub/netboot/tg3.h
|