Home
last modified time | relevance | path

Searched defs:offset (Results 4726 - 4750 of 16143) sorted by relevance

1...<<181182183184185186187188189190>>...646

/kernel/linux/linux-6.6/drivers/bcma/
H A Ddriver_chipcommon_pmu.c16 u32 bcma_chipco_pll_read(struct bcma_drv_cc *cc, u32 offset) in bcma_chipco_pll_read() argument
24 void bcma_chipco_pll_write(struct bcma_drv_cc *cc, u32 offset, u32 value) in bcma_chipco_pll_write() argument
32 void bcma_chipco_pll_maskset(struct bcma_drv_cc *cc, u32 offset, u32 mask, in bcma_chipco_pll_maskset() argument
50 void bcma_chipco_regctl_maskset(struct bcma_drv_cc *cc, u32 offset, u32 mask, in bcma_chipco_regctl_maskset() argument
41 bcma_chipco_chipctl_maskset(struct bcma_drv_cc *cc, u32 offset, u32 mask, u32 set) bcma_chipco_chipctl_maskset() argument
486 bcma_pmu_spuravoid_pll_write(struct bcma_drv_cc *cc, u32 offset, u32 value) bcma_pmu_spuravoid_pll_write() argument
[all...]
H A Ddriver_chipcommon.c18 static inline u32 bcma_cc_write32_masked(struct bcma_drv_cc *cc, u16 offset, in bcma_cc_write32_masked() argument
H A Dsprom.c75 static void bcma_sprom_read(struct bcma_bus *bus, u16 offset, u16 *sprom, in bcma_sprom_read() argument
204 static s8 sprom_extract_antgain(const u16 *in, u16 offset, u16 mask, u16 shift) in sprom_extract_antgain() argument
566 u32 offset; in bcma_sprom_onchip_offset() local
579 u16 offset = BCMA_CC_SPROM; bcma_sprom_get() local
[all...]
H A Dscan.c144 static u32 bcma_scan_read32(struct bcma_bus *bus, u16 offset) in bcma_scan_read32() argument
H A Dhost_pci.c42 static u8 bcma_host_pci_read8(struct bcma_device *core, u16 offset) in bcma_host_pci_read8() argument
48 static u16 bcma_host_pci_read16(struct bcma_device *core, u16 offset) in bcma_host_pci_read16() argument
54 static u32 bcma_host_pci_read32(struct bcma_device *core, u16 offset) in bcma_host_pci_read32() argument
60 bcma_host_pci_write8(struct bcma_device *core, u16 offset, u8 value) bcma_host_pci_write8() argument
67 bcma_host_pci_write16(struct bcma_device *core, u16 offset, u16 value) bcma_host_pci_write16() argument
74 bcma_host_pci_write32(struct bcma_device *core, u16 offset, u32 value) bcma_host_pci_write32() argument
82 bcma_host_pci_block_read(struct bcma_device *core, void *buffer, size_t count, u16 offset, u8 reg_width) bcma_host_pci_block_read() argument
105 bcma_host_pci_block_write(struct bcma_device *core, const void *buffer, size_t count, u16 offset, u8 reg_width) bcma_host_pci_block_write() argument
130 bcma_host_pci_aread32(struct bcma_device *core, u16 offset) bcma_host_pci_aread32() argument
137 bcma_host_pci_awrite32(struct bcma_device *core, u16 offset, u32 value) bcma_host_pci_awrite32() argument
[all...]
/kernel/linux/linux-6.6/drivers/bus/mhi/host/
H A Dboot.c239 u32 offset; in mhi_fw_load_bhi() member
H A Ddebugfs.c182 int offset; in mhi_debugfs_regdump_show() member
/kernel/linux/linux-6.6/drivers/char/
H A Dps3flash.c86 static loff_t ps3flash_llseek(struct file *file, loff_t offset, int origin) in ps3flash_llseek() argument
98 u64 size, sector, offset; in ps3flash_read() local
167 u64 size, sector, offset; in ps3flash_write() local
[all...]
H A Dnvram.c222 static loff_t nvram_misc_llseek(struct file *file, loff_t offset, int origin) in nvram_misc_llseek() argument
294 int part, offset; in nvram_misc_ioctl() local
474 static int nvram_proc_read(struct seq_file *seq, void *offset) in nvram_proc_read() argument
411 pc_nvram_proc_read(unsigned char *nvram, struct seq_file *seq, void *offset) pc_nvram_proc_read() argument
[all...]
H A Dnwflash.c272 static loff_t flash_llseek(struct file *file, loff_t offset, int orig) in flash_llseek() argument
403 unsigned int offset; write_block() local
[all...]
/kernel/linux/linux-6.6/drivers/clk/at91/
H A Dpmc.h43 u32 offset; member
96 u32 offset; member
H A Dclk-peripheral.c51 int offset = AT91_PMC_PCER; in clk_peripheral_enable() local
66 int offset = AT91_PMC_PCDR; in clk_peripheral_disable() local
79 int offset = AT91_PMC_PCSR; in clk_peripheral_is_enabled() local
[all...]
/kernel/linux/linux-6.6/drivers/clk/imx/
H A Dclk-imx8qxp-lpcg.c38 u32 offset; member
H A Dclk-imx8ulp.c85 u32 offset = pcc_reset->resets[id]; in imx8ulp_pcc_assert() local
103 u32 offset = pcc_reset->resets[id]; in imx8ulp_pcc_deassert() local
/kernel/linux/linux-6.6/drivers/bus/mhi/ep/
H A Dmmio.c13 u32 mhi_ep_mmio_read(struct mhi_ep_cntrl *mhi_cntrl, u32 offset) in mhi_ep_mmio_read() argument
18 void mhi_ep_mmio_write(struct mhi_ep_cntrl *mhi_cntrl, u32 offset, u32 val) in mhi_ep_mmio_write() argument
23 void mhi_ep_mmio_masked_write(struct mhi_ep_cntrl *mhi_cntrl, u32 offset, u32 mask, u32 val) in mhi_ep_mmio_masked_write() argument
33 u32 mhi_ep_mmio_masked_read(struct mhi_ep_cntrl *dev, u32 offset, u32 mask) in mhi_ep_mmio_masked_read() argument
/kernel/linux/linux-6.6/drivers/clk/
H A Dclk-loongson2.c68 static unsigned long loongson2_calc_pll_rate(int offset, unsigned long rate) in loongson2_calc_pll_rate() argument
H A Dclk-loongson1.c46 unsigned int offset; member
/kernel/linux/linux-6.6/drivers/base/firmware_loader/
H A Dsysfs_upload.c162 u32 written = 0, offset = 0; in fw_upload_main() local
/kernel/linux/linux-6.6/drivers/bluetooth/
H A Dhci_ldisc.c809 hci_uart_tty_read(struct tty_struct *tty, struct file *file, u8 *buf, size_t nr, void **cookie, unsigned long offset) hci_uart_tty_read() argument
/kernel/linux/linux-6.6/drivers/char/tpm/
H A Dtpm2-space.c179 unsigned int offset; in tpm2_load_space() local
71 tpm2_load_context(struct tpm_chip *chip, u8 *buf, unsigned int *offset, u32 *handle) tpm2_load_context() argument
122 tpm2_save_context(struct tpm_chip *chip, u32 handle, u8 *buf, unsigned int buf_size, unsigned int *offset) tpm2_save_context() argument
494 unsigned int offset; tpm2_save_space() local
[all...]
/kernel/linux/linux-6.6/drivers/fpga/
H A Ddfl-pci.c159 u32 bir, offset, dfl_cnt, dfl_res; in find_dfls_by_vsec() local
231 u32 offset; find_dfls_by_default() local
[all...]
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-cadence.c39 static int cdns_gpio_request(struct gpio_chip *chip, unsigned int offset) in cdns_gpio_request() argument
53 static void cdns_gpio_free(struct gpio_chip *chip, unsigned int offset) in cdns_gpio_free() argument
H A Dgpio-loongson-64bit.c118 static int loongson_gpio_to_irq(struct gpio_chip *chip, unsigned int offset) in loongson_gpio_to_irq() argument
H A Dgpio-mpc8xxx.c52 static inline u32 mpc_pin2mask(unsigned int offset) in mpc_pin2mask() argument
97 static int mpc8xxx_gpio_to_irq(struct gpio_chip *gc, unsigned offset) in mpc8xxx_gpio_to_irq() argument
H A Dgpio-mxs.c231 static int mxs_gpio_to_irq(struct gpio_chip *gc, unsigned int offset) in mxs_gpio_to_irq() argument
238 static int mxs_gpio_get_direction(struct gpio_chip *gc, unsigned int offset) in mxs_gpio_get_direction() argument

Completed in 20 milliseconds

1...<<181182183184185186187188189190>>...646