// SPDX-License-Identifier: GPL-2.0 /* * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. * * Based on the r8180 driver, which is: * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. * * Contact Information: wlanfae <wlanfae@realtek.com> */ #include "rtl_core.h" #include "rtl_eeprom.h" static void _rtl92e_gpio_write_bit(struct net_device *dev, int no, bool val) { … } static bool _rtl92e_gpio_get_bit(struct net_device *dev, int no) { … } static void _rtl92e_eeprom_ck_cycle(struct net_device *dev) { … } static u16 _rtl92e_eeprom_xfer(struct net_device *dev, u16 data, int tx_len) { … } u32 rtl92e_eeprom_read(struct net_device *dev, u32 addr) { … }