Searched refs:map (Results 76 - 100 of 2546) sorted by path

1234567891011>>

/linux-master/drivers/net/wireless/realtek/rtl818x/rtl8180/
H A Dgrf5101.c49 (__le32 __iomem *) &priv->map->RFPinsOutput, phy_config);
168 if (rtl818x_ioread8(priv, &priv->map->CONFIG2) &
H A Dmax2820.c54 (__le32 __iomem *) &priv->map->RFPinsOutput, phy_config);
145 if (rtl818x_ioread8(priv, &priv->map->CONFIG2) &
H A Drtl8225.c31 reg80 = rtl818x_ioread16(priv, &priv->map->RFPinsOutput) & 0xfff3;
32 reg82 = rtl818x_ioread16(priv, &priv->map->RFPinsEnable);
34 rtl818x_iowrite16(priv, &priv->map->RFPinsEnable, reg82 | 0x7);
36 reg84 = rtl818x_ioread16(priv, &priv->map->RFPinsSelect);
37 rtl818x_iowrite16(priv, &priv->map->RFPinsSelect, reg84 | 0x7 | 0x400);
38 rtl818x_ioread8(priv, &priv->map->EEPROM_CMD);
41 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg80 | (1 << 2));
42 rtl818x_ioread8(priv, &priv->map->EEPROM_CMD);
44 rtl818x_iowrite16(priv, &priv->map->RFPinsOutput, reg80);
45 rtl818x_ioread8(priv, &priv->map
[all...]
H A Dsa2400.c55 (__le32 __iomem *) &priv->map->RFPinsOutput, phy_config);
174 txconf = rtl818x_ioread32(priv, &priv->map->TX_CONF);
175 rtl818x_iowrite32(priv, &priv->map->TX_CONF,
187 rtl818x_iowrite32(priv, &priv->map->TX_CONF, txconf);
207 if (rtl818x_ioread8(priv, &priv->map->CONFIG2) &
/linux-master/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Drfkill.c24 gpio = rtl818x_ioread8(priv, &priv->map->GPIO0);
25 rtl818x_iowrite8(priv, &priv->map->GPIO0, gpio & ~priv->rfkill_mask);
26 gpio = rtl818x_ioread8(priv, &priv->map->GPIO1);
H A Drtl8187.h101 struct rtl818x_csr *map; member in struct:rtl8187_priv
/linux-master/drivers/net/wireless/realtek/rtl818x/
H A Drtl818x.h334 #define REG_ADDR1(addr) ((u8 __iomem *)priv->map + (addr))
335 #define REG_ADDR2(addr) ((__le16 __iomem *)priv->map + ((addr) >> 1))
336 #define REG_ADDR4(addr) ((__le32 __iomem *)priv->map + ((addr) >> 2))
/linux-master/drivers/net/wireless/st/cw1200/
H A Ddebug.c80 seq_puts(seq, " link map: 0-> ");
89 u32 map)
94 seq_printf(seq, "%s ", (map & BIT(i)) ? "**" : "..");
211 cw1200_debug_print_map(seq, priv, "Link map: ",
213 cw1200_debug_print_map(seq, priv, "Asleep map: ",
215 cw1200_debug_print_map(seq, priv, "PSPOLL map: ",
86 cw1200_debug_print_map(struct seq_file *seq, struct cw1200_common *priv, const char *label, u32 map) argument
/linux-master/drivers/of/
H A Dfdt_address.c42 u64 (*map)(__be32 *addr, const __be32 *range, member in struct:of_bus
79 pr_debug("default map, cp=%llx, s=%llx, da=%llx\n",
104 .map = fdt_bus_default_map,
135 offset = bus->map(addr, ranges, na, ns, pna);
/linux-master/drivers/pcmcia/
H A Di82365.c82 /* Bit map or list of interrupts to choose from */
1034 u_char map, ioctl; local
1037 "%#llx-%#llx)\n", sock, io->map, io->flags, io->speed,
1039 map = io->map;
1040 if ((map > 1) || (io->start > 0xffff) || (io->stop > 0xffff) ||
1043 if (i365_get(sock, I365_ADDRWIN) & I365_ENA_IO(map))
1044 i365_bclr(sock, I365_ADDRWIN, I365_ENA_IO(map));
1045 i365_set_pair(sock, I365_IO(map)+I365_W_START, io->start);
1046 i365_set_pair(sock, I365_IO(map)
1064 u_char map; local
[all...]
H A Di82365.h48 #define I365_IO(map) (0x08+((map)<<2))
49 #define I365_MEM(map) (0x10+((map)<<3))
101 #define I365_ENA_IO(map) (0x40 << (map))
102 #define I365_ENA_MEM(map) (0x01 << (map))
105 #define I365_IOCTL_MASK(map) (0x0F << (map<<
[all...]
H A Dtcic.h217 #define TCIC_MWIN(sock,map) (0x100+(((map)+((sock)<<2))<<3))
245 #define TCIC_IWIN(sock,map) (0x200+(((map)+((sock)<<1))<<2))
H A Dti113x.h151 #define TI113X_IO_OFFSET(map) (0x36+((map)<<1))
H A Dyenta_socket.h97 #define CB_MEM_PAGE(map) (0x40 + (map))
/linux-master/drivers/pinctrl/mvebu/
H A Dpinctrl-mvebu.h15 * @regmap.map: regmap structure
22 struct regmap *map; member in struct:mvebu_mpp_ctrl_data::__anon893::__anon894
/linux-master/drivers/power/reset/
H A Dsyscon-reboot-mode.c17 struct regmap *map; member in struct:syscon_reboot_mode
31 ret = regmap_update_bits(syscon_rbm->map, syscon_rbm->offset,
52 syscon_rbm->map = syscon_node_to_regmap(pdev->dev.parent->of_node);
53 if (IS_ERR(syscon_rbm->map))
54 return PTR_ERR(syscon_rbm->map);
/linux-master/drivers/soc/gemini/
H A Dsoc-gemini.c41 struct regmap *map; local
50 map = syscon_regmap_lookup_by_compatible("cortina,gemini-syscon");
51 if (IS_ERR(map))
52 return PTR_ERR(map);
53 ret = regmap_read(map, GLOBAL_WORD_ID, &rev);
61 regmap_update_bits(map,
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-css-pool.c11 struct imgu_css_map *map, size_t size)
13 if (map->size < size && map->vaddr) {
15 map->size, size);
17 imgu_dmamap_free(imgu, map);
18 if (!imgu_dmamap_alloc(imgu, map, size))
86 * The nth entry from last or null map to indicate no frame stored.
10 imgu_css_dma_buffer_resize(struct imgu_device *imgu, struct imgu_css_map *map, size_t size) argument
H A Dipu3-dmamap.h11 void *imgu_dmamap_alloc(struct imgu_device *imgu, struct imgu_css_map *map,
13 void imgu_dmamap_free(struct imgu_device *imgu, struct imgu_css_map *map);
16 int nents, struct imgu_css_map *map);
17 void imgu_dmamap_unmap(struct imgu_device *imgu, struct imgu_css_map *map);
/linux-master/drivers/video/fbdev/
H A Dmacmodes.c224 const struct mode_map *map; local
226 for (map = mac_modes; map->vmode != -1; map++)
227 if (map->vmode == vmode) {
228 mode = map->mode;
306 const struct mode_map *map; local
321 for (map = mac_modes; map->vmode != -1; map
369 const struct monitor_map *map; local
[all...]
/linux-master/fs/adfs/
H A DMakefile8 adfs-objs := dir.o dir_f.o dir_fplus.o file.o inode.o map.o super.o
/linux-master/fs/hpfs/
H A DMakefile9 inode.o map.o name.o namei.o super.o
/linux-master/fs/omfs/
H A Dbitmap.c48 static int set_run(struct super_block *sb, int map, argument
57 bh = sb_bread(sb, clus_to_blk(sbi, sbi->s_bitmap_ino) + map);
64 map++;
69 clus_to_blk(sbi, sbi->s_bitmap_ino) + map);
74 set_bit(bit, sbi->s_imap[map]);
77 clear_bit(bit, sbi->s_imap[map]);
96 unsigned int map, bit; local
102 map = tmp;
105 if (map >= sbi->s_imap_size || test_and_set_bit(bit, sbi->s_imap[map]))
180 unsigned int map, bit; local
[all...]
/linux-master/include/linux/crush/
H A Dmapper.h14 extern int crush_find_rule(const struct crush_map *map, int ruleset, int type, int size);
15 int crush_do_rule(const struct crush_map *map,
26 static inline size_t crush_work_size(const struct crush_map *map, argument
29 return map->working_size + result_max * 3 * sizeof(__u32);
32 void crush_init_workspace(const struct crush_map *map, void *v);
/linux-master/include/linux/mfd/
H A Dmax14577-private.h69 * On max14577 three lower bits map to STATUS2/CHGTYP field.
442 static inline int max14577_read_reg(struct regmap *map, u8 reg, u8 *dest) argument
447 ret = regmap_read(map, reg, &val);
453 static inline int max14577_bulk_read(struct regmap *map, u8 reg, u8 *buf, argument
456 return regmap_bulk_read(map, reg, buf, count);
459 static inline int max14577_write_reg(struct regmap *map, u8 reg, u8 value) argument
461 return regmap_write(map, reg, value);
464 static inline int max14577_bulk_write(struct regmap *map, u8 reg, u8 *buf, argument
467 return regmap_bulk_write(map, reg, buf, count);
470 static inline int max14577_update_reg(struct regmap *map, u argument
[all...]

Completed in 472 milliseconds

1234567891011>>