Home
last modified time | relevance | path

Searched refs:smi_write (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/media/pci/smipcie/
H A Dsmipcie-main.c29 smi_write(MUX_MODE_CTRL, port_mux); in smi_hw_init()
35 smi_write(VIDEO_CTRL_STATUS_A, port_ctrl); in smi_hw_init()
39 smi_write(MPEG2_CTRL_A, port_ctrl); in smi_hw_init()
47 smi_write(MPEG2_CTRL_B, port_ctrl); in smi_hw_init()
50 smi_write(MSI_INT_ENA_CLR, ALL_INT); in smi_hw_init()
52 smi_write(MSI_INT_STATUS_CLR, int_stat); in smi_hw_init()
71 smi_write(sw_ctl, dwCtrl); in smi_i2c_cfg()
75 smi_write(sw_ctl, dwCtrl); in smi_i2c_cfg()
262 smi_write(MSI_INT_ENA_CLR, in smi_port_disableInterrupt()
270 smi_write(MSI_INT_ENA_SET, in smi_port_enableInterrupt()
[all …]
H A Dsmipcie-ir.c17 smi_write(MSI_INT_ENA_SET, IR_X_INT); in smi_ir_enableInterrupt()
24 smi_write(MSI_INT_ENA_CLR, IR_X_INT); in smi_ir_disableInterrupt()
31 smi_write(MSI_INT_STATUS_CLR, IR_X_INT); in smi_ir_clearInterrupt()
123 smi_write(IR_Idle_Cnt_Low, in smi_ir_start()
H A Dsmipcie.h295 #define smi_write(reg, value) writel((value), dev->lmmio + ((reg)>>2)) macro
/openbmc/u-boot/drivers/mtd/
H A Dst_smi.c353 static int smi_write(unsigned int *src_addr, unsigned int *dst_addr, in smi_write() function
434 return smi_write((unsigned int *)src, (unsigned int *)dest_addr, in write_buff()