Searched refs:w1 (Results 1 – 13 of 13) sorted by relevance
/drivers/md/ |
D | raid6altivec.uc | 77 unative_t wd$$, wq$$, wp$$, w1$$, w2$$; 90 w1$$ = SHLBYTE(wq$$); 92 w1$$ = vec_xor(w1$$, w2$$); 93 wq$$ = vec_xor(w1$$, wd$$);
|
D | raid6int.uc | 88 unative_t wd$$, wq$$, wp$$, w1$$, w2$$; 100 w1$$ = SHLBYTE(wq$$); 102 w1$$ ^= w2$$; 103 wq$$ = w1$$ ^ wd$$;
|
/drivers/w1/ |
D | Kconfig | 22 There are three types of messages between w1 core and userspace: 28 source drivers/w1/masters/Kconfig 29 source drivers/w1/slaves/Kconfig
|
D | Makefile | 6 wire-objs := w1.o w1_int.o w1_family.o w1_netlink.o w1_io.o
|
/drivers/w1/masters/ |
D | Makefile | 11 obj-$(CONFIG_W1_MASTER_GPIO) += w1-gpio.o
|
D | Kconfig | 59 will be called w1-gpio.ko.
|
/drivers/block/paride/ |
D | paride.h | 106 #define w1(byte) {out_p(1,byte);} macro
|
/drivers/ |
D | Kconfig | 57 source "drivers/w1/Kconfig"
|
D | Makefile | 74 obj-$(CONFIG_W1) += w1/
|
/drivers/gpu/drm/via/ |
D | via_dma.c | 66 #define VIA_OUT_RING_QW(w1,w2) \ argument 67 *vb++ = (w1); \
|
/drivers/mmc/host/ |
D | pxamci.c | 253 u32 w1 = readl(host->base + MMC_RES) & 0xffff; in pxamci_cmd_done() local 255 cmd->resp[i] = v << 24 | w1 << 8 | w2 >> 8; in pxamci_cmd_done()
|
/drivers/net/cxgb3/ |
D | sge.c | 2643 int work_done, w0, w1; in t3_intr() local 2651 w1 = adap->params.nports == 2 && in t3_intr() 2654 if (likely(w0 | w1)) { in t3_intr() 2661 if (w1) in t3_intr() 2664 work_done = w0 | w1; in t3_intr()
|
/drivers/input/mouse/ |
D | Kconfig | 30 <http://w1.894.telia.com/~u89404340/touchpad/index.html>
|