Home
last modified time | relevance | path

Searched refs:EE_CS (Results 1 – 9 of 9) sorted by relevance

/linux-5.19.10/drivers/media/pci/solo6x10/
Dsolo6x10-eeprom.c19 #define EE_CS 0x08 macro
22 #define EE_ENB (0x80 | EE_CS)
88 solo_eeprom_reg_write(solo_dev, ~EE_CS); in solo_eeprom_ewen()
109 solo_eeprom_reg_write(solo_dev, ~EE_CS); in solo_eeprom_read()
132 solo_eeprom_reg_write(solo_dev, ~EE_CS); in solo_eeprom_write()
138 solo_eeprom_reg_write(solo_dev, ~EE_CS); in solo_eeprom_write()
/linux-5.19.10/drivers/net/ethernet/8390/
Dpcnet_cs.c760 #define EE_CS 0x08 macro
776 outb(EE_EEP|EE_CS, ee_addr); in read_eeprom()
781 outb_p(EE_EEP|EE_CS|dataval, ee_addr); in read_eeprom()
782 outb_p(EE_EEP|EE_CS|dataval|EE_CK, ee_addr); in read_eeprom()
784 outb(EE_EEP|EE_CS, ee_addr); in read_eeprom()
787 outb_p(EE_EEP|EE_CS | EE_CK, ee_addr); in read_eeprom()
789 outb_p(EE_EEP|EE_CS, ee_addr); in read_eeprom()
813 outb(EE_ASIC|EE_CS|EE_DI, ee_addr); in write_asic()
820 outb_p(EE_ASIC|EE_CS|EE_DI|dataval, ee_addr); in write_asic()
821 outb_p(EE_ASIC|EE_CS|EE_DI|dataval|EE_CK, ee_addr); in write_asic()
[all …]
/linux-5.19.10/drivers/net/ethernet/dec/tulip/
Deeprom.c324 #define EE_CS 0x01 /* EEPROM chip select. */ macro
329 #define EE_ENB (0x4800 | EE_CS)
354 iowrite32(EE_ENB & ~EE_CS, ee_addr); in tulip_read_eeprom()
378 iowrite32(EE_ENB & ~EE_CS, ee_addr); in tulip_read_eeprom()
Dde2104x.c213 EE_CS = 0x01, /* EEPROM chip select. */ enumerator
218 EE_ENB = (0x4800 | EE_CS),
1772 writel(EE_ENB & ~EE_CS, ee_addr); in tulip_read_eeprom()
1796 writel(EE_ENB & ~EE_CS, ee_addr); in tulip_read_eeprom()
/linux-5.19.10/drivers/net/ethernet/realtek/
Datp.h252 #define EE_CS 0x02 /* EEPROM chip select. */ macro
D8139cp.c1647 #define EE_CS 0x08 /* EEPROM chip select. */ macro
1652 #define EE_ENB (0x80 | EE_CS)
1675 writeb (EE_ENB & ~EE_CS, ee_addr); in eeprom_cmd_start()
D8139too.c1135 #define EE_CS 0x08 /* EEPROM chip select. */ macro
1140 #define EE_ENB (0x80 | EE_CS)
1159 RTL_W8 (Cfg9346, EE_ENB & ~EE_CS); in read_eeprom()
Datp.c415 write_reg_high(ioaddr, PROM_CMD, EE_CLK_LOW & ~EE_CS); in eeprom_op()
/linux-5.19.10/drivers/net/ethernet/smsc/
Depic100.c520 #define EE_CS 0x02 /* EEPROM chip select. */ macro
525 #define EE_ENB (0x0001 | EE_CS)
579 ew32(EECTL, EE_ENB & ~EE_CS); in read_eeprom()
601 ew32(EECTL, EE_ENB & ~EE_CS); in read_eeprom()