eeprom_93cx6
static void eeprom_93cx6_read_bits(struct eeprom_93cx6 *eeprom,
void eeprom_93cx6_read(struct eeprom_93cx6 *eeprom, const u8 word,
static inline void eeprom_93cx6_pulse_high(struct eeprom_93cx6 *eeprom)
void eeprom_93cx6_multiread(struct eeprom_93cx6 *eeprom, const u8 word,
void eeprom_93cx6_readb(struct eeprom_93cx6 *eeprom, const u8 byte,
void eeprom_93cx6_multireadb(struct eeprom_93cx6 *eeprom, const u8 byte,
void eeprom_93cx6_wren(struct eeprom_93cx6 *eeprom, bool enable)
void eeprom_93cx6_write(struct eeprom_93cx6 *eeprom, u8 addr, u16 data)
static inline void eeprom_93cx6_pulse_low(struct eeprom_93cx6 *eeprom)
static void eeprom_93cx6_startup(struct eeprom_93cx6 *eeprom)
static void eeprom_93cx6_cleanup(struct eeprom_93cx6 *eeprom)
static void eeprom_93cx6_write_bits(struct eeprom_93cx6 *eeprom,
static void ax_eeprom_register_read(struct eeprom_93cx6 *eeprom)
static void ax_eeprom_register_write(struct eeprom_93cx6 *eeprom)
struct eeprom_93cx6 eeprom;
struct eeprom_93cx6 eeprom;
static void ks8851_eeprom_regread(struct eeprom_93cx6 *ee)
static void ks8851_eeprom_regwrite(struct eeprom_93cx6 *ee)
struct eeprom_93cx6 eeprom = {
static void adm8211_eeprom_register_read(struct eeprom_93cx6 *eeprom)
static void adm8211_eeprom_register_write(struct eeprom_93cx6 *eeprom)
static void rt2400pci_eepromregister_read(struct eeprom_93cx6 *eeprom)
static void rt2400pci_eepromregister_write(struct eeprom_93cx6 *eeprom)
struct eeprom_93cx6 eeprom;
static void rt2500pci_eepromregister_read(struct eeprom_93cx6 *eeprom)
static void rt2500pci_eepromregister_write(struct eeprom_93cx6 *eeprom)
struct eeprom_93cx6 eeprom;
struct eeprom_93cx6 eeprom;
static void rt2800pci_eepromregister_read(struct eeprom_93cx6 *eeprom)
static void rt2800pci_eepromregister_write(struct eeprom_93cx6 *eeprom)
static void rt61pci_eepromregister_read(struct eeprom_93cx6 *eeprom)
static void rt61pci_eepromregister_write(struct eeprom_93cx6 *eeprom)
struct eeprom_93cx6 eeprom;
static void rtl8180_eeprom_register_read(struct eeprom_93cx6 *eeprom)
static void rtl8180_eeprom_register_write(struct eeprom_93cx6 *eeprom)
struct eeprom_93cx6 eeprom;
static void rtl8187_eeprom_register_read(struct eeprom_93cx6 *eeprom)
static void rtl8187_eeprom_register_write(struct eeprom_93cx6 *eeprom)
struct eeprom_93cx6 eeprom;
static void wd719x_eeprom_reg_read(struct eeprom_93cx6 *eeprom)
static void wd719x_eeprom_reg_write(struct eeprom_93cx6 *eeprom)
struct eeprom_93cx6 eeprom;
struct eeprom_93cx6 eeprom;
static void exar_eeprom_93cx6_reg_read(struct eeprom_93cx6 *eeprom)
static void exar_eeprom_93cx6_reg_write(struct eeprom_93cx6 *eeprom)
void (*register_read)(struct eeprom_93cx6 *eeprom);
void (*register_write)(struct eeprom_93cx6 *eeprom);
extern void eeprom_93cx6_read(struct eeprom_93cx6 *eeprom,
extern void eeprom_93cx6_multiread(struct eeprom_93cx6 *eeprom,
extern void eeprom_93cx6_readb(struct eeprom_93cx6 *eeprom,
extern void eeprom_93cx6_multireadb(struct eeprom_93cx6 *eeprom,
extern void eeprom_93cx6_wren(struct eeprom_93cx6 *eeprom, bool enable);
extern void eeprom_93cx6_write(struct eeprom_93cx6 *eeprom,
static inline bool has_quirk_extra_read_cycle(struct eeprom_93cx6 *eeprom)