/drivers/gpu/host1x/hw/ |
D | host1x02_hardware.h | 44 unsigned indx, unsigned base_indx, unsigned offset) in host1x_class_host_wait_syncpt_base() 52 unsigned base_indx, unsigned offset) in host1x_class_host_incr_syncpt_base() 66 unsigned mod_id, unsigned offset, bool auto_inc) in host1x_class_host_indoff_reg_write() 77 unsigned mod_id, unsigned offset, bool auto_inc) in host1x_class_host_indoff_reg_read() 89 unsigned class_id, unsigned offset, unsigned mask) in host1x_opcode_setclass() 94 static inline u32 host1x_opcode_incr(unsigned offset, unsigned count) in host1x_opcode_incr() 99 static inline u32 host1x_opcode_nonincr(unsigned offset, unsigned count) in host1x_opcode_nonincr() 104 static inline u32 host1x_opcode_mask(unsigned offset, unsigned mask) in host1x_opcode_mask() 109 static inline u32 host1x_opcode_imm(unsigned offset, unsigned value) in host1x_opcode_imm() 130 static inline u32 host1x_opcode_gather_nonincr(unsigned offset, unsigned count) in host1x_opcode_gather_nonincr() [all …]
|
D | host1x01_hardware.h | 44 unsigned indx, unsigned base_indx, unsigned offset) in host1x_class_host_wait_syncpt_base() 52 unsigned base_indx, unsigned offset) in host1x_class_host_incr_syncpt_base() 66 unsigned mod_id, unsigned offset, bool auto_inc) in host1x_class_host_indoff_reg_write() 77 unsigned mod_id, unsigned offset, bool auto_inc) in host1x_class_host_indoff_reg_read() 90 unsigned class_id, unsigned offset, unsigned mask) in host1x_opcode_setclass() 95 static inline u32 host1x_opcode_incr(unsigned offset, unsigned count) in host1x_opcode_incr() 100 static inline u32 host1x_opcode_nonincr(unsigned offset, unsigned count) in host1x_opcode_nonincr() 105 static inline u32 host1x_opcode_mask(unsigned offset, unsigned mask) in host1x_opcode_mask() 110 static inline u32 host1x_opcode_imm(unsigned offset, unsigned value) in host1x_opcode_imm() 131 static inline u32 host1x_opcode_gather_nonincr(unsigned offset, unsigned count) in host1x_opcode_gather_nonincr() [all …]
|
D | host1x04_hardware.h | 44 unsigned indx, unsigned base_indx, unsigned offset) in host1x_class_host_wait_syncpt_base() 52 unsigned base_indx, unsigned offset) in host1x_class_host_incr_syncpt_base() 66 unsigned mod_id, unsigned offset, bool auto_inc) in host1x_class_host_indoff_reg_write() 77 unsigned mod_id, unsigned offset, bool auto_inc) in host1x_class_host_indoff_reg_read() 89 unsigned class_id, unsigned offset, unsigned mask) in host1x_opcode_setclass() 94 static inline u32 host1x_opcode_incr(unsigned offset, unsigned count) in host1x_opcode_incr() 99 static inline u32 host1x_opcode_nonincr(unsigned offset, unsigned count) in host1x_opcode_nonincr() 104 static inline u32 host1x_opcode_mask(unsigned offset, unsigned mask) in host1x_opcode_mask() 109 static inline u32 host1x_opcode_imm(unsigned offset, unsigned value) in host1x_opcode_imm() 130 static inline u32 host1x_opcode_gather_nonincr(unsigned offset, unsigned count) in host1x_opcode_gather_nonincr() [all …]
|
D | host1x05_hardware.h | 44 unsigned indx, unsigned base_indx, unsigned offset) in host1x_class_host_wait_syncpt_base() 52 unsigned base_indx, unsigned offset) in host1x_class_host_incr_syncpt_base() 66 unsigned mod_id, unsigned offset, bool auto_inc) in host1x_class_host_indoff_reg_write() 77 unsigned mod_id, unsigned offset, bool auto_inc) in host1x_class_host_indoff_reg_read() 89 unsigned class_id, unsigned offset, unsigned mask) in host1x_opcode_setclass() 94 static inline u32 host1x_opcode_incr(unsigned offset, unsigned count) in host1x_opcode_incr() 99 static inline u32 host1x_opcode_nonincr(unsigned offset, unsigned count) in host1x_opcode_nonincr() 104 static inline u32 host1x_opcode_mask(unsigned offset, unsigned mask) in host1x_opcode_mask() 109 static inline u32 host1x_opcode_imm(unsigned offset, unsigned value) in host1x_opcode_imm() 130 static inline u32 host1x_opcode_gather_nonincr(unsigned offset, unsigned count) in host1x_opcode_gather_nonincr() [all …]
|
/drivers/ssb/ |
D | driver_gige.c | 32 static inline u8 gige_read8(struct ssb_gige *dev, u16 offset) in gige_read8() 37 static inline u16 gige_read16(struct ssb_gige *dev, u16 offset) in gige_read16() 42 static inline u32 gige_read32(struct ssb_gige *dev, u16 offset) in gige_read32() 48 u16 offset, u8 value) in gige_write8() 54 u16 offset, u16 value) in gige_write16() 60 u16 offset, u32 value) in gige_write32() 66 u8 gige_pcicfg_read8(struct ssb_gige *dev, unsigned int offset) in gige_pcicfg_read8() 73 u16 gige_pcicfg_read16(struct ssb_gige *dev, unsigned int offset) in gige_pcicfg_read16() 80 u32 gige_pcicfg_read32(struct ssb_gige *dev, unsigned int offset) in gige_pcicfg_read32() 88 unsigned int offset, u8 value) in gige_pcicfg_write8() [all …]
|
D | host_soc.c | 16 static u8 ssb_host_soc_read8(struct ssb_device *dev, u16 offset) in ssb_host_soc_read8() 24 static u16 ssb_host_soc_read16(struct ssb_device *dev, u16 offset) in ssb_host_soc_read16() 32 static u32 ssb_host_soc_read32(struct ssb_device *dev, u16 offset) in ssb_host_soc_read32() 42 size_t count, u16 offset, u8 reg_width) in ssb_host_soc_block_read() 89 static void ssb_host_soc_write8(struct ssb_device *dev, u16 offset, u8 value) in ssb_host_soc_write8() 97 static void ssb_host_soc_write16(struct ssb_device *dev, u16 offset, u16 value) in ssb_host_soc_write16() 105 static void ssb_host_soc_write32(struct ssb_device *dev, u16 offset, u32 value) in ssb_host_soc_write32() 115 size_t count, u16 offset, u8 reg_width) in ssb_host_soc_block_write()
|
/drivers/net/wireless/broadcom/b43/ |
D | bus.c | 57 static u16 b43_bus_bcma_read16(struct b43_bus_dev *dev, u16 offset) in b43_bus_bcma_read16() 61 static u32 b43_bus_bcma_read32(struct b43_bus_dev *dev, u16 offset) in b43_bus_bcma_read32() 66 void b43_bus_bcma_write16(struct b43_bus_dev *dev, u16 offset, u16 value) in b43_bus_bcma_write16() 71 void b43_bus_bcma_write32(struct b43_bus_dev *dev, u16 offset, u32 value) in b43_bus_bcma_write32() 77 size_t count, u16 offset, u8 reg_width) in b43_bus_bcma_block_read() 83 size_t count, u16 offset, u8 reg_width) in b43_bus_bcma_block_write() 163 static u16 b43_bus_ssb_read16(struct b43_bus_dev *dev, u16 offset) in b43_bus_ssb_read16() 167 static u32 b43_bus_ssb_read32(struct b43_bus_dev *dev, u16 offset) in b43_bus_ssb_read32() 171 static void b43_bus_ssb_write16(struct b43_bus_dev *dev, u16 offset, u16 value) in b43_bus_ssb_write16() 175 static void b43_bus_ssb_write32(struct b43_bus_dev *dev, u16 offset, u32 value) in b43_bus_ssb_write32() [all …]
|
/drivers/xen/xen-pciback/ |
D | conf_space_header.c | 32 static void *command_init(struct pci_dev *dev, int offset) in command_init() 49 static int command_read(struct pci_dev *dev, int offset, u16 *value, void *data) in command_read() 60 static int command_write(struct pci_dev *dev, int offset, u16 value, void *data) in command_write() 135 static int rom_write(struct pci_dev *dev, int offset, u32 value, void *data) in rom_write() 169 static int bar_write(struct pci_dev *dev, int offset, u32 value, void *data) in bar_write() 197 static int bar_read(struct pci_dev *dev, int offset, u32 * value, void *data) in bar_read() 212 static void *bar_init(struct pci_dev *dev, int offset) in bar_init() 245 static void bar_reset(struct pci_dev *dev, int offset, void *data) in bar_reset() 252 static void bar_release(struct pci_dev *dev, int offset, void *data) in bar_release() 257 static int xen_pcibk_read_vendor(struct pci_dev *dev, int offset, in xen_pcibk_read_vendor() [all …]
|
/drivers/bcma/ |
D | host_soc.c | 16 static u8 bcma_host_soc_read8(struct bcma_device *core, u16 offset) in bcma_host_soc_read8() 21 static u16 bcma_host_soc_read16(struct bcma_device *core, u16 offset) in bcma_host_soc_read16() 26 static u32 bcma_host_soc_read32(struct bcma_device *core, u16 offset) in bcma_host_soc_read32() 31 static void bcma_host_soc_write8(struct bcma_device *core, u16 offset, in bcma_host_soc_write8() 37 static void bcma_host_soc_write16(struct bcma_device *core, u16 offset, in bcma_host_soc_write16() 43 static void bcma_host_soc_write32(struct bcma_device *core, u16 offset, in bcma_host_soc_write32() 51 size_t count, u16 offset, u8 reg_width) in bcma_host_soc_block_read() 95 size_t count, u16 offset, u8 reg_width) in bcma_host_soc_block_write() 138 static u32 bcma_host_soc_aread32(struct bcma_device *core, u16 offset) in bcma_host_soc_aread32() 145 static void bcma_host_soc_awrite32(struct bcma_device *core, u16 offset, in bcma_host_soc_awrite32()
|
D | host_pci.c | 42 static u8 bcma_host_pci_read8(struct bcma_device *core, u16 offset) in bcma_host_pci_read8() 48 static u16 bcma_host_pci_read16(struct bcma_device *core, u16 offset) in bcma_host_pci_read16() 54 static u32 bcma_host_pci_read32(struct bcma_device *core, u16 offset) in bcma_host_pci_read32() 60 static void bcma_host_pci_write8(struct bcma_device *core, u16 offset, in bcma_host_pci_write8() 67 static void bcma_host_pci_write16(struct bcma_device *core, u16 offset, in bcma_host_pci_write16() 74 static void bcma_host_pci_write32(struct bcma_device *core, u16 offset, in bcma_host_pci_write32() 83 size_t count, u16 offset, u8 reg_width) in bcma_host_pci_block_read() 107 u16 offset, u8 reg_width) in bcma_host_pci_block_write() 130 static u32 bcma_host_pci_aread32(struct bcma_device *core, u16 offset) in bcma_host_pci_aread32() 137 static void bcma_host_pci_awrite32(struct bcma_device *core, u16 offset, in bcma_host_pci_awrite32()
|
/drivers/gpio/ |
D | gpio-cs5535.c | 86 static void __cs5535_gpio_set(struct cs5535_gpio_chip *chip, unsigned offset, in __cs5535_gpio_set() 97 void cs5535_gpio_set(unsigned offset, unsigned int reg) in cs5535_gpio_set() 108 static void __cs5535_gpio_clear(struct cs5535_gpio_chip *chip, unsigned offset, in __cs5535_gpio_clear() 119 void cs5535_gpio_clear(unsigned offset, unsigned int reg) in cs5535_gpio_clear() 130 int cs5535_gpio_isset(unsigned offset, unsigned int reg) in cs5535_gpio_isset() 168 void cs5535_gpio_setup_event(unsigned offset, int pair, int pme) in cs5535_gpio_setup_event() 206 static int chip_gpio_request(struct gpio_chip *c, unsigned offset) in chip_gpio_request() 233 static int chip_gpio_get(struct gpio_chip *chip, unsigned offset) in chip_gpio_get() 238 static void chip_gpio_set(struct gpio_chip *chip, unsigned offset, int val) in chip_gpio_set() 246 static int chip_direction_input(struct gpio_chip *c, unsigned offset) in chip_direction_input() [all …]
|
D | gpio-tz1090.c | 107 unsigned int offset) in _tz1090_gpio_clear_bit() 118 unsigned int offset) in tz1090_gpio_clear_bit() 130 unsigned int offset) in _tz1090_gpio_set_bit() 141 unsigned int offset) in tz1090_gpio_set_bit() 153 unsigned int offset, in _tz1090_gpio_mod_bit() 167 unsigned int offset, in tz1090_gpio_mod_bit() 179 unsigned int offset) in tz1090_gpio_read_bit() 187 unsigned int offset) in tz1090_gpio_direction_input() 196 unsigned int offset, int output_value) in tz1090_gpio_direction_output() 212 static int tz1090_gpio_get(struct gpio_chip *chip, unsigned int offset) in tz1090_gpio_get() [all …]
|
D | gpio-lp873x.c | 33 unsigned int offset) in lp873x_gpio_get_direction() 40 unsigned int offset) in lp873x_gpio_direction_input() 47 unsigned int offset, int value) in lp873x_gpio_direction_output() 57 static int lp873x_gpio_get(struct gpio_chip *chip, unsigned int offset) in lp873x_gpio_get() 69 static void lp873x_gpio_set(struct gpio_chip *chip, unsigned int offset, in lp873x_gpio_set() 79 static int lp873x_gpio_request(struct gpio_chip *gc, unsigned int offset) in lp873x_gpio_request() 104 unsigned int offset, in lp873x_gpio_set_single_ended()
|
D | gpio-max77620.c | 18 #define GPIO_REG_ADDR(offset) (MAX77620_REG_GPIO0 + offset) argument 100 static int max77620_gpio_dir_input(struct gpio_chip *gc, unsigned int offset) in max77620_gpio_dir_input() 114 static int max77620_gpio_get(struct gpio_chip *gc, unsigned int offset) in max77620_gpio_get() 132 static int max77620_gpio_dir_output(struct gpio_chip *gc, unsigned int offset, in max77620_gpio_dir_output() 159 unsigned int offset, in max77620_gpio_set_debounce() 192 static void max77620_gpio_set(struct gpio_chip *gc, unsigned int offset, in max77620_gpio_set() 209 unsigned int offset, in max77620_gpio_set_single_ended() 230 static int max77620_gpio_to_irq(struct gpio_chip *gc, unsigned int offset) in max77620_gpio_to_irq()
|
D | gpio-lp3943.c | 48 static int lp3943_gpio_request(struct gpio_chip *chip, unsigned offset) in lp3943_gpio_request() 60 static void lp3943_gpio_free(struct gpio_chip *chip, unsigned offset) in lp3943_gpio_free() 68 static int lp3943_gpio_set_mode(struct lp3943_gpio *lp3943_gpio, u8 offset, in lp3943_gpio_set_mode() 78 static int lp3943_gpio_direction_input(struct gpio_chip *chip, unsigned offset) in lp3943_gpio_direction_input() 88 struct gpio_chip *chip, unsigned offset) in lp3943_get_gpio_in_status() 113 struct gpio_chip *chip, unsigned offset) in lp3943_get_gpio_out_status() 134 static int lp3943_gpio_get(struct gpio_chip *chip, unsigned offset) in lp3943_gpio_get() 153 static void lp3943_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in lp3943_gpio_set() 166 static int lp3943_gpio_direction_output(struct gpio_chip *chip, unsigned offset, in lp3943_gpio_direction_output()
|
D | gpio-omap.c | 88 #define LINE_USED(line, offset) (line & (BIT(offset))) argument 116 static void omap_set_gpio_dataout_reg(struct gpio_bank *bank, unsigned offset, in omap_set_gpio_dataout_reg() 134 static void omap_set_gpio_dataout_mask(struct gpio_bank *bank, unsigned offset, in omap_set_gpio_dataout_mask() 150 static int omap_get_gpio_datain(struct gpio_bank *bank, int offset) in omap_get_gpio_datain() 157 static int omap_get_gpio_dataout(struct gpio_bank *bank, int offset) in omap_get_gpio_dataout() 214 static int omap2_set_gpio_debounce(struct gpio_bank *bank, unsigned offset, in omap2_set_gpio_debounce() 275 static void omap_clear_gpio_debounce(struct gpio_bank *bank, unsigned offset) in omap_clear_gpio_debounce() 428 static void omap_enable_gpio_module(struct gpio_bank *bank, unsigned offset) in omap_enable_gpio_module() 449 static void omap_disable_gpio_module(struct gpio_bank *bank, unsigned offset) in omap_disable_gpio_module() 474 static int omap_gpio_is_input(struct gpio_bank *bank, unsigned offset) in omap_gpio_is_input() [all …]
|
D | gpio-max730x.c | 51 static int max7301_direction_input(struct gpio_chip *chip, unsigned offset) in max7301_direction_input() 81 static int __max7301_set(struct max7301 *ts, unsigned offset, int value) in __max7301_set() 92 static int max7301_direction_output(struct gpio_chip *chip, unsigned offset, in max7301_direction_output() 121 static int max7301_get(struct gpio_chip *chip, unsigned offset) in max7301_get() 149 static void max7301_set(struct gpio_chip *chip, unsigned offset, int value) in max7301_set() 213 int offset = (i - 1) * 4 + j; in __max730x_probe() local
|
D | gpio-tps65218.c | 26 static int tps65218_gpio_get(struct gpio_chip *gc, unsigned offset) in tps65218_gpio_get() 40 static void tps65218_gpio_set(struct gpio_chip *gc, unsigned offset, in tps65218_gpio_set() 57 static int tps65218_gpio_output(struct gpio_chip *gc, unsigned offset, in tps65218_gpio_output() 65 static int tps65218_gpio_input(struct gpio_chip *gc, unsigned offset) in tps65218_gpio_input() 70 static int tps65218_gpio_request(struct gpio_chip *gc, unsigned offset) in tps65218_gpio_request() 142 unsigned offset, in tps65218_gpio_set_single_ended()
|
D | gpio-axp209.c | 35 static int axp20x_gpio_get_reg(unsigned offset) in axp20x_gpio_get_reg() 49 static int axp20x_gpio_input(struct gpio_chip *chip, unsigned offset) in axp20x_gpio_input() 63 static int axp20x_gpio_get(struct gpio_chip *chip, unsigned offset) in axp20x_gpio_get() 80 static int axp20x_gpio_get_direction(struct gpio_chip *chip, unsigned offset) in axp20x_gpio_get_direction() 109 static int axp20x_gpio_output(struct gpio_chip *chip, unsigned offset, in axp20x_gpio_output() 125 static void axp20x_gpio_set(struct gpio_chip *chip, unsigned offset, in axp20x_gpio_set()
|
/drivers/net/ethernet/intel/e1000e/ |
D | phy.c | 136 s32 e1000e_read_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 *data) in e1000e_read_phy_reg_mdic() 199 s32 e1000e_write_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 data) in e1000e_write_phy_reg_mdic() 264 s32 e1000e_read_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 *data) in e1000e_read_phy_reg_m88() 289 s32 e1000e_write_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 data) in e1000e_write_phy_reg_m88() 334 static s32 __e1000e_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data, in __e1000e_read_phy_reg_igp() 372 s32 e1000e_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data) in e1000e_read_phy_reg_igp() 386 s32 e1000e_read_phy_reg_igp_locked(struct e1000_hw *hw, u32 offset, u16 *data) in e1000e_read_phy_reg_igp_locked() 401 static s32 __e1000e_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data, in __e1000e_write_phy_reg_igp() 437 s32 e1000e_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data) in e1000e_write_phy_reg_igp() 451 s32 e1000e_write_phy_reg_igp_locked(struct e1000_hw *hw, u32 offset, u16 data) in e1000e_write_phy_reg_igp_locked() [all …]
|
/drivers/oprofile/ |
D | oprofile_files.c | 31 size_t count, loff_t *offset) in timeout_read() 39 size_t count, loff_t *offset) in timeout_write() 68 static ssize_t depth_read(struct file *file, char __user *buf, size_t count, loff_t *offset) in depth_read() 75 static ssize_t depth_write(struct file *file, char const __user *buf, size_t count, loff_t *offset) in depth_write() 105 static ssize_t pointer_size_read(struct file *file, char __user *buf, size_t count, loff_t *offset) in pointer_size_read() 117 static ssize_t cpu_type_read(struct file *file, char __user *buf, size_t count, loff_t *offset) in cpu_type_read() 129 static ssize_t enable_read(struct file *file, char __user *buf, size_t count, loff_t *offset) in enable_read() 135 static ssize_t enable_write(struct file *file, char const __user *buf, size_t count, loff_t *offset) in enable_write() 166 static ssize_t dump_write(struct file *file, char const __user *buf, size_t count, loff_t *offset) in dump_write()
|
/drivers/pinctrl/spear/ |
D | pinctrl-plgpio.c | 82 u32 offset = PIN_OFFSET(pin); in is_plgpio_set() local 91 u32 offset = PIN_OFFSET(pin); in plgpio_reg_set() local 100 u32 offset = PIN_OFFSET(pin); in plgpio_reg_reset() local 108 static int plgpio_direction_input(struct gpio_chip *chip, unsigned offset) in plgpio_direction_input() 127 static int plgpio_direction_output(struct gpio_chip *chip, unsigned offset, in plgpio_direction_output() 160 static int plgpio_get_value(struct gpio_chip *chip, unsigned offset) in plgpio_get_value() 177 static void plgpio_set_value(struct gpio_chip *chip, unsigned offset, int value) in plgpio_set_value() 197 static int plgpio_request(struct gpio_chip *chip, unsigned offset) in plgpio_request() 249 static void plgpio_free(struct gpio_chip *chip, unsigned offset) in plgpio_free() 284 int offset = d->hwirq; in plgpio_irq_disable() local [all …]
|
/drivers/net/ethernet/intel/e1000/ |
D | e1000_osdep.h | 48 #define GBE_CONFIG_FLASH_WRITE(base, offset, count, data) \ argument 51 #define GBE_CONFIG_FLASH_READ(base, offset, count, data) \ argument 62 #define E1000_WRITE_REG_ARRAY(a, reg, offset, value) ( \ argument 67 #define E1000_READ_REG_ARRAY(a, reg, offset) ( \ argument 75 #define E1000_WRITE_REG_ARRAY_WORD(a, reg, offset, value) ( \ argument 80 #define E1000_READ_REG_ARRAY_WORD(a, reg, offset) ( \ argument 85 #define E1000_WRITE_REG_ARRAY_BYTE(a, reg, offset, value) ( \ argument 90 #define E1000_READ_REG_ARRAY_BYTE(a, reg, offset) ( \ argument
|
/drivers/net/ethernet/broadcom/ |
D | bgmac-platform.c | 22 static u32 platform_bgmac_read(struct bgmac *bgmac, u16 offset) in platform_bgmac_read() 27 static void platform_bgmac_write(struct bgmac *bgmac, u16 offset, u32 value) in platform_bgmac_write() 32 static u32 platform_bgmac_idm_read(struct bgmac *bgmac, u16 offset) in platform_bgmac_idm_read() 37 static void platform_bgmac_idm_write(struct bgmac *bgmac, u16 offset, u32 value) in platform_bgmac_idm_write() 67 static void platform_bgmac_cco_ctl_maskset(struct bgmac *bgmac, u32 offset, in platform_bgmac_cco_ctl_maskset() 82 static void platform_bgmac_cmn_maskset32(struct bgmac *bgmac, u16 offset, in platform_bgmac_cmn_maskset32()
|
/drivers/net/wireless/ath/ath5k/ |
D | eeprom.c | 77 u32 cksum, offset, eep_max = AR5K_EEPROM_INFO_MAX; in ath5k_eeprom_init_header() local 189 static int ath5k_eeprom_read_ants(struct ath5k_hw *ah, u32 *offset, in ath5k_eeprom_read_ants() 249 static int ath5k_eeprom_read_modes(struct ath5k_hw *ah, u32 *offset, in ath5k_eeprom_read_modes() 472 u32 offset; in ath5k_eeprom_init_modes() local 510 ath5k_eeprom_read_freq_list(struct ath5k_hw *ah, int *offset, int max, in ath5k_eeprom_read_freq_list() 548 ath5k_eeprom_init_11a_pcal_freq(struct ath5k_hw *ah, int offset) in ath5k_eeprom_init_11a_pcal_freq() 601 ath5k_eeprom_init_11bg_2413(struct ath5k_hw *ah, unsigned int mode, int offset) in ath5k_eeprom_init_11bg_2413() 797 int offset, ret; in ath5k_eeprom_read_pcal_info_5111() local 1022 u32 offset; in ath5k_eeprom_read_pcal_info_5112() local 1167 u32 offset = AR5K_EEPROM_CAL_DATA_START(ee->ee_misc4); in ath5k_cal_data_offset_2413() local [all …]
|