/linux-4.1.27/arch/s390/kernel/ |
D | perf_cpum_sf.c | 346 struct sf_raw_sample *sfr = (struct sf_raw_sample *) RAWSAMPLE_REG(hwc); in event_sample_size() local 353 sample_size = sfr->bsdes; in event_sample_size() 355 sample_size += sfr->dsdes; in event_sample_size() 370 struct sf_raw_sample *sfr; in allocate_buffers() local 388 sfr_size = ALIGN((sizeof(*sfr) - sizeof(sfr->diag) + cpuhw->qsi.dsdes) + in allocate_buffers() 391 sfr = kzalloc(sfr_size, GFP_KERNEL); in allocate_buffers() 392 if (!sfr) in allocate_buffers() 394 sfr->size = sfr_size; in allocate_buffers() 395 sfr->bsdes = cpuhw->qsi.bsdes; in allocate_buffers() 396 sfr->dsdes = cpuhw->qsi.dsdes; in allocate_buffers() [all …]
|
/linux-4.1.27/drivers/hwmon/ |
D | smsc47m192.c | 126 u8 sfr = i2c_smbus_read_byte_data(client, SMSC47M192_REG_SFR); in smsc47m192_update_device() local 153 if (sfr & 0x10) { in smsc47m192_update_device() 357 u8 sfr = i2c_smbus_read_byte_data(client, SMSC47M192_REG_SFR); in set_temp_offset() local 376 (sfr & 0xef) | (nr == 0 ? 0x10 : 0)); in set_temp_offset() 380 } else if ((sfr & 0x10) == (nr == 0 ? 0x10 : 0)) in set_temp_offset() 532 u8 sfr = i2c_smbus_read_byte_data(client, SMSC47M192_REG_SFR); in smsc47m192_init_client() local 536 (sfr & 0xfd) | 0x02); in smsc47m192_init_client()
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | hdmi5_core.c | 60 unsigned long long sfr; in hdmi_core_ddc_init() local 63 sfr = iclk / sfr_div; /* SFR_DIV */ in hdmi_core_ddc_init() 64 sfr /= 1000; /* SFR clock in kHz */ in hdmi_core_ddc_init() 76 v = DIV_ROUND_UP_ULL(ss_scl_high * sfr, 1000000); in hdmi_core_ddc_init() 83 v = DIV_ROUND_UP_ULL(ss_scl_low * sfr, 1000000); in hdmi_core_ddc_init() 90 v = DIV_ROUND_UP_ULL(fs_scl_high * sfr, 1000000); in hdmi_core_ddc_init() 97 v = DIV_ROUND_UP_ULL(fs_scl_low * sfr, 1000000); in hdmi_core_ddc_init() 104 v = DIV_ROUND_UP_ULL(sda_hold * sfr, 1000000); in hdmi_core_ddc_init()
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | stb0899_algo.c | 41 static u32 stb0899_calc_srate(u32 master_clk, u8 *sfr) 48 tmp = (((u32)sfr[0]) << 16) | (((u32)sfr[1]) << 8) | sfr[2]; 63 u8 sfr[3]; 65 stb0899_read_regs(state, STB0899_SFRH, sfr, 3); 67 return stb0899_calc_srate(internal->master_clk, sfr); 81 u8 sfr[3]; in stb0899_set_srate() local 104 sfr[0] = tmp >> 16; in stb0899_set_srate() 105 sfr[1] = tmp >> 8; in stb0899_set_srate() 106 sfr[2] = tmp; in stb0899_set_srate() 108 stb0899_write_regs(state, STB0899_SFRH, sfr, 3); in stb0899_set_srate()
|
D | stv0299.c | 247 u8 sfr[3]; in stv0299_get_symbolrate() local 252 stv0299_readregs (state, 0x1f, sfr, 3); in stv0299_get_symbolrate() 255 srate = (sfr[0] << 8) | sfr[1]; in stv0299_get_symbolrate() 258 srate += (sfr[2] >> 4) * Mclk / 256; in stv0299_get_symbolrate()
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | atmel-at91.txt | 150 - compatible: Should be "atmel,<chip>-sfr", "syscon". 154 sfr@f0038000 { 155 compatible = "atmel,sama5d3-sfr", "syscon";
|
/linux-4.1.27/sound/aoa/soundbus/i2sbus/ |
D | pcm.c | 337 int sfr = 0; /* serial format register */ in i2sbus_pcm_prepare() local 450 &sfr) < 0) { in i2sbus_pcm_prepare() 456 sfr |= I2S_SF_SERIAL_FORMAT_I2S_32X; in i2sbus_pcm_prepare() 459 sfr |= I2S_SF_SERIAL_FORMAT_I2S_64X; in i2sbus_pcm_prepare() 463 sfr |= I2S_SF_SCLK_MASTER; in i2sbus_pcm_prepare() 486 if (in_le32(&i2sdev->intfregs->serial_format) == sfr in i2sbus_pcm_prepare() 514 out_le32(&i2sdev->intfregs->serial_format, sfr); in i2sbus_pcm_prepare()
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-sis630 | 5 630 chipset (Datasheet: available at http://www.sfr-fresh.com/linux)
|
/linux-4.1.27/drivers/power/ |
D | ds2780_battery.c | 592 u8 sfr; in ds2780_get_pio_pin() local 596 ret = ds2780_read8(dev_info, &sfr, DS2780_SFR_REG); in ds2780_get_pio_pin() 600 ret = sprintf(buf, "%d\n", sfr & DS2780_SFR_REG_PIOSC); in ds2780_get_pio_pin()
|
D | ds2781_battery.c | 594 u8 sfr; in ds2781_get_pio_pin() local 598 ret = ds2781_read8(dev_info, &sfr, DS2781_SFR); in ds2781_get_pio_pin() 602 ret = sprintf(buf, "%d\n", sfr & DS2781_SFR_PIOSC); in ds2781_get_pio_pin()
|
/linux-4.1.27/Documentation/filesystems/ |
D | dnotify.txt | 4 Stephen Rothwell <sfr@canb.auug.org.au>
|
/linux-4.1.27/Documentation/ko_KR/ |
D | HOWTO | 320 http://git.kernel.org/?p=linux/kernel/git/sfr/linux-next.git
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | sama5d3.dtsi | 245 sfr: sfr@f0038000 { label 246 compatible = "atmel,sama5d3-sfr", "syscon";
|
D | sama5d4.dtsi | 975 sfr: sfr@f8028000 { label 976 compatible = "atmel,sama5d4-sfr", "syscon";
|
/linux-4.1.27/Documentation/networking/ |
D | z8530drv.txt | 91 option 0 # option to set via sfr
|
/linux-4.1.27/ |
D | CREDITS | 3113 E: sfr@canb.auug.org.au 3114 W: http://www.canb.auug.org.au/~sfr
|