/linux-4.1.27/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.1.27/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.1.27/drivers/video/fbdev/omap2/dss/ |
D | dispc.c | 1812 unsigned *offset0, unsigned *offset1, in calc_vrfb_rotation_offset() argument 1855 *offset0 = field_offset * screen_width * ps; in calc_vrfb_rotation_offset() 1857 *offset0 = 0; in calc_vrfb_rotation_offset() 1877 *offset0 = field_offset * screen_width * ps; in calc_vrfb_rotation_offset() 1879 *offset0 = 0; in calc_vrfb_rotation_offset() 1897 unsigned *offset0, unsigned *offset1, in calc_dma_rotation_offset() argument 1937 *offset0 = *offset1 + field_offset * screen_width * ps; in calc_dma_rotation_offset() 1939 *offset0 = *offset1; in calc_dma_rotation_offset() 1952 *offset0 = *offset1 + field_offset * ps; in calc_dma_rotation_offset() 1954 *offset0 = *offset1; in calc_dma_rotation_offset() [all …]
|
/linux-4.1.27/arch/sh/include/asm/ |
D | syscalls_32.h | 19 asmlinkage int sys_fadvise64_64_wrapper(int fd, u32 offset0, u32 offset1,
|
/linux-4.1.27/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.1.27/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.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_ethtool.c | 2131 u32 offset0; in bnx2x_test_registers() member 2246 for (i = 0; reg_tbl[i].offset0 != 0xffffffff; i++) { in bnx2x_test_registers() 2251 offset = reg_tbl[i].offset0 + port*reg_tbl[i].offset1; in bnx2x_test_registers()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | cnic.c | 4523 u32 val, offset0, offset1, offset2, offset3; in cnic_init_bnx2_tx_ring() local 4549 offset0 = BNX2_L2CTX_TYPE_XI; in cnic_init_bnx2_tx_ring() 4557 offset0 = BNX2_L2CTX_TYPE; in cnic_init_bnx2_tx_ring() 4563 cnic_ctx_wr(dev, cid_addr, offset0, val); in cnic_init_bnx2_tx_ring()
|
D | bnx2.c | 5124 u32 val, offset0, offset1, offset2, offset3; in bnx2_init_tx_context() local 5128 offset0 = BNX2_L2CTX_TYPE_XI; in bnx2_init_tx_context() 5133 offset0 = BNX2_L2CTX_TYPE; in bnx2_init_tx_context() 5139 bnx2_ctx_wr(bp, cid_addr, offset0, val); in bnx2_init_tx_context()
|
/linux-4.1.27/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()
|