Home
last modified time | relevance | path

Searched refs:map_words (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/mtd/
Dmap.h39 #define map_words(map) (1) macro
52 # define map_words(map) (1) macro
68 # define map_words(map) (1) macro
89 # undef map_words
90 # define map_words(map) map_calc_words(map) macro
95 # define map_words(map) map_calc_words(map) macro
110 # undef map_words
111 # define map_words(map) map_calc_words(map) macro
115 # define map_words(map) map_calc_words(map) macro
130 # undef map_words
[all …]
/linux-4.4.14/drivers/net/hyperv/
Dnetvsc.c400 net_device->map_words = DIV_ROUND_UP(net_device->send_section_cnt, in netvsc_init_buf()
404 kzalloc(net_device->map_words * sizeof(ulong), GFP_KERNEL); in netvsc_init_buf()
683 u32 max_words = net_device->map_words; in netvsc_get_next_send_section()
Dhyperv_net.h684 int map_words; member
/linux-4.4.14/drivers/mtd/chips/
Dcfi_cmdset_0020.c849 for (w=0; w<map_words(map); w++) { in do_erase_oneblock()