/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-pexp-defs.h | 31 #define CVMX_PEXP_NPEI_BAR1_INDEXX(offset) (CVMX_ADD_IO_SEG(0x00011F0000008000ull) + ((offset) & 31… argument 43 #define CVMX_PEXP_NPEI_DMAX_COUNTS(offset) (CVMX_ADD_IO_SEG(0x00011F0000008450ull) + ((offset) & 7)… argument 44 #define CVMX_PEXP_NPEI_DMAX_DBELL(offset) (CVMX_ADD_IO_SEG(0x00011F00000083B0ull) + ((offset) & 7) … argument 45 #define CVMX_PEXP_NPEI_DMAX_IBUFF_SADDR(offset) (CVMX_ADD_IO_SEG(0x00011F0000008400ull) + ((offset)… argument 46 #define CVMX_PEXP_NPEI_DMAX_NADDR(offset) (CVMX_ADD_IO_SEG(0x00011F00000084A0ull) + ((offset) & 7) … argument 68 #define CVMX_PEXP_NPEI_MEM_ACCESS_SUBIDX(offset) (CVMX_ADD_IO_SEG(0x00011F0000008280ull) + ((offset… argument 92 #define CVMX_PEXP_NPEI_PKTX_CNTS(offset) (CVMX_ADD_IO_SEG(0x00011F000000A400ull) + ((offset) & 31) … argument 93 #define CVMX_PEXP_NPEI_PKTX_INSTR_BADDR(offset) (CVMX_ADD_IO_SEG(0x00011F000000A800ull) + ((offset)… argument 94 #define CVMX_PEXP_NPEI_PKTX_INSTR_BAOFF_DBELL(offset) (CVMX_ADD_IO_SEG(0x00011F000000AC00ull) + ((o… argument 95 #define CVMX_PEXP_NPEI_PKTX_INSTR_FIFO_RSIZE(offset) (CVMX_ADD_IO_SEG(0x00011F000000B000ull) + ((of… argument [all …]
|
/linux/drivers/md/dm-vdo/ |
H A D | numeric.h | 18 static inline void decode_s64_le(const u8 *buffer, size_t *offset, s64 *decoded) in decode_s64_le() 24 static inline void encode_s64_le(u8 *data, size_t *offset, s64 to_encode) in encode_s64_le() 30 static inline void decode_u64_le(const u8 *buffer, size_t *offset, u64 *decoded) in decode_u64_le() 36 static inline void encode_u64_le(u8 *data, size_t *offset, u64 to_encode) in encode_u64_le() 42 static inline void decode_s32_le(const u8 *buffer, size_t *offset, s32 *decoded) in decode_s32_le() 48 static inline void encode_s32_le(u8 *data, size_t *offset, s32 to_encode) in encode_s32_le() 54 static inline void decode_u32_le(const u8 *buffer, size_t *offset, u32 *decoded) in decode_u32_le() 60 static inline void encode_u32_le(u8 *data, size_t *offset, u32 to_encode) in encode_u32_le() 66 static inline void decode_u16_le(const u8 *buffer, size_t *offset, u16 *decoded) in decode_u16_le() 72 static inline void encode_u16_le(u8 *data, size_t *offset, u16 to_encode) in encode_u16_le()
|
H A D | encodings.c | 204 static void encode_version_number(u8 *buffer, size_t *offset, in encode_version_number() 213 void vdo_encode_header(u8 *buffer, size_t *offset, const struct header *header) in vdo_encode_header() 221 static void decode_version_number(u8 *buffer, size_t *offset, in decode_version_number() 231 void vdo_decode_header(u8 *buffer, size_t *offset, struct header *header) in vdo_decode_header() 248 static void decode_volume_geometry(u8 *buffer, size_t *offset, in decode_volume_geometry() 303 size_t offset = 0; in vdo_parse_geometry_block() local 366 static int decode_block_map_state_2_0(u8 *buffer, size_t *offset, in decode_block_map_state_2_0() 415 static void encode_block_map_state_2_0(u8 *buffer, size_t *offset, in encode_block_map_state_2_0() 468 static void encode_recovery_journal_state_7_0(u8 *buffer, size_t *offset, in encode_recovery_journal_state_7_0() 491 static int __must_check decode_recovery_journal_state_7_0(u8 *buffer, size_t *offset, in decode_recovery_journal_state_7_0() [all …]
|
/linux/drivers/gpu/host1x/hw/ |
H A D | opcodes.h | 28 unsigned indx, unsigned base_indx, unsigned offset) in host1x_class_host_wait_syncpt_base() 36 unsigned base_indx, unsigned offset) in host1x_class_host_incr_syncpt_base() 50 unsigned mod_id, unsigned offset, bool auto_inc) in host1x_class_host_indoff_reg_write() 61 unsigned mod_id, unsigned offset, bool auto_inc) in host1x_class_host_indoff_reg_read() 72 unsigned class_id, unsigned offset, unsigned mask) in host1x_opcode_setclass() 77 static inline u32 host1x_opcode_incr(unsigned offset, unsigned count) in host1x_opcode_incr() 82 static inline u32 host1x_opcode_nonincr(unsigned offset, unsigned count) in host1x_opcode_nonincr() 87 static inline u32 host1x_opcode_mask(unsigned offset, unsigned mask) in host1x_opcode_mask() 92 static inline u32 host1x_opcode_imm(unsigned offset, unsigned value) in host1x_opcode_imm() 113 static inline u32 host1x_opcode_gather_nonincr(unsigned offset, unsigned count) in host1x_opcode_gather_nonincr() [all …]
|
/linux/arch/mips/alchemy/common/ |
H A D | gpiolib.c | 38 static int gpio2_get(struct gpio_chip *chip, unsigned offset) in gpio2_get() 43 static void gpio2_set(struct gpio_chip *chip, unsigned offset, int value) in gpio2_set() 48 static int gpio2_direction_input(struct gpio_chip *chip, unsigned offset) in gpio2_direction_input() 53 static int gpio2_direction_output(struct gpio_chip *chip, unsigned offset, in gpio2_direction_output() 60 static int gpio2_to_irq(struct gpio_chip *chip, unsigned offset) in gpio2_to_irq() 66 static int gpio1_get(struct gpio_chip *chip, unsigned offset) in gpio1_get() 72 unsigned offset, int value) in gpio1_set() 77 static int gpio1_direction_input(struct gpio_chip *chip, unsigned offset) in gpio1_direction_input() 83 unsigned offset, int value) in gpio1_direction_output() 89 static int gpio1_to_irq(struct gpio_chip *chip, unsigned offset) in gpio1_to_irq()
|
/linux/drivers/ssb/ |
H A 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 …]
|
H A 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()
|
/linux/include/linux/ |
H A D | rio_drv.h | 54 static inline int rio_local_read_config_32(struct rio_mport *port, u32 offset, in rio_local_read_config_32() 69 static inline int rio_local_write_config_32(struct rio_mport *port, u32 offset, in rio_local_write_config_32() 84 static inline int rio_local_read_config_16(struct rio_mport *port, u32 offset, in rio_local_read_config_16() 100 static inline int rio_local_write_config_16(struct rio_mport *port, u32 offset, in rio_local_write_config_16() 115 static inline int rio_local_read_config_8(struct rio_mport *port, u32 offset, in rio_local_read_config_8() 130 static inline int rio_local_write_config_8(struct rio_mport *port, u32 offset, in rio_local_write_config_8() 145 static inline int rio_read_config_32(struct rio_dev *rdev, u32 offset, in rio_read_config_32() 161 static inline int rio_write_config_32(struct rio_dev *rdev, u32 offset, in rio_write_config_32() 177 static inline int rio_read_config_16(struct rio_dev *rdev, u32 offset, in rio_read_config_16() 193 static inline int rio_write_config_16(struct rio_dev *rdev, u32 offset, in rio_write_config_16() [all …]
|
/linux/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_hal.c | 44 u64 offset; in nitrox_config_emu_unit() local 70 u64 offset; in reset_pkt_input_ring() local 98 u64 offset; in enable_pkt_input_ring() local 128 u64 offset; in nitrox_config_pkt_input_rings() local 166 u64 offset; in reset_pkt_solicit_port() local 195 u64 offset; in enable_pkt_solicit_port() local 221 u64 offset; in config_pkt_solicit_port() local 315 u64 offset; in reset_aqm_ring() local 343 u64 offset; in enable_aqm_ring() local 361 u64 offset; in nitrox_config_aqm_rings() local [all …]
|
/linux/drivers/net/wireless/broadcom/b43/ |
H A D | bus.c | 44 static u16 b43_bus_bcma_read16(struct b43_bus_dev *dev, u16 offset) in b43_bus_bcma_read16() 48 static u32 b43_bus_bcma_read32(struct b43_bus_dev *dev, u16 offset) in b43_bus_bcma_read32() 53 void b43_bus_bcma_write16(struct b43_bus_dev *dev, u16 offset, u16 value) in b43_bus_bcma_write16() 58 void b43_bus_bcma_write32(struct b43_bus_dev *dev, u16 offset, u32 value) in b43_bus_bcma_write32() 64 size_t count, u16 offset, u8 reg_width) in b43_bus_bcma_block_read() 70 size_t count, u16 offset, u8 reg_width) in b43_bus_bcma_block_write() 150 static u16 b43_bus_ssb_read16(struct b43_bus_dev *dev, u16 offset) in b43_bus_ssb_read16() 154 static u32 b43_bus_ssb_read32(struct b43_bus_dev *dev, u16 offset) in b43_bus_ssb_read32() 158 static void b43_bus_ssb_write16(struct b43_bus_dev *dev, u16 offset, u16 value) in b43_bus_ssb_write16() 162 static void b43_bus_ssb_write32(struct b43_bus_dev *dev, u16 offset, u32 value) in b43_bus_ssb_write32() [all …]
|
/linux/drivers/gpio/ |
H A D | gpio-pmic-eic-sprd.c | 59 u32 offset; member 65 static void sprd_pmic_eic_update(struct gpio_chip *chip, unsigned int offset, in sprd_pmic_eic_update() 75 static int sprd_pmic_eic_read(struct gpio_chip *chip, unsigned int offset, in sprd_pmic_eic_read() 89 static int sprd_pmic_eic_request(struct gpio_chip *chip, unsigned int offset) in sprd_pmic_eic_request() 95 static void sprd_pmic_eic_free(struct gpio_chip *chip, unsigned int offset) in sprd_pmic_eic_free() 100 static int sprd_pmic_eic_get(struct gpio_chip *chip, unsigned int offset) in sprd_pmic_eic_get() 106 unsigned int offset) in sprd_pmic_eic_direction_input() 112 static void sprd_pmic_eic_set(struct gpio_chip *chip, unsigned int offset, in sprd_pmic_eic_set() 119 unsigned int offset, in sprd_pmic_eic_set_debounce() 136 static int sprd_pmic_eic_set_config(struct gpio_chip *chip, unsigned int offset, in sprd_pmic_eic_set_config() [all …]
|
H A D | gpio-sprd.c | 48 static void sprd_gpio_update(struct gpio_chip *chip, unsigned int offset, in sprd_gpio_update() 69 static int sprd_gpio_read(struct gpio_chip *chip, unsigned int offset, u16 reg) in sprd_gpio_read() 78 static int sprd_gpio_request(struct gpio_chip *chip, unsigned int offset) in sprd_gpio_request() 84 static void sprd_gpio_free(struct gpio_chip *chip, unsigned int offset) in sprd_gpio_free() 90 unsigned int offset) in sprd_gpio_direction_input() 98 unsigned int offset, int value) in sprd_gpio_direction_output() 106 static int sprd_gpio_get(struct gpio_chip *chip, unsigned int offset) in sprd_gpio_get() 111 static void sprd_gpio_set(struct gpio_chip *chip, unsigned int offset, in sprd_gpio_set() 120 u32 offset = irqd_to_hwirq(data); in sprd_gpio_irq_mask() local 129 u32 offset = irqd_to_hwirq(data); in sprd_gpio_irq_ack() local [all …]
|
H A D | gpio-rtd.c | 72 static u8 rtd_gpio_get_deb_setval(const struct rtd_gpio_info *info, unsigned int offset, in rtd_gpio_get_deb_setval() 80 static u8 rtd1295_misc_gpio_get_deb_setval(const struct rtd_gpio_info *info, unsigned int offset, in rtd1295_misc_gpio_get_deb_setval() 88 static u8 rtd1295_iso_gpio_get_deb_setval(const struct rtd_gpio_info *info, unsigned int offset, in rtd1295_iso_gpio_get_deb_setval() 178 static int rtd_gpio_dir_offset(struct rtd_gpio *data, unsigned int offset) in rtd_gpio_dir_offset() 183 static int rtd_gpio_dato_offset(struct rtd_gpio *data, unsigned int offset) in rtd_gpio_dato_offset() 188 static int rtd_gpio_dati_offset(struct rtd_gpio *data, unsigned int offset) in rtd_gpio_dati_offset() 193 static int rtd_gpio_ie_offset(struct rtd_gpio *data, unsigned int offset) in rtd_gpio_ie_offset() 198 static int rtd_gpio_dp_offset(struct rtd_gpio *data, unsigned int offset) in rtd_gpio_dp_offset() 204 static int rtd_gpio_gpa_offset(struct rtd_gpio *data, unsigned int offset) in rtd_gpio_gpa_offset() 210 static int rtd_gpio_gpda_offset(struct rtd_gpio *data, unsigned int offset) in rtd_gpio_gpda_offset() [all …]
|
/linux/drivers/char/ipmi/ |
H A D | ipmi_si_mem_io.c | 7 unsigned int offset) in intf_mem_inb() 12 static void intf_mem_outb(const struct si_sm_io *io, unsigned int offset, in intf_mem_outb() 19 unsigned int offset) in intf_mem_inw() 25 static void intf_mem_outw(const struct si_sm_io *io, unsigned int offset, in intf_mem_outw() 32 unsigned int offset) in intf_mem_inl() 38 static void intf_mem_outl(const struct si_sm_io *io, unsigned int offset, in intf_mem_outl() 45 static unsigned char mem_inq(const struct si_sm_io *io, unsigned int offset) in mem_inq() 51 static void mem_outq(const struct si_sm_io *io, unsigned int offset, in mem_outq()
|
/linux/arch/x86/include/asm/numachip/ |
H A D | numachip_csr.h | 39 static inline void *lcsr_address(unsigned long offset) in lcsr_address() 45 static inline unsigned int read_lcsr(unsigned long offset) in read_lcsr() 50 static inline void write_lcsr(unsigned long offset, unsigned int val) in write_lcsr() 67 static inline void __iomem *numachip2_lcsr_address(unsigned long offset) in numachip2_lcsr_address() 73 static inline u32 numachip2_read32_lcsr(unsigned long offset) in numachip2_read32_lcsr() 78 static inline u64 numachip2_read64_lcsr(unsigned long offset) in numachip2_read64_lcsr() 83 static inline void numachip2_write32_lcsr(unsigned long offset, u32 val) in numachip2_write32_lcsr() 88 static inline void numachip2_write64_lcsr(unsigned long offset, u64 val) in numachip2_write64_lcsr()
|
/linux/drivers/mfd/ |
H A D | rz-mtu3.c | 57 static bool rz_mtu3_is_16bit_shared_reg(u16 offset) in rz_mtu3_is_16bit_shared_reg() 65 u16 rz_mtu3_shared_reg_read(struct rz_mtu3_channel *ch, u16 offset) in rz_mtu3_shared_reg_read() 77 u8 rz_mtu3_8bit_ch_read(struct rz_mtu3_channel *ch, u16 offset) in rz_mtu3_8bit_ch_read() 89 u16 rz_mtu3_16bit_ch_read(struct rz_mtu3_channel *ch, u16 offset) in rz_mtu3_16bit_ch_read() 105 u32 rz_mtu3_32bit_ch_read(struct rz_mtu3_channel *ch, u16 offset) in rz_mtu3_32bit_ch_read() 120 void rz_mtu3_8bit_ch_write(struct rz_mtu3_channel *ch, u16 offset, u8 val) in rz_mtu3_8bit_ch_write() 131 void rz_mtu3_16bit_ch_write(struct rz_mtu3_channel *ch, u16 offset, u16 val) in rz_mtu3_16bit_ch_write() 146 void rz_mtu3_32bit_ch_write(struct rz_mtu3_channel *ch, u16 offset, u32 val) in rz_mtu3_32bit_ch_write() 160 void rz_mtu3_shared_reg_write(struct rz_mtu3_channel *ch, u16 offset, u16 value) in rz_mtu3_shared_reg_write() 172 void rz_mtu3_shared_reg_update_bit(struct rz_mtu3_channel *ch, u16 offset, in rz_mtu3_shared_reg_update_bit() [all …]
|
/linux/drivers/xen/xen-pciback/ |
H A D | conf_space_header.c | 34 static void *command_init(struct pci_dev *dev, int offset) in command_init() 51 static int command_read(struct pci_dev *dev, int offset, u16 *value, void *data) in command_read() 62 static int command_write(struct pci_dev *dev, int offset, u16 value, void *data) in command_write() 127 static int rom_write(struct pci_dev *dev, int offset, u32 value, void *data) in rom_write() 160 static int bar_write(struct pci_dev *dev, int offset, u32 value, void *data) in bar_write() 196 static int bar_read(struct pci_dev *dev, int offset, u32 * value, void *data) in bar_read() 210 static void *bar_init(struct pci_dev *dev, int offset) in bar_init() 247 static void bar_reset(struct pci_dev *dev, int offset, void *data) in bar_reset() 254 static void bar_release(struct pci_dev *dev, int offset, void *data) in bar_release() 259 static int xen_pcibk_read_vendor(struct pci_dev *dev, int offset, in xen_pcibk_read_vendor() [all …]
|
/linux/drivers/bcma/ |
H A 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()
|
H A 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()
|
/linux/drivers/misc/ocxl/ |
H A D | mmio.c | 7 int ocxl_global_mmio_read32(struct ocxl_afu *afu, size_t offset, in ocxl_global_mmio_read32() 32 int ocxl_global_mmio_read64(struct ocxl_afu *afu, size_t offset, in ocxl_global_mmio_read64() 57 int ocxl_global_mmio_write32(struct ocxl_afu *afu, size_t offset, in ocxl_global_mmio_write32() 83 int ocxl_global_mmio_write64(struct ocxl_afu *afu, size_t offset, in ocxl_global_mmio_write64() 109 int ocxl_global_mmio_set32(struct ocxl_afu *afu, size_t offset, in ocxl_global_mmio_set32() 140 int ocxl_global_mmio_set64(struct ocxl_afu *afu, size_t offset, in ocxl_global_mmio_set64() 171 int ocxl_global_mmio_clear32(struct ocxl_afu *afu, size_t offset, in ocxl_global_mmio_clear32() 203 int ocxl_global_mmio_clear64(struct ocxl_afu *afu, size_t offset, in ocxl_global_mmio_clear64()
|
/linux/drivers/pinctrl/ |
H A D | pinctrl-da9062.c | 26 #define DA9062_TYPE(offset) (4 * (offset % 2)) argument 27 #define DA9062_PIN_SHIFT(offset) (4 * (offset % 2)) argument 41 unsigned int offset) in da9062_pctl_get_pin_mode() 57 unsigned int offset, unsigned int mode_req) in da9062_pctl_set_pin_mode() 76 static int da9062_gpio_get(struct gpio_chip *gc, unsigned int offset) in da9062_gpio_get() 105 static void da9062_gpio_set(struct gpio_chip *gc, unsigned int offset, in da9062_gpio_set() 115 static int da9062_gpio_get_direction(struct gpio_chip *gc, unsigned int offset) in da9062_gpio_get_direction() 138 unsigned int offset) in da9062_gpio_direction_input() 165 unsigned int offset, int value) in da9062_gpio_direction_output() 180 static int da9062_gpio_set_config(struct gpio_chip *gc, unsigned int offset, in da9062_gpio_set_config() [all …]
|
/linux/drivers/crypto/caam/ |
H A D | sg_sw_qm.h | 14 u16 offset) in __dma_to_qm_sg() 23 dma_addr_t dma, u32 len, u16 offset) in dma_to_qm_sg_one() 30 dma_addr_t dma, u32 len, u16 offset) in dma_to_qm_sg_one_last() 37 dma_addr_t dma, u32 len, u16 offset) in dma_to_qm_sg_one_ext() 45 u16 offset) in dma_to_qm_sg_one_last_ext() 58 struct qm_sg_entry *qm_sg_ptr, u16 offset) in sg_to_qm_sg() 79 struct qm_sg_entry *qm_sg_ptr, u16 offset) in sg_to_qm_sg_last()
|
/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | phy.c | 129 s32 e1000e_read_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 *data) in e1000e_read_phy_reg_mdic() 208 s32 e1000e_write_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 data) in e1000e_write_phy_reg_mdic() 288 s32 e1000e_read_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 *data) in e1000e_read_phy_reg_m88() 313 s32 e1000e_write_phy_reg_m88(struct e1000_hw *hw, u32 offset, u16 data) in e1000e_write_phy_reg_m88() 358 static s32 __e1000e_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data, in __e1000e_read_phy_reg_igp() 396 s32 e1000e_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data) in e1000e_read_phy_reg_igp() 410 s32 e1000e_read_phy_reg_igp_locked(struct e1000_hw *hw, u32 offset, u16 *data) in e1000e_read_phy_reg_igp_locked() 425 static s32 __e1000e_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data, in __e1000e_write_phy_reg_igp() 461 s32 e1000e_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data) in e1000e_write_phy_reg_igp() 475 s32 e1000e_write_phy_reg_igp_locked(struct e1000_hw *hw, u32 offset, u16 data) in e1000e_write_phy_reg_igp_locked() [all …]
|
/linux/sound/soc/sof/ |
H A D | ops.c | 15 bool snd_sof_pci_update_bits_unlocked(struct snd_sof_dev *sdev, u32 offset, in snd_sof_pci_update_bits_unlocked() 38 bool snd_sof_pci_update_bits(struct snd_sof_dev *sdev, u32 offset, in snd_sof_pci_update_bits() 52 u32 offset, u32 mask, u32 value) in snd_sof_dsp_update_bits_unlocked() 72 u32 offset, u64 mask, u64 value) in snd_sof_dsp_update_bits64_unlocked() 90 bool snd_sof_dsp_update_bits(struct snd_sof_dev *sdev, u32 bar, u32 offset, in snd_sof_dsp_update_bits() 104 bool snd_sof_dsp_update_bits64(struct snd_sof_dev *sdev, u32 bar, u32 offset, in snd_sof_dsp_update_bits64() 120 u32 offset, u32 mask, u32 value) in snd_sof_dsp_update_bits_forced_unlocked() 135 u32 offset, u32 mask, u32 value) in snd_sof_dsp_update_bits_forced() 151 void snd_sof_dsp_panic(struct snd_sof_dev *sdev, u32 offset, bool non_recoverable) in snd_sof_dsp_panic()
|
/linux/arch/powerpc/platforms/cell/spufs/ |
H A D | spu_restore.c | 69 unsigned int offset; in restore_decr() local 89 unsigned int offset; in write_ppu_mb() local 103 unsigned int offset; in write_ppuint_mb() local 117 unsigned int offset; in restore_fpcr() local 131 unsigned int offset; in restore_srr0() local 144 unsigned int offset; in restore_event_mask() local 157 unsigned int offset; in restore_tag_mask() local 172 unsigned int offset; in restore_complete() local
|