Searched refs:reg_width (Results 26 - 38 of 38) sorted by relevance

12

/linux-master/drivers/gpio/
H A Dgpio-htc-egpio.c295 if ((pdata->reg_width != 8) && (pdata->reg_width != 16))
298 ei->reg_shift = fls(pdata->reg_width - 1);
301 ei->reg_mask = (1 << pdata->reg_width) - 1;
/linux-master/drivers/sh/intc/
H A Dvirq.c139 unsigned int fn = REG_FN_TEST_BASE + (subgroup->reg_width >> 3) - 1;
142 0, 1, (subgroup->reg_width - 1) - index);
/linux-master/drivers/usb/serial/
H A Dxr_serial.c112 int reg_width; member in struct:xr_type
152 .reg_width = 8,
174 .reg_width = 16,
197 .reg_width = 12,
217 .reg_width = 16,
272 if (type->reg_width == 8)
518 state = GENMASK(type->reg_width - 1, 0);
/linux-master/drivers/dma/dw-axi-dmac/
H A Ddw-axi-dmac-platform.c401 u32 reg_width, val; local
408 reg_width = __ffs(chan->config.dst_addr_width);
409 if (reg_width == DWAXIDMAC_TRANS_WIDTH_16)
653 unsigned int reg_width; local
674 reg_width = __ffs(chan->config.dst_addr_width);
676 ctllo = reg_width << CH_CTL_L_DST_WIDTH_POS |
683 reg_width = __ffs(chan->config.src_addr_width);
685 ctllo = reg_width << CH_CTL_L_SRC_WIDTH_POS |
689 block_ts = len >> reg_width;
737 u32 data_width, reg_width, mem_widt local
[all...]
/linux-master/drivers/dma/
H A Dtxx9dmac.c352 sai = ds->reg_width;
356 dai = ds->reg_width;
373 sai = ds->reg_width;
377 dai = ds->reg_width;
817 BUG_ON(!ds || !ds->reg_width);
860 sai = ds->reg_width;
864 dai = ds->reg_width;
1014 TXX9_DMA_CCR_XFSZ(__ffs(ds->reg_width));
/linux-master/drivers/pinctrl/renesas/
H A Dsh_pfc.h104 u8 reg_width, field_width; member in struct:pinmux_cfg_reg
129 .reg = r, .reg_width = r_width, \
149 .reg = r, .reg_width = r_width, \
186 u8 reg_width; member in struct:pinmux_data_reg
199 .reg = r, .reg_width = r_width + \
/linux-master/drivers/dma/dw/
H A Dcore.c627 unsigned int reg_width; local
645 reg_width = __ffs(sconfig->dst_addr_width);
648 | DWC_CTLL_DST_WIDTH(reg_width)
695 reg_width = __ffs(sconfig->src_addr_width);
698 | DWC_CTLL_SRC_WIDTH(reg_width)
718 ctlhi = dw->bytes2block(dwc, len, reg_width, &dlen);
/linux-master/arch/arm/mach-sa1100/
H A Dh3xxx.c151 .reg_width = 16,
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_debugdump.c218 u32 reg_width; local
223 reg_width = be32_to_cpu(spec_csr->register_width);
225 return reg_width == 32 || reg_width == 64;
/linux-master/drivers/ssb/
H A Dpcmcia.c275 size_t count, u16 offset, u8 reg_width)
288 switch (reg_width) {
374 size_t count, u16 offset, u8 reg_width)
385 switch (reg_width) {
274 ssb_pcmcia_block_read(struct ssb_device *dev, void *buffer, size_t count, u16 offset, u8 reg_width) argument
373 ssb_pcmcia_block_write(struct ssb_device *dev, const void *buffer, size_t count, u16 offset, u8 reg_width) argument
H A Dpci.c1002 size_t count, u16 offset, u8 reg_width)
1013 switch (reg_width) {
1076 size_t count, u16 offset, u8 reg_width)
1087 switch (reg_width) {
1001 ssb_pci_block_read(struct ssb_device *dev, void *buffer, size_t count, u16 offset, u8 reg_width) argument
1075 ssb_pci_block_write(struct ssb_device *dev, const void *buffer, size_t count, u16 offset, u8 reg_width) argument
/linux-master/drivers/net/wireless/broadcom/b43/
H A Db43.h1069 size_t count, u16 offset, u8 reg_width)
1071 dev->dev->block_read(dev->dev, buffer, count, offset, reg_width);
1075 size_t count, u16 offset, u8 reg_width)
1077 dev->dev->block_write(dev->dev, buffer, count, offset, reg_width);
1068 b43_block_read(struct b43_wldev *dev, void *buffer, size_t count, u16 offset, u8 reg_width) argument
1074 b43_block_write(struct b43_wldev *dev, const void *buffer, size_t count, u16 offset, u8 reg_width) argument
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_tmpl.c165 uint width = ent->t256.reg_width;
199 uint width = ent->t258.reg_width;

Completed in 288 milliseconds

12