Home
last modified time | relevance | path

Searched refs:off2 (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/drivers/isdn/hisax/
Dgazel.c106 u_short off2 = offset; in ReadISAC() local
110 off2 = ((off2 << 8 & 0xf000) | (off2 & 0xf)); in ReadISAC()
112 return (readreg(cs->hw.gazel.isac, off2)); in ReadISAC()
115 return (readreg_ipac(cs->hw.gazel.ipac, 0x80 + off2)); in ReadISAC()
123 u_short off2 = offset; in WriteISAC() local
127 off2 = ((off2 << 8 & 0xf000) | (off2 & 0xf)); in WriteISAC()
129 writereg(cs->hw.gazel.isac, off2, value); in WriteISAC()
133 writereg_ipac(cs->hw.gazel.ipac, 0x80 + off2, value); in WriteISAC()
201 u_short off2 = offset; in ReadHSCX() local
205 off2 = ((off2 << 8 & 0xf000) | (off2 & 0xf)); in ReadHSCX()
[all …]
/linux-4.4.14/drivers/iio/pressure/
Dms5611_core.c100 s64 off2, sens2, t2; in ms5611_temp_and_pressure_compensate() local
103 off2 = (5 * (t - 2000) * (t - 2000)) >> 1; in ms5611_temp_and_pressure_compensate()
104 sens2 = off2 >> 1; in ms5611_temp_and_pressure_compensate()
109 off2 += 7 * tmp; in ms5611_temp_and_pressure_compensate()
114 off -= off2; in ms5611_temp_and_pressure_compensate()
136 s64 off2, sens2, t2; in ms5607_temp_and_pressure_compensate() local
139 off2 = (61 * (t - 2000) * (t - 2000)) >> 4; in ms5607_temp_and_pressure_compensate()
140 sens2 = off2 << 1; in ms5607_temp_and_pressure_compensate()
145 off2 += 15 * tmp; in ms5607_temp_and_pressure_compensate()
150 off -= off2; in ms5607_temp_and_pressure_compensate()
/linux-4.4.14/fs/jfs/
Djfs_xtree.h35 __le32 off2; /* 4: offset in unit of fsblksize */ member
48 (xad)->off2 = __cpu_to_le32((offset64) & 0xffffffff);\
55 ( ((s64)((xad)->off1)) << 32 | __le32_to_cpu((xad)->off2))
/linux-4.4.14/include/linux/
Ddmaengine.h867 size_t off1, size_t off2, size_t len) in dmaengine_check_align() argument
874 if (mask & (off1 | off2 | len)) in dmaengine_check_align()
880 size_t off2, size_t len) in is_dma_copy_aligned() argument
882 return dmaengine_check_align(dev->copy_align, off1, off2, len); in is_dma_copy_aligned()
886 size_t off2, size_t len) in is_dma_xor_aligned() argument
888 return dmaengine_check_align(dev->xor_align, off1, off2, len); in is_dma_xor_aligned()
892 size_t off2, size_t len) in is_dma_pq_aligned() argument
894 return dmaengine_check_align(dev->pq_align, off1, off2, len); in is_dma_pq_aligned()
898 size_t off2, size_t len) in is_dma_fill_aligned() argument
900 return dmaengine_check_align(dev->fill_align, off1, off2, len); in is_dma_fill_aligned()
/linux-4.4.14/drivers/scsi/mvsas/
Dmv_chips.h75 u32 off2, u32 port) in mvs_read_port() argument
78 void __iomem *regs2 = mvi->regs + off2; in mvs_read_port()
83 static inline void mvs_write_port(struct mvs_info *mvi, u32 off, u32 off2, in mvs_write_port() argument
87 void __iomem *regs2 = mvi->regs + off2; in mvs_write_port()
/linux-4.4.14/drivers/iio/common/ms_sensors/
Dms_sensors_i2c.c580 s64 off, sens, t2, off2, sens2; in ms_sensors_read_temp_and_pressure() local
617 off2 = (61 * tmp * tmp) >> 4; in ms_sensors_read_temp_and_pressure()
623 off2 += 17 * tmp * tmp; in ms_sensors_read_temp_and_pressure()
628 off2 = 0; in ms_sensors_read_temp_and_pressure()
634 off -= off2; in ms_sensors_read_temp_and_pressure()
/linux-4.4.14/fs/hfs/
Dmdb.c73 int off2, len, size, sect; in hfs_mdb_get() local
184 off2 = off & (sb->s_blocksize - 1); in hfs_mdb_get()
185 len = min((int)sb->s_blocksize - off2, size); in hfs_mdb_get()
186 memcpy(ptr, bh->b_data + off2, len); in hfs_mdb_get()
/linux-4.4.14/net/sched/
Dcls_u32.c116 int off2 = 0; in u32_classify() local
145 int toff = off + key->off + (off2 & key->offmask); in u32_classify()
214 off2 = n->sel.off + 3; in u32_classify()
223 off2 += ntohs(n->sel.offmask & *data) >> in u32_classify()
226 off2 &= ~3; in u32_classify()
229 off += off2; in u32_classify()
230 off2 = 0; in u32_classify()
/linux-4.4.14/include/uapi/linux/
Dixjuser.h135 unsigned int off2; member
/linux-4.4.14/fs/btrfs/
Dctree.c5295 unsigned long off1, off2; in tree_compare_item() local
5303 off2 = btrfs_item_ptr_offset(right_path->nodes[0], in tree_compare_item()
5308 cmp = memcmp_extent_buffer(right_path->nodes[0], tmp_buf, off2, len1); in tree_compare_item()
/linux-4.4.14/Documentation/usb/
Dpower-management.txt584 [1]: http://dl.dropbox.com/u/96820575/sarah-sharp-lpt-port-power-off2-mini.pdf