Home
last modified time | relevance | path

Searched refs:__BFP (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/arch/blackfin/include/asm/
Dbfin_can.h26 #define __BFP(m) u16 m; u16 __pad_##m macro
32 __BFP(aml);
33 __BFP(amh);
39 __BFP(dlc);
40 __BFP(tsv);
41 __BFP(id0);
42 __BFP(id1);
49 __BFP(mc1); /* offset 0x00 */
50 __BFP(md1); /* offset 0x04 */
51 __BFP(trs1); /* offset 0x08 */
[all …]
Dbfin_sport.h19 #define __BFP(m) u16 m; u16 __pad_##m macro
21 __BFP(tcr1);
22 __BFP(tcr2);
23 __BFP(tclkdiv);
24 __BFP(tfsdiv);
35 __BFP(rcr1);
36 __BFP(rcr2);
37 __BFP(rclkdiv);
38 __BFP(rfsdiv);
39 __BFP(stat);
[all …]
Dbfin_dma.h103 #define __BFP(m) u16 m; u16 __pad_##m macro
131 __BFP(config);
133 __BFP(x_count);
134 __BFP(x_modify);
135 __BFP(y_count);
136 __BFP(y_modify);
139 __BFP(irq_status);
140 __BFP(peripheral_map);
141 __BFP(curr_x_count);
143 __BFP(curr_y_count);
[all …]
Dgptimers.h289 #define __BFP(m) u16 m; u16 __pad_##m macro
295 __BFP(config);
309 __BFP(enable);
310 __BFP(disable);
315 __BFP(run);
316 __BFP(enable);
317 __BFP(disable);
318 __BFP(stop_cfg);
319 __BFP(stop_cfg_set);
320 __BFP(stop_cfg_clr);
[all …]
Dbfin_ppi.h19 #define __BFP(m) u16 m; u16 __pad_##m macro
25 __BFP(control);
26 __BFP(status);
27 __BFP(count);
28 __BFP(delay);
29 __BFP(frame);
36 __BFP(status);
37 __BFP(hcount);
38 __BFP(hdelay);
39 __BFP(vcount);
[all …]
Dbfin5xx_spi.h48 #define __BFP(m) u16 m; u16 __pad_##m macro
54 __BFP(ctl);
55 __BFP(flg);
56 __BFP(stat);
57 __BFP(tdbr);
58 __BFP(rdbr);
59 __BFP(baud);
60 __BFP(shadow);
63 #undef __BFP
Dbfin_serial.h214 #define __BFP(m) u16 m; u16 __pad_##m macro
233 __BFP(dll);
234 __BFP(dlh);
235 __BFP(gctl);
236 __BFP(lcr);
237 __BFP(mcr);
238 __BFP(lsr);
239 __BFP(msr);
240 __BFP(scr);
241 __BFP(ier_set);
[all …]
/linux-4.4.14/drivers/net/can/
Dbfin_can.c40 #define __BFP(m) u16 m; u16 __pad_##m macro
44 __BFP(aml);
45 __BFP(amh);
51 __BFP(dlc);
52 __BFP(tsv);
53 __BFP(id0);
54 __BFP(id1);
59 __BFP(mc1); /* offset 0x00 */
60 __BFP(md1); /* offset 0x04 */
61 __BFP(trs1); /* offset 0x08 */
[all …]