Searched refs:map (Results 1 - 25 of 29) sorted by relevance

12

/openwrt/target/linux/adm5120/files-3.18/drivers/mtd/maps/
H A Dadm5120-flash.c6 * This file was derived from: drivers/mtd/map/physmap.c
26 #include <linux/mtd/map.h>
47 struct map_info map; member in struct:adm5120_map_info
111 static inline struct adm5120_map_info *map_to_amap(struct map_info *map) argument
113 return (struct adm5120_map_info *)map;
116 static void adm5120_flash_switchbank(struct map_info *map, argument
119 struct adm5120_map_info *amap = map_to_amap(map);
129 MAP_DBG(map, "switching to bank %u, ofs=%lX\n", bank, ofs);
133 static map_word adm5120_flash_read(struct map_info *map, unsigned long ofs) argument
135 struct adm5120_map_info *amap = map_to_amap(map);
151 adm5120_flash_write(struct map_info *map, const map_word datum, unsigned long ofs) argument
167 adm5120_flash_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) argument
201 struct map_info *map = &info->amap.map; local
226 struct map_info *map = &info->amap.map; local
298 struct map_info *map = &info->amap.map; local
346 struct map_info *map; local
[all...]
/openwrt/package/network/ipv6/map/
H A DMakefile10 PKG_NAME:=map
18 define Package/map
26 define Package/map/description
27 Provides support for MAP-E (draft-ietf-softwire-map) and
38 define Package/map/install
40 $(INSTALL_BIN) ./files/map.sh $(1)/lib/netifd/proto/map.sh
45 $(eval $(call BuildPackage,map))
/openwrt/package/libs/libiconv/src/include/
H A Dcharmaps.h31 const unsigned char *map; member in struct:charmap
/openwrt/target/linux/adm5120/files-3.18/arch/mips/include/asm/mach-adm5120/
H A Dadm5120_platform.h20 #include <linux/mtd/map.h>
51 struct adm5120_pci_irq *map) __init;
54 struct adm5120_pci_irq *map)
53 adm5120_pci_set_irq_map(unsigned int nr_irqs, struct adm5120_pci_irq *map) argument
/openwrt/target/linux/mcs814x/files-3.18/arch/arm/mach-mcs814x/
H A Dboard-mcs8140-dt.c20 #include <asm/mach/map.h>
H A Dcommon.c25 #include <asm/mach/map.h>
/openwrt/package/libs/libiconv/src/
H A Diconv.c65 /* separate identifiers for sbcs/dbcs/etc map type */
277 const unsigned char *map = 0; local
286 map = charmaps[cd>>8].map;
310 static const unsigned char map[] = { local
316 else if (map[c-0xa5]) c = 0x100 | map[c-0xa5];
353 switch (map[0]) {
374 c = get_16(map + 4 + 2*c, 0);
/openwrt/tools/firmware-utils/src/
H A Djcgimage.c301 void *map; local
380 map = mmap(NULL, sizeo, PROT_READ|PROT_WRITE, MAP_SHARED, fdo, 0);
381 uh = map + sizeof(*jh);
382 if (map == MAP_FAILED) {
386 if (read(fd1, map + off1, size1) != size1) {
391 if (read(fd2, map+off2, size2) != size2) {
399 mkjcgheader(map, sizeu, version);
400 munmap(map, sizeo);
/openwrt/package/network/ipv6/map/files/
H A Dmap.sh2 # map.sh - IPv4-in-IPv6 tunnel backend
26 local link="map-$cfg"
37 [ -z "$type" ] && type="map-e"
51 if [ "$type" = "map-t" ]; then
58 echo "rule=$rule" > /tmp/map-$cfg.rules
66 echo "$RULE_DATA" >> /tmp/map-$cfg.rules
76 if [ "$type" = "lw4o6" -o "$type" = "map-e" ]; then
88 if [ "$type" = "map-e" ]; then
101 elif [ "$type" = "map-t" -a -f "/proc/net/nat46/control" ]; then
152 if [ "$type" = "map
[all...]
/openwrt/tools/b43-tools/files/
H A Db43-fwsquash.py40 corerevs = map(lambda r: int(r), corerevs.split(','))
/openwrt/package/network/ipv6/odhcp6c/files/
H A Ddhcpv6.script128 if [ -n "$MAPE" -a -f /lib/netifd/proto/map.sh ]; then
129 MAPTYPE="map-e"
131 elif [ -n "$MAPT" -a -f /lib/netifd/proto/map.sh -a -f /proc/net/nat46/control ]; then
132 MAPTYPE="map-t"
134 elif [ -n "$LW4O6" -a -f /lib/netifd/proto/map.sh ]; then
146 json_add_string proto map
/openwrt/target/linux/at91/image/dfboot/src/
H A DMakefile8 MAPNAME=$(BASENAME).map
14 MAPNAME2=$(BASENAME2).map
92 rm -f *.map
/openwrt/target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/
H A Dplatsmp.c39 } map; member in union:fiq_req::__anon119
180 * Initialise the CPU possible map early - this describes the CPUs
245 req->map.addr = addr;
246 req->map.size = size;
/openwrt/target/linux/oxnas/files/arch/arm/mach-oxnas/
H A Dplatsmp.c43 } map; member in union:fiq_req::__anon249
112 req->map.addr = addr;
113 req->map.size = size;
268 * Initialise the CPU possible map early - this describes the CPUs
H A Dmach-ox820.c13 #include <asm/mach/map.h>
/openwrt/package/system/uci/
H A DMakefile84 $(CP) $(PKG_BUILD_DIR)/uci{,_config,_blob,map}.h $(1)/usr/include
/openwrt/target/linux/adm5120/files-3.18/arch/mips/pci/
H A Dpci-adm5120.c188 struct adm5120_pci_irq *map)
191 adm5120_pci_irq_map = map;
187 adm5120_pci_set_irq_map(unsigned int nr_irqs, struct adm5120_pci_irq *map) argument
/openwrt/target/linux/oxnas/files/drivers/irqchip/
H A Dirq-rps.c95 .map = rps_irq_domain_map,
140 WARN(!rps_base, "unable to map rps registers\n");
/openwrt/docs/
H A Dadding.tex349 \subsubsection{Writing a flash map driver}
351 The flash map driver has an important role in making your custom firmware work
355 Writing your own flash map driver is not really a hard task once you know how your
359 First of all, you need to make your flash map driver be visible in the kernel
383 // Includes that are required for the flash map driver to know of the prototypes:
387 #include <linux/mtd/map.h>
392 // Put some flash map definitions here:
410 // Display that we found a flash map device
421 // Initialize the device map
424 /* MTD informations are closely linked to the flash map devic
[all...]
/openwrt/target/linux/oxnas/files/drivers/pinctrl/
H A Dpinctrl-oxnas.c217 struct pinctrl_map **map, unsigned *num_maps)
243 *map = new_map;
246 /* create mux map */
257 /* create config map */
268 (*map)->data.mux.function, (*map)->data.mux.group, map_num);
274 struct pinctrl_map *map, unsigned num_maps)
1284 .map = oxnas_gpio_irq_map,
215 oxnas_dt_node_to_map(struct pinctrl_dev *pctldev, struct device_node *np, struct pinctrl_map **map, unsigned *num_maps) argument
273 oxnas_dt_free_map(struct pinctrl_dev *pctldev, struct pinctrl_map *map, unsigned num_maps) argument
/openwrt/target/linux/x86/image/
H A DMakefile80 echo '(hd0) $(BIN_DIR)/$(IMG_PREFIX)-combined-$(1).img' > $(KDIR)/grub2/device.map
93 --device-map="$(KDIR)/grub2/device.map" \
/openwrt/target/linux/adm8668/files-3.18/drivers/mtd/maps/
H A Dadm8668.c48 #include <linux/mtd/map.h>
334 MODULE_DESCRIPTION("MTD map driver for ADM8668 NOR Flash");
/openwrt/package/libs/toolchain/
H A DMakefile319 LIBGCC_MAP=$(lastword $(wildcard $(TOOLCHAIN_DIR)/lib/gcc/*/*/libgcc.map))
433 $(CP) $(LIBGCC_MAP) $(1)/lib/libgcc_s_pic.map \
/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_guts.c803 u32 *map = (u32 *) tn; local
818 map[word_in_map] &= ~mask;
819 map[word_in_map] |= (mask & (val << bit_in_word));
826 map[word_in_map] &= ~mask;
827 map[word_in_map] |= (mask & (val >> bit_in_word));
834 u32 *map = (u32 *) tn; local
846 val = map[word_in_map] >> bit_in_word;
851 val |= (map[word_in_map] << bit_in_word);
1793 u32 *map = (u32 *) tn; local
1796 if (map[
[all...]
/openwrt/include/
H A Dkernel-defaults.mk131 rm -f $(LINUX_DIR)/vmlinux $(LINUX_DIR)/System.map

Completed in 292 milliseconds

12