Home
last modified time | relevance | path

Searched refs:iosf_mbi_write (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/thermal/intel/
H A Dintel_soc_dts_iosf.c70 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 Diosf_mbi.h84 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 Diosf_mbi.c120 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 Datomisp_v4l2.c521 iosf_mbi_write(BT_MBI_UNIT_PMC, MBI_REG_WRITE, MRFLD_ISPSSDVFS, reg); in punit_ddr_dvfs_enable()
/linux/drivers/mmc/host/
H A Dsdhci-pci-core.c440 if (iosf_mbi_write(BYT_IOSF_SCCEP, MBI_CR_WRITE, BYT_IOSF_OCP_NETCTRL0, in byt_ocp_setting()