Home
last modified time | relevance | path

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

/drivers/net/ethernet/broadcom/
Dtg3.c469 static void tg3_write32(struct tg3 *tp, u32 off, u32 val) in tg3_write32()
474 static u32 tg3_read32(struct tg3 *tp, u32 off) in tg3_read32()
479 static void tg3_ape_write32(struct tg3 *tp, u32 off, u32 val) in tg3_ape_write32()
484 static u32 tg3_ape_read32(struct tg3 *tp, u32 off) in tg3_ape_read32()
489 static void tg3_write_indirect_reg32(struct tg3 *tp, u32 off, u32 val) in tg3_write_indirect_reg32()
499 static void tg3_write_flush_reg32(struct tg3 *tp, u32 off, u32 val) in tg3_write_flush_reg32()
505 static u32 tg3_read_indirect_reg32(struct tg3 *tp, u32 off) in tg3_read_indirect_reg32()
517 static void tg3_write_indirect_mbox(struct tg3 *tp, u32 off, u32 val) in tg3_write_indirect_mbox()
547 static u32 tg3_read_indirect_mbox(struct tg3 *tp, u32 off) in tg3_read_indirect_mbox()
564 static void _tw32_flush(struct tg3 *tp, u32 off, u32 val, u32 usec_wait) in _tw32_flush()
[all …]
DMakefile13 obj-$(CONFIG_TIGON3) += tg3.o
Dtg3.h3006 struct tg3 *tp;
3137 struct tg3 { struct
3179 u32 (*read32) (struct tg3 *, u32); argument
3180 void (*write32) (struct tg3 *, u32, u32); argument
3181 u32 (*read32_mbox) (struct tg3 *, u32); argument
3182 void (*write32_mbox) (struct tg3 *, u32, argument
3197 void (*write32_tx_mbox) (struct tg3 *, u32, argument
3206 void (*write32_rx_mbox) (struct tg3 *, u32, argument
DKconfig123 will be called tg3. This is recommended.