/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | evergreen_hdmi.c | 68 void evergreen_hdmi_update_acr(struct drm_encoder *encoder, long offset, in evergreen_hdmi_update_acr() 209 void evergreen_set_avi_packet(struct radeon_device *rdev, u32 offset, in evergreen_set_avi_packet() 307 void dce4_set_vbi_packet(struct drm_encoder *encoder, u32 offset) in dce4_set_vbi_packet() 318 void dce4_hdmi_set_color_depth(struct drm_encoder *encoder, u32 offset, int bpc) in dce4_hdmi_set_color_depth() 355 void dce4_set_audio_packet(struct drm_encoder *encoder, u32 offset) in dce4_set_audio_packet() 390 void dce4_set_mute(struct drm_encoder *encoder, u32 offset, bool mute) in dce4_set_mute()
|
/openbmc/linux/drivers/gpu/drm/mediatek/ |
H A D | mtk_hdmi_ddc.c | 65 static inline void sif_set_bit(struct mtk_hdmi_ddc *ddc, unsigned int offset, in sif_set_bit() 71 static inline void sif_clr_bit(struct mtk_hdmi_ddc *ddc, unsigned int offset, in sif_clr_bit() 77 static inline bool sif_bit_is_set(struct mtk_hdmi_ddc *ddc, unsigned int offset, in sif_bit_is_set() 83 static inline void sif_write_mask(struct mtk_hdmi_ddc *ddc, unsigned int offset, in sif_write_mask() 96 unsigned int offset, unsigned int mask, in sif_read_mask() 166 int offset; in mtk_hdmi_ddc_read_msg() local
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | generic-pcihost.c | 109 static uint8_t qpci_generic_config_readb(QPCIBus *bus, int devfn, uint8_t offset) in qpci_generic_config_readb() 119 static uint16_t qpci_generic_config_readw(QPCIBus *bus, int devfn, uint8_t offset) in qpci_generic_config_readw() 129 static uint32_t qpci_generic_config_readl(QPCIBus *bus, int devfn, uint8_t offset) in qpci_generic_config_readl() 140 qpci_generic_config_writeb(QPCIBus *bus, int devfn, uint8_t offset, uint8_t value) in qpci_generic_config_writeb() 149 qpci_generic_config_writew(QPCIBus *bus, int devfn, uint8_t offset, uint16_t value) in qpci_generic_config_writew() 159 qpci_generic_config_writel(QPCIBus *bus, int devfn, uint8_t offset, uint32_t value) in qpci_generic_config_writel()
|
H A D | pci-spapr.c | 87 static uint8_t qpci_spapr_config_readb(QPCIBus *bus, int devfn, uint8_t offset) in qpci_spapr_config_readb() 95 static uint16_t qpci_spapr_config_readw(QPCIBus *bus, int devfn, uint8_t offset) in qpci_spapr_config_readw() 103 static uint32_t qpci_spapr_config_readl(QPCIBus *bus, int devfn, uint8_t offset) in qpci_spapr_config_readl() 111 static void qpci_spapr_config_writeb(QPCIBus *bus, int devfn, uint8_t offset, in qpci_spapr_config_writeb() 120 static void qpci_spapr_config_writew(QPCIBus *bus, int devfn, uint8_t offset, in qpci_spapr_config_writew() 129 static void qpci_spapr_config_writel(QPCIBus *bus, int devfn, uint8_t offset, in qpci_spapr_config_writel()
|
/openbmc/u-boot/cmd/ |
H A D | eeprom.c | 78 static int eeprom_addr(unsigned dev_addr, unsigned offset, uchar *addr) in eeprom_addr() 100 static int eeprom_len(unsigned offset, unsigned end) in eeprom_len() 123 static int eeprom_rw_block(unsigned offset, uchar *addr, unsigned alen, in eeprom_rw_block() 160 static int eeprom_rw(unsigned dev_addr, unsigned offset, uchar *buffer, in eeprom_rw() 185 int eeprom_read(unsigned dev_addr, unsigned offset, uchar *buffer, unsigned cnt) in eeprom_read() 195 int eeprom_write(unsigned dev_addr, unsigned offset, in eeprom_write()
|
/openbmc/qemu/hw/i2c/ |
H A D | aspeed_i2c.c | 93 static uint64_t aspeed_i2c_bus_old_read(AspeedI2CBus *bus, hwaddr offset, in aspeed_i2c_bus_old_read() 140 static uint64_t aspeed_i2c_bus_new_read(AspeedI2CBus *bus, hwaddr offset, in aspeed_i2c_bus_new_read() 195 static uint64_t aspeed_i2c_bus_read(void *opaque, hwaddr offset, in aspeed_i2c_bus_read() 564 static void aspeed_i2c_bus_new_write(AspeedI2CBus *bus, hwaddr offset, in aspeed_i2c_bus_new_write() 801 static void aspeed_i2c_bus_old_write(AspeedI2CBus *bus, hwaddr offset, in aspeed_i2c_bus_old_write() 907 static void aspeed_i2c_bus_write(void *opaque, hwaddr offset, in aspeed_i2c_bus_write() 918 static uint64_t aspeed_i2c_ctrl_read(void *opaque, hwaddr offset, in aspeed_i2c_ctrl_read() 944 static void aspeed_i2c_ctrl_write(void *opaque, hwaddr offset, in aspeed_i2c_ctrl_write() 981 static uint64_t aspeed_i2c_share_pool_read(void *opaque, hwaddr offset, in aspeed_i2c_share_pool_read() 995 static void aspeed_i2c_share_pool_write(void *opaque, hwaddr offset, in aspeed_i2c_share_pool_write() [all …]
|
/openbmc/linux/drivers/char/tpm/ |
H A D | tpm_atmel.h | 31 #define atmel_getb(priv, offset) readb(priv->iobase + offset) argument 32 #define atmel_putb(val, priv, offset) writeb(val, priv->iobase + offset) argument 83 #define atmel_getb(chip, offset) inb(atmel_get_priv(chip)->base + offset) argument 84 #define atmel_putb(val, chip, offset) \ argument
|
/openbmc/qemu/block/ |
H A D | qed-table.c | 25 qed_read_table(BDRVQEDState *s, uint64_t offset, QEDTable *table) in qed_read_table() 67 qed_write_table(BDRVQEDState *s, uint64_t offset, QEDTable *table, in qed_write_table() 138 uint64_t offset) in qed_read_l2_table() 176 uint64_t offset) in qed_read_l2_table_sync()
|
H A D | throttle.c | 119 throttle_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in throttle_co_preadv() 130 throttle_co_pwritev(BlockDriverState *bs, int64_t offset, int64_t bytes, in throttle_co_pwritev() 140 throttle_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int64_t bytes, in throttle_co_pwrite_zeroes() 150 throttle_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in throttle_co_pdiscard() 159 throttle_co_pwritev_compressed(BlockDriverState *bs, int64_t offset, in throttle_co_pwritev_compressed()
|
/openbmc/linux/drivers/gpu/drm/vboxvideo/ |
H A D | vbox_hgsmi.c | 33 static u32 hgsmi_checksum(u32 offset, in hgsmi_checksum() 53 dma_addr_t offset; in hgsmi_buffer_alloc() local 86 phys_addr_t offset; in hgsmi_buffer_submit() local
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | ps3-hvcall.S | 50 .macro SAVE_LR offset=4 argument 55 .macro LOAD_LR offset=4 argument 65 .macro LOAD_64_STACK target,offset
|
/openbmc/u-boot/drivers/pci/ |
H A D | pcie_ecam_generic.c | 39 uint offset, void **paddress) in pci_generic_ecam_conf_address() 67 uint offset, ulong *valuep, in pci_generic_ecam_read_config() 87 uint offset, ulong value, in pci_generic_ecam_write_config()
|
/openbmc/linux/arch/x86/platform/ce4100/ |
H A D | ce4100.c | 36 static unsigned int mem_serial_in(struct uart_port *p, int offset) in mem_serial_in() 52 static unsigned int ce4100_mem_serial_in(struct uart_port *p, int offset) in ce4100_mem_serial_in() 76 static void ce4100_mem_serial_out(struct uart_port *p, int offset, int value) in ce4100_mem_serial_out()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_iext_tree.c | 279 xfs_fileoff_t offset) in xfs_iext_key_cmp() 291 xfs_fileoff_t offset) in xfs_iext_rec_cmp() 306 xfs_fileoff_t offset, in xfs_iext_find_level() 331 xfs_fileoff_t offset) in xfs_iext_node_pos() 346 xfs_fileoff_t offset) in xfs_iext_node_insert_pos() 495 uint64_t offset, in xfs_iext_insert_node() 632 xfs_fileoff_t offset = irec->br_startoff; in xfs_iext_insert() local 725 xfs_fileoff_t offset, in xfs_iext_remove_node() 792 xfs_fileoff_t offset, in xfs_iext_rebalance_leaf() 869 xfs_fileoff_t offset = xfs_iext_leaf_key(leaf, 0); in xfs_iext_remove() local [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_nvm.c | 171 static int i40e_read_nvm_word_srctl(struct i40e_hw *hw, u16 offset, in i40e_read_nvm_word_srctl() 223 u8 module_pointer, u32 offset, in i40e_read_nvm_aq() 270 static int i40e_read_nvm_word_aq(struct i40e_hw *hw, u16 offset, in i40e_read_nvm_word_aq() 293 u16 offset, u16 *data) in __i40e_read_nvm_word() 309 int i40e_read_nvm_word(struct i40e_hw *hw, u16 offset, in i40e_read_nvm_word() 345 u32 offset = 0; in i40e_read_nvm_module_data() local 412 static int i40e_read_nvm_buffer_srctl(struct i40e_hw *hw, u16 offset, in i40e_read_nvm_buffer_srctl() 443 static int i40e_read_nvm_buffer_aq(struct i40e_hw *hw, u16 offset, in i40e_read_nvm_buffer_aq() 500 u16 offset, u16 *words, in __i40e_read_nvm_buffer() 520 int i40e_read_nvm_buffer(struct i40e_hw *hw, u16 offset, in i40e_read_nvm_buffer() [all …]
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | tables_phy_lcn.c | 457 u32 b43_lcntab_read(struct b43_wldev *dev, u32 offset) in b43_lcntab_read() 487 void b43_lcntab_read_bulk(struct b43_wldev *dev, u32 offset, in b43_lcntab_read_bulk() 525 void b43_lcntab_write(struct b43_wldev *dev, u32 offset, u32 value) in b43_lcntab_write() 555 void b43_lcntab_write_bulk(struct b43_wldev *dev, u32 offset, in b43_lcntab_write_bulk() 600 #define lcntab_upload(dev, offset, data) do { \ argument
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-l2c-defs.h | 43 #define CVMX_L2C_PFCX(offset) (CVMX_ADD_IO_SEG(0x0001180080000098ull) + \ argument 54 #define CVMX_L2C_TADX_PFCX(offset, block_id) \ argument 65 #define CVMX_L2C_TADX_PRF(offset) (CVMX_ADD_IO_SEG(0x0001180080A00008ull) + \ argument 69 #define CVMX_L2C_WPAR_IOBX(offset) (CVMX_ADD_IO_SEG(0x0001180080840200ull) + \ argument 71 #define CVMX_L2C_WPAR_PPX(offset) (CVMX_ADD_IO_SEG(0x0001180080840000ull) + \ argument
|
/openbmc/linux/drivers/nvmem/ |
H A D | rave-sp-eeprom.c | 100 unsigned int offset = 0; in rave_sp_eeprom_io() local 158 unsigned int offset, u8 *data, in rave_sp_eeprom_page_access() 222 unsigned int offset, u8 *data, in rave_sp_eeprom_access() 273 static int rave_sp_eeprom_reg_read(void *eeprom, unsigned int offset, in rave_sp_eeprom_reg_read() 280 static int rave_sp_eeprom_reg_write(void *eeprom, unsigned int offset, in rave_sp_eeprom_reg_write()
|
/openbmc/u-boot/common/ |
H A D | splash_source.c | 25 static int splash_sf_read_raw(u32 bmp_load_addr, int offset, size_t read_size) in splash_sf_read_raw() 39 static int splash_sf_read_raw(u32 bmp_load_addr, int offset, size_t read_size) in splash_sf_read_raw() 47 static int splash_nand_read_raw(u32 bmp_load_addr, int offset, size_t read_size) in splash_nand_read_raw() 56 static int splash_nand_read_raw(u32 bmp_load_addr, int offset, size_t read_size) in splash_nand_read_raw() 66 u32 offset; in splash_storage_read_raw() local
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-sifive.c | 42 static void sifive_gpio_set_ie(struct sifive_gpio *chip, unsigned int offset) in sifive_gpio_set_ie() 64 int offset = irqd_to_hwirq(d); in sifive_gpio_irq_set_type() local 79 int offset = hwirq % SIFIVE_GPIO_MAX; in sifive_gpio_irq_enable() local 107 int offset = hwirq % SIFIVE_GPIO_MAX; in sifive_gpio_irq_disable() local 119 int offset = irqd_to_hwirq(d) % SIFIVE_GPIO_MAX; in sifive_gpio_irq_eoi() local
|
/openbmc/linux/drivers/mtd/nand/raw/brcmnand/ |
H A D | bcma_nand.c | 18 static inline bool brcmnand_bcma_needs_swapping(u32 offset) in brcmnand_bcma_needs_swapping() 46 static u32 brcmnand_bcma_read_reg(struct brcmnand_soc *soc, u32 offset) in brcmnand_bcma_read_reg() 66 u32 offset) in brcmnand_bcma_write_reg()
|
/openbmc/linux/tools/include/linux/ |
H A D | find.h | 34 unsigned long offset) in find_next_bit() 64 unsigned long offset) in find_next_and_bit() 92 unsigned long offset) in find_next_zero_bit()
|
/openbmc/linux/drivers/memstick/core/ |
H A D | ms_block.c | 37 struct scatterlist *sg_to, int to_nents, size_t offset, size_t len) in msb_sg_copy() 95 size_t offset, u8 *buffer, size_t len) in msb_sg_compare_to_buffer() 282 static int msb_read_regs(struct msb_data *msb, int offset, int len) in msb_read_regs() 303 static int msb_write_regs(struct msb_data *msb, int offset, int len, void *buf) in msb_write_regs() 860 struct scatterlist *sg, int offset) in msb_read_page() 977 struct scatterlist *orig_sg, int offset) in msb_verify_block() 1001 u16 pba, u32 lba, struct scatterlist *sg, int offset) in msb_write_block() 1118 struct scatterlist *sg, int offset) in msb_update_block() 1260 int offset = 0; in msb_read_bad_block_table() local 1537 int page, offset, error; in msb_cache_flush() local [all …]
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | qsfp.c | 174 u8 slave_addr, int offset, int offset_size, in i2c_bus_write() 222 u8 slave_addr, int offset, int offset_size, in i2c_bus_read() 275 int offset, void *bp, int len) in __i2c_write() 293 int i2c_write(struct hfi1_pportdata *ppd, u32 target, int i2c_addr, int offset, in i2c_write() 314 int offset, void *bp, int len) in __i2c_read() 332 int i2c_read(struct hfi1_pportdata *ppd, u32 target, int i2c_addr, int offset, in i2c_read() 359 int offset; in qsfp_write() local 439 int offset; in qsfp_read() local 670 int ret = 0, offset = 0; in get_cable_info() local
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-rk805.c | 259 static int rk805_gpio_get(struct gpio_chip *chip, unsigned int offset) in rk805_gpio_get() 274 unsigned int offset, in rk805_gpio_set() 290 unsigned int offset) in rk805_gpio_direction_input() 296 unsigned int offset, int value) in rk805_gpio_direction_output() 302 static int rk805_gpio_get_direction(struct gpio_chip *chip, unsigned int offset) in rk805_gpio_get_direction() 406 unsigned int offset, in _rk805_pinctrl_set_mux() 432 int offset = group; in rk805_pinctrl_set_mux() local 439 unsigned int offset) in rk805_pinctrl_gpio_request_enable() 455 unsigned int offset, bool input) in rk805_pmx_gpio_set_direction()
|