/linux-4.4.14/arch/sh/kernel/ |
D | sys_sh32.c | 49 asmlinkage int sys_fadvise64_64_wrapper(int fd, u32 offset0, u32 offset1, in sys_fadvise64_64_wrapper() argument 53 return sys_fadvise64_64(fd, (u64)offset1 << 32 | offset0, in sys_fadvise64_64_wrapper() 56 return sys_fadvise64_64(fd, (u64)offset0 << 32 | offset1, in sys_fadvise64_64_wrapper()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | chip.h | 561 u32 offset0) in read_kctxt_csr() argument 564 return read_csr(dd, offset0 + (0x100 * ctxt)); in read_kctxt_csr() 568 u32 offset0, u64 value) in write_kctxt_csr() argument 571 write_csr(dd, offset0 + (0x100 * ctxt), value); in write_kctxt_csr() 584 u32 offset0) in get_kctxt_csr_addr() argument 586 return get_csr_addr(dd, offset0 + (0x100 * ctxt)); in get_kctxt_csr_addr() 596 u32 offset0) in read_uctxt_csr() argument 599 return read_csr(dd, offset0 + (0x1000 * ctxt)); in read_uctxt_csr() 603 u32 offset0, u64 value) in write_uctxt_csr() argument 606 write_csr(dd, offset0 + (0x1000 * ctxt), value); in write_uctxt_csr()
|
D | sdma.c | 289 u32 offset0, in write_sde_csr() argument 292 write_kctxt_csr(sde->dd, sde->this_idx, offset0, value); in write_sde_csr() 297 u32 offset0) in read_sde_csr() argument 299 return read_kctxt_csr(sde->dd, sde->this_idx, offset0); in read_sde_csr()
|
/linux-4.4.14/drivers/macintosh/ |
D | windfarm_pm81.c | 168 s16 offset0; member 183 s16 offset0; member 201 .offset0 = 0xff38, 213 .offset0 = 0xff38, 225 .offset0 = 0x0000, 295 wf_smu_sys_fans->offset0 = param->offset0; in wf_smu_create_sys_fans() 359 scaled = ((((s64)new_setpoint) * (s64)st->scale0) >> 12) + st->offset0; in wf_smu_sys_fans_tick()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | dispc.c | 1825 unsigned *offset0, unsigned *offset1, in calc_vrfb_rotation_offset() argument 1868 *offset0 = field_offset * screen_width * ps; in calc_vrfb_rotation_offset() 1870 *offset0 = 0; in calc_vrfb_rotation_offset() 1890 *offset0 = field_offset * screen_width * ps; in calc_vrfb_rotation_offset() 1892 *offset0 = 0; in calc_vrfb_rotation_offset() 1910 unsigned *offset0, unsigned *offset1, in calc_dma_rotation_offset() argument 1950 *offset0 = *offset1 + field_offset * screen_width * ps; in calc_dma_rotation_offset() 1952 *offset0 = *offset1; in calc_dma_rotation_offset() 1965 *offset0 = *offset1 + field_offset * ps; in calc_dma_rotation_offset() 1967 *offset0 = *offset1; in calc_dma_rotation_offset() [all …]
|
/linux-4.4.14/arch/sh/include/asm/ |
D | syscalls_32.h | 19 asmlinkage int sys_fadvise64_64_wrapper(int fd, u32 offset0, u32 offset1,
|
/linux-4.4.14/drivers/video/fbdev/riva/ |
D | riva_hw.c | 1329 state->offset0 = in CalcStateExt() 1450 NV_WR32(chip->PGRAPH, 0x00000630, state->offset0); in LoadStateExt() 1492 NV_WR32(chip->PGRAPH, 0x00000640, state->offset0); in LoadStateExt() 1540 NV_WR32(chip->PGRAPH, 0x00000640, state->offset0); in LoadStateExt() 1550 NV_WR32(chip->PGRAPH, 0x00000820, state->offset0); in LoadStateExt() 1779 state->offset0 = NV_RD32(chip->PGRAPH, 0x00000630); in UnloadStateExt() 1789 state->offset0 = NV_RD32(chip->PGRAPH, 0x00000640); in UnloadStateExt() 1801 state->offset0 = NV_RD32(chip->PGRAPH, 0x00000640); in UnloadStateExt()
|
D | riva_hw.h | 521 U032 offset0; member
|
/linux-4.4.14/drivers/mtd/nand/brcmnand/ |
D | brcmnand.c | 927 u16 offset0, offset10, reg_offs; in oob_reg_read() local 929 offset0 = ctrl->reg_offsets[BRCMNAND_OOB_READ_BASE]; in oob_reg_read() 938 reg_offs = offset0 + (offs & ~0x03); in oob_reg_read() 946 u16 offset0, offset10, reg_offs; in oob_reg_write() local 948 offset0 = ctrl->reg_offsets[BRCMNAND_OOB_WRITE_BASE]; in oob_reg_write() 957 reg_offs = offset0 + (offs & ~0x03); in oob_reg_write()
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | hostap_wlan.h | 283 u16 offset0; member
|
D | hostap_main.c | 793 dev->name, regs.cmd, regs.evstat, regs.offset0, regs.offset1, in prism2_tx_timeout()
|
D | hostap_hw.c | 166 regs->offset0 = HFA384X_INW(HFA384X_OFFSET0_OFF); in hfa384x_read_regs()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_ethtool.c | 2176 u32 offset0; in bnx2x_test_registers() member 2291 for (i = 0; reg_tbl[i].offset0 != 0xffffffff; i++) { in bnx2x_test_registers() 2296 offset = reg_tbl[i].offset0 + port*reg_tbl[i].offset1; in bnx2x_test_registers()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | cnic.c | 4535 u32 val, offset0, offset1, offset2, offset3; in cnic_init_bnx2_tx_ring() local 4561 offset0 = BNX2_L2CTX_TYPE_XI; in cnic_init_bnx2_tx_ring() 4569 offset0 = BNX2_L2CTX_TYPE; in cnic_init_bnx2_tx_ring() 4575 cnic_ctx_wr(dev, cid_addr, offset0, val); in cnic_init_bnx2_tx_ring()
|
D | bnx2.c | 5142 u32 val, offset0, offset1, offset2, offset3; in bnx2_init_tx_context() local 5146 offset0 = BNX2_L2CTX_TYPE_XI; in bnx2_init_tx_context() 5151 offset0 = BNX2_L2CTX_TYPE; in bnx2_init_tx_context() 5157 bnx2_ctx_wr(bp, cid_addr, offset0, val); in bnx2_init_tx_context()
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2800lib.c | 776 u8 offset0; in rt2800_agc_to_rssi() local 782 offset0 = rt2x00_get_field16(eeprom, EEPROM_RSSI_BG_OFFSET0); in rt2800_agc_to_rssi() 788 offset0 = rt2x00_get_field16(eeprom, EEPROM_RSSI_A_OFFSET0); in rt2800_agc_to_rssi() 799 rssi0 = (rssi0) ? (-12 - offset0 - rt2x00dev->lna_gain - rssi0) : -128; in rt2800_agc_to_rssi()
|