Searched refs:first (Results 1 - 25 of 215) sorted by relevance

123456789

/drivers/mfd/
H A Dab5500-debugfs.c23 .first = 0x00,
34 .first = 0x1F,
39 .first = 0x23,
44 .first = 0x26,
49 .first = 0x2F,
54 .first = 0x37,
59 .first = 0x58,
70 .first = 0x00,
75 .first = 0x06,
86 .first
[all...]
H A Dab8500-debugfs.c23 * @first: the first address of the range
28 u8 first; member in struct:ab8500_reg_range
59 .first = 0x00,
63 .first = 0x42,
67 .first = 0x80,
76 .first = 0x00,
80 .first = 0x0F,
84 .first = 0x30,
88 .first
[all...]
H A Dab5500-core.c59 .first = 0x01,
64 .first = 0x80,
69 .first = 0x87,
74 .first = 0x8B,
79 .first = 0x91,
84 .first = 0x93,
89 .first = 0x94,
94 .first = 0xA8,
99 .first = 0xB2,
104 .first
[all...]
/drivers/staging/ozwpan/
H A Dozevent.c67 int first; local
83 first = OZ_MAX_EVTS - ix;
84 if (first > hdr.count)
85 first = hdr.count;
86 if (first) {
87 int sz = first*sizeof(struct oz_event);
91 if (hdr.count > first) {
92 p = (void __user *)&lst->evts[first];
93 sz = (hdr.count-first)*sizeof(struct oz_event);
/drivers/video/
H A Dsyscopyarea.c31 unsigned long first, last; local
35 first = FB_SHIFT_HIGH(p, ~0UL, dst_idx);
43 first &= last;
44 *dst = comp(*src, *dst, first);
48 if (first != ~0UL) {
49 *dst = comp(*src, *dst, first);
86 first &= last;
89 *dst = comp(*src >> right, *dst, first);
92 *dst = comp(*src << left, *dst, first);
98 first);
172 unsigned long first, last; local
[all...]
H A Dsysfillrect.c28 unsigned long first, last; local
33 first = FB_SHIFT_HIGH(p, ~0UL, dst_idx);
39 first &= last;
40 *dst = comp(pat, *dst, first);
45 if (first!= ~0UL) {
46 *dst = comp(pat, *dst, first);
84 unsigned long first, last; local
89 first = FB_SHIFT_HIGH(p, ~0UL, dst_idx);
95 first &= last;
96 *dst = comp(pat, *dst, first);
139 unsigned long first, last; local
195 unsigned long first, last; local
[all...]
H A Dc2p_iplan2.c92 u32 dst_idx, first, last, w; local
98 first = 0xffffU >> dst_idx;
99 first |= first << 16;
108 first &= last;
113 store_iplan2_masked(p, bpp, d.words, first);
125 store_iplan2_masked(p, bpp, d.words, first);
H A Dcfbfillrect.c38 unsigned long first, last; local
43 first = fb_shifted_pixels_mask_long(p, dst_idx, bswapmask);
49 first &= last;
50 FB_WRITEL(comp(pat, FB_READL(dst), first), dst);
55 if (first!= ~0UL) {
56 FB_WRITEL(comp(pat, FB_READL(dst), first), dst);
95 unsigned long first, last; local
100 first = FB_SHIFT_HIGH(p, ~0UL, dst_idx);
106 first &= last;
107 FB_WRITEL(comp(pat, FB_READL(dst), first), ds
151 unsigned long first, last; local
221 unsigned long first, last, dat; local
[all...]
H A Dc2p_planar.c94 u32 dst_idx, first, last, w; local
100 first = 0xffffffffU >> dst_idx;
108 first &= last;
114 first);
127 d.words, first);
H A Dcfbcopyarea.c50 unsigned long first, last; local
54 first = fb_shifted_pixels_mask_long(p, dst_idx, bswapmask);
63 first &= last;
64 FB_WRITEL( comp( FB_READL(src), FB_READL(dst), first), dst); local
69 if (first != ~0UL) {
70 FB_WRITEL( comp( FB_READL(src), FB_READL(dst), first), dst); local
108 first &= last;
124 FB_WRITEL(comp(d0, FB_READL(dst), first), dst);
151 FB_WRITEL(comp(d0, FB_READL(dst), first), dst);
209 unsigned long first, las local
236 FB_WRITEL( comp( FB_READL(src), FB_READL(dst), first), dst); local
242 FB_WRITEL( comp( FB_READL(src), FB_READL(dst), first), dst); local
[all...]
/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_defs.h84 #define T4VF_MOD_MAP(module, index, first, last) \
86 T4VF_MOD_MAP_##module##_FIRST = (first), \
88 T4VF_MOD_MAP_##module##_OFFSET = ((first)/4), \
90 (T4VF_##module##_BASE_ADDR/4 + (first)/4), \
/drivers/scsi/sym53c8xx_2/
H A Dsym_misc.h90 struct sym_quehead *first = list->flink; local
92 if (first != list) {
96 first->blink = head;
97 head->flink = first;
107 struct sym_quehead *first, *last; local
109 first = orig->flink;
110 if (first != orig) {
111 first->blink = dest;
112 dest->flink = first;
/drivers/media/video/
H A Dv4l2-int-device.c118 const struct v4l2_int_ioctl_desc *first = slave->ioctls; local
120 first + slave->num_ioctls - 1;
122 while (first <= last) {
125 mid = (last - first) / 2 + first;
128 first = mid + 1;
/drivers/macintosh/
H A Dwindfarm_pid.h36 int first; /* first run of the loop */ member in struct:wf_pid_state
71 int first; /* first run of the loop */ member in struct:wf_cpu_pid_state
H A Dwindfarm_pid.c30 st->first = 1;
44 if (st->first) {
49 st->first = 0;
85 st->first = 1;
99 if (st->first) {
105 st->first = 0;
H A Dtherm_pm72.h93 * 0. This appear to be safe enough for this first version
171 int first; member in struct:backside_pid_state
197 int first; member in struct:drives_pid_state
225 int first; member in struct:dimm_pid_state
250 int first; member in struct:slots_pid_state
306 int first; member in struct:cpu_pid_state
/drivers/media/video/ivtv/
H A Divtv-udma.c26 void ivtv_udma_get_page_info(struct ivtv_dma_page_info *dma_page, unsigned long first, unsigned long size) argument
28 dma_page->uaddr = first & PAGE_MASK;
29 dma_page->offset = first & ~PAGE_MASK;
30 dma_page->tail = 1 + ((first+size-1) & ~PAGE_MASK);
31 dma_page->first = (first & PAGE_MASK) >> PAGE_SHIFT;
32 dma_page->last = ((first+size-1) & PAGE_MASK) >> PAGE_SHIFT;
33 dma_page->page_count = dma_page->last - dma_page->first + 1;
H A Divtv-udma.h25 void ivtv_udma_get_page_info(struct ivtv_dma_page_info *dma_page, unsigned long first, unsigned long size);
/drivers/dma/
H A Dep93xx_dma.c139 * @queue holds pending transactions. These are linked through the first
141 * the first and chained descriptors are flattened into a single list.
233 * We copy the callback parameters from the first descriptor
235 * callback without having to find out the first descriptor in
281 * If txd.cookie is set it means that we are back in the first
941 struct ep93xx_dma_desc *desc, *first; local
944 first = NULL;
958 if (!first)
959 first = desc;
961 list_add_tail(&desc->node, &first
990 struct ep93xx_dma_desc *desc, *first; local
1070 struct ep93xx_dma_desc *desc, *first; local
[all...]
H A Dat_hdmac.c174 * @first: address of first descripor of the chain
180 static void atc_desc_chain(struct at_desc **first, struct at_desc **prev, argument
183 if (!(*first)) {
184 *first = desc;
190 &(*first)->tx_list);
198 * @first: first descriptor in the list we want to begin with
202 static void atc_dostart(struct at_dma_chan *atchan, struct at_desc *first) argument
228 channel_writel(atchan, DSCR, first
438 struct at_desc *first = atc_first_active(atchan); local
560 struct at_desc *first = NULL; local
650 struct at_desc *first = NULL; local
856 struct at_desc *first = NULL; local
[all...]
/drivers/scsi/qla2xxx/
H A Dqla_inline.h21 volatile uint16_t first; local
25 first = RD_REG_WORD(addr);
29 } while (first != second);
31 return (first);
/drivers/base/
H A Ddevres.c330 struct list_head *first, struct list_head *end,
339 cur = first;
349 /* clear color of group markers in the first pass */
354 if (&node->entry == first)
355 first = first->next;
370 cur = first;
398 static int release_nodes(struct device *dev, struct list_head *first,
406 cnt = remove_nodes(dev, first, end, &todo);
580 struct list_head *first local
329 remove_nodes(struct device *dev, struct list_head *first, struct list_head *end, struct list_head *todo) argument
[all...]
/drivers/mtd/tests/
H A Dmtd_torturetest.c431 int bytes, bits, pages, first; local
452 first = countdiffs(written, read, i, pgsize, &bytes,
454 if (first < 0)
463 bytes, bits, first);
465 offset = first & ~0x7;
466 len = ((first + bytes) | 0x7) + 1 - offset;
503 * Count the number of differing bytes and bits and return the first differing
511 int first = -1; local
515 first = i;
532 return first;
[all...]
/drivers/net/wan/
H A Dpc300_tty.c63 #define CPC_TTY_MINOR_START 240 /* minor of the first PC300 interface */
93 st_cpc_rx_buf *first; member in struct:st_cpc_rx_list
218 if (cpc_tty_cnt == 0) { /* first TTY connection -> register driver */
270 cpc_tty->buf_rx.first = cpc_tty->buf_rx.last = NULL;
317 if (cpc_tty->num_open == 0) { /* first open of this tty */
326 if (cpc_tty_area[port].buf_rx.first) {
328 while (cpc_tty_area[port].buf_rx.first) {
329 aux = (unsigned char *)cpc_tty_area[port].buf_rx.first;
330 cpc_tty_area[port].buf_rx.first = cpc_tty_area[port].buf_rx.first
[all...]
/drivers/gpu/drm/
H A Ddrm_hashtab.c135 unsigned long first, unshifted_key; local
138 first = unshifted_key;
144 } while(ret && (unshifted_key != first));

Completed in 389 milliseconds

123456789