Searched defs:reg_width (Results 1 - 18 of 18) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/txx9/
H A Ddmac.h45 unsigned int reg_width; member in struct:txx9dmac_slave
/linux-4.1.27/include/linux/mfd/
H A Dhtc-egpio.h43 int reg_width; member in struct:htc_egpio_platform_data
/linux-4.1.27/drivers/net/wireless/b43/
H A Dbus.c76 b43_bus_bcma_block_read(struct b43_bus_dev *dev, void *buffer, size_t count, u16 offset, u8 reg_width) b43_bus_bcma_block_read() argument
82 b43_bus_bcma_block_write(struct b43_bus_dev *dev, const void *buffer, size_t count, u16 offset, u8 reg_width) b43_bus_bcma_block_write() argument
179 b43_bus_ssb_block_read(struct b43_bus_dev *dev, void *buffer, size_t count, u16 offset, u8 reg_width) b43_bus_ssb_block_read() argument
185 b43_bus_ssb_block_write(struct b43_bus_dev *dev, const void *buffer, size_t count, u16 offset, u8 reg_width) b43_bus_ssb_block_write() argument
H A Db43.h1067 b43_block_read(struct b43_wldev *dev, void *buffer, size_t count, u16 offset, u8 reg_width) b43_block_read() argument
1073 b43_block_write(struct b43_wldev *dev, const void *buffer, size_t count, u16 offset, u8 reg_width) b43_block_write() argument
/linux-4.1.27/drivers/bcma/
H A Dhost_soc.c50 bcma_host_soc_block_read(struct bcma_device *core, void *buffer, size_t count, u16 offset, u8 reg_width) bcma_host_soc_block_read() argument
93 bcma_host_soc_block_write(struct bcma_device *core, const void *buffer, size_t count, u16 offset, u8 reg_width) bcma_host_soc_block_write() argument
H A Dhost_pci.c82 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
/linux-4.1.27/drivers/pinctrl/sh-pfc/
H A Dcore.c147 u32 sh_pfc_read_raw_reg(void __iomem *mapped_reg, unsigned int reg_width) sh_pfc_read_raw_reg() argument
162 void sh_pfc_write_raw_reg(void __iomem *mapped_reg, unsigned int reg_width, sh_pfc_write_raw_reg() argument
H A Dsh_pfc.h73 u8 reg_width, field_width; member in struct:pinmux_cfg_reg
90 u8 reg_width; member in struct:pinmux_data_reg
/linux-4.1.27/include/linux/
H A Dsh_intc.h41 unsigned long reg, reg_width; member in struct:intc_subgroup
47 unsigned long set_reg, clr_reg, reg_width; member in struct:intc_mask_reg
58 unsigned long set_reg, clr_reg, reg_width, field_width; member in struct:intc_prio_reg
66 unsigned long reg, reg_width, field_width; member in struct:intc_sense_reg
/linux-4.1.27/drivers/ssb/
H A Dpci.c1011 ssb_pci_block_read(struct ssb_device *dev, void *buffer, size_t count, u16 offset, u8 reg_width) ssb_pci_block_read() argument
1085 ssb_pci_block_write(struct ssb_device *dev, const void *buffer, size_t count, u16 offset, u8 reg_width) ssb_pci_block_write() argument
H A Dsdio.c337 bus->sdio_sbaddr >> 16, offset, reg_width, saved_count, error); local
444 bus->sdio_sbaddr >> 16, offset, reg_width, saved_count, error); ssb_sdio_block_write() local
297 ssb_sdio_block_read(struct ssb_device *dev, void *buffer, size_t count, u16 offset, u8 reg_width) ssb_sdio_block_read() argument
404 ssb_sdio_block_write(struct ssb_device *dev, const void *buffer, size_t count, u16 offset, u8 reg_width) ssb_sdio_block_write() argument
H A Dpcmcia.c276 ssb_pcmcia_block_read(struct ssb_device *dev, void *buffer, size_t count, u16 offset, u8 reg_width) ssb_pcmcia_block_read() argument
378 ssb_pcmcia_block_write(struct ssb_device *dev, const void *buffer, size_t count, u16 offset, u8 reg_width) ssb_pcmcia_block_write() argument
H A Dmain.c624 ssb_ssb_block_read(struct ssb_device *dev, void *buffer, size_t count, u16 offset, u8 reg_width) ssb_ssb_block_read() argument
697 ssb_ssb_block_write(struct ssb_device *dev, const void *buffer, size_t count, u16 offset, u8 reg_width) ssb_ssb_block_write() argument
/linux-4.1.27/drivers/scsi/qla2xxx/
H A Dqla_tmpl.h82 uint8_t reg_width; member in struct:qla27xx_fwdt_entry::__packed::__packed
96 uint8_t reg_width; member in struct:qla27xx_fwdt_entry::__packed::__packed
/linux-4.1.27/drivers/dma/
H A Dat_hdmac.c744 unsigned int reg_width; atc_prep_slave_sg() local
1016 atc_dma_cyclic_check_values(unsigned int reg_width, dma_addr_t buf_addr, atc_dma_cyclic_check_values() argument
1104 unsigned int reg_width; atc_prep_dma_cyclic() local
1036 atc_dma_cyclic_fill_desc(struct dma_chan *chan, struct at_desc *desc, unsigned int period_index, dma_addr_t buf_addr, unsigned int reg_width, size_t period_len, enum dma_transfer_direction direction) atc_dma_cyclic_fill_desc() argument
/linux-4.1.27/drivers/dma/dw/
H A Dcore.c772 unsigned int reg_width; dwc_prep_slave_sg() local
1325 unsigned int reg_width; dw_dma_cyclic_prep() local
/linux-4.1.27/include/linux/bcma/
H A Dbcma.h380 bcma_block_read(struct bcma_device *core, void *buffer, size_t count, u16 offset, u8 reg_width) bcma_block_read() argument
385 bcma_block_write(struct bcma_device *core, const void *buffer, size_t count, u16 offset, u8 reg_width) bcma_block_write() argument
/linux-4.1.27/include/linux/ssb/
H A Dssb.h599 ssb_block_read(struct ssb_device *dev, void *buffer, size_t count, u16 offset, u8 reg_width) ssb_block_read() argument
605 ssb_block_write(struct ssb_device *dev, const void *buffer, size_t count, u16 offset, u8 reg_width) ssb_block_write() argument

Completed in 1082 milliseconds