Home
last modified time | relevance | path

Searched refs:V_SMB_CMD (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/i2c/busses/
H A Di2c-sibyte.c50 csr_out32(V_SMB_CMD(command), SMB_CSR(adap, R_SMB_CMD)); in smbus_xfer()
56 csr_out32(V_SMB_CMD(command), SMB_CSR(adap, R_SMB_CMD)); in smbus_xfer()
69 csr_out32(V_SMB_CMD(command), SMB_CSR(adap, R_SMB_CMD)); in smbus_xfer()
/openbmc/linux/arch/mips/include/asm/sibyte/
H A Dsb1250_smbus.h40 #define V_SMB_CMD(x) _SB_MAKEVALUE(x, S_SMB_CMD) macro