Searched refs:iosf_mbi_write (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/thermal/intel/ |
H A D | intel_soc_dts_iosf.c | 70 status = iosf_mbi_write(BT_MBI_UNIT_PMC, MBI_REG_WRITE, in update_trip_temp() 106 status = iosf_mbi_write(BT_MBI_UNIT_PMC, MBI_REG_WRITE, in update_trip_temp() 111 status = iosf_mbi_write(BT_MBI_UNIT_PMC, MBI_REG_WRITE, in update_trip_temp() 119 iosf_mbi_write(BT_MBI_UNIT_PMC, MBI_REG_WRITE, in update_trip_temp() 122 iosf_mbi_write(BT_MBI_UNIT_PMC, MBI_REG_WRITE, in update_trip_temp() 125 iosf_mbi_write(BT_MBI_UNIT_PMC, MBI_REG_WRITE, in update_trip_temp() 190 ret = iosf_mbi_write(BT_MBI_UNIT_PMC, MBI_REG_WRITE, in soc_dts_enable() 201 iosf_mbi_write(BT_MBI_UNIT_PMC, MBI_REG_WRITE, in remove_dts_thermal_zone() 268 status = iosf_mbi_write(BT_MBI_UNIT_PMC, MBI_REG_WRITE, in intel_soc_dts_iosf_interrupt_handler() 277 status = iosf_mbi_write(BT_MBI_UNIT_PMC, MBI_REG_WRITE, in intel_soc_dts_iosf_interrupt_handler()
|
/linux/arch/x86/include/asm/ |
H A D | iosf_mbi.h | 84 int iosf_mbi_write(u8 port, u8 opcode, u32 offset, u32 mdr); 209 int iosf_mbi_write(u8 port, u8 opcode, u32 offset, u32 mdr) in iosf_mbi_write() function
|
/linux/arch/x86/platform/intel/ |
H A D | iosf_mbi.c | 120 int iosf_mbi_write(u8 port, u8 opcode, u32 offset, u32 mdr) in iosf_mbi_write() function 141 EXPORT_SYMBOL(iosf_mbi_write); 344 ret = iosf_mbi_write(BT_MBI_UNIT_PMC, MBI_REG_WRITE, in iosf_mbi_block_punit_i2c_access() 470 err = iosf_mbi_write(port, in mcr_set()
|
/linux/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_v4l2.c | 521 iosf_mbi_write(BT_MBI_UNIT_PMC, MBI_REG_WRITE, MRFLD_ISPSSDVFS, reg); in punit_ddr_dvfs_enable()
|
/linux/drivers/mmc/host/ |
H A D | sdhci-pci-core.c | 440 if (iosf_mbi_write(BYT_IOSF_SCCEP, MBI_CR_WRITE, BYT_IOSF_OCP_NETCTRL0, in byt_ocp_setting()
|