Lines Matching defs:s
88 static bool mpc_i2c_is_enabled(MPCI2CState *s) in mpc_i2c_is_enabled() argument
93 static bool mpc_i2c_is_master(MPCI2CState *s) in mpc_i2c_is_master()
98 static bool mpc_i2c_direction_is_tx(MPCI2CState *s) in mpc_i2c_direction_is_tx()
103 static bool mpc_i2c_irq_pending(MPCI2CState *s) in mpc_i2c_irq_pending()
108 static bool mpc_i2c_irq_is_enabled(MPCI2CState *s) in mpc_i2c_irq_is_enabled()
125 static void mpc_i2c_irq(MPCI2CState *s) in mpc_i2c_irq()
141 static void mpc_i2c_soft_reset(MPCI2CState *s) in mpc_i2c_soft_reset()
149 static void mpc_i2c_address_send(MPCI2CState *s) in mpc_i2c_address_send()
163 static void mpc_i2c_data_send(MPCI2CState *s) in mpc_i2c_data_send()
177 static void mpc_i2c_data_recive(MPCI2CState *s) in mpc_i2c_data_recive()
195 MPCI2CState *s = opaque; in mpc_i2c_read() local
235 MPCI2CState *s = opaque; in mpc_i2c_write() local