Searched refs:ace_device (Results 1 – 1 of 1) sorted by relevance
170 struct ace_device { struct224 u16(*in) (struct ace_device * ace, int reg); argument225 void (*out) (struct ace_device * ace, int reg, u16 val);226 void (*datain) (struct ace_device * ace);227 void (*dataout) (struct ace_device * ace);231 static u16 ace_in_8(struct ace_device *ace, int reg) in ace_in_8()237 static void ace_out_8(struct ace_device *ace, int reg, u16 val) in ace_out_8()244 static void ace_datain_8(struct ace_device *ace) in ace_datain_8()254 static void ace_dataout_8(struct ace_device *ace) in ace_dataout_8()272 static u16 ace_in_be16(struct ace_device *ace, int reg) in ace_in_be16()[all …]