Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/
Dxsysace.c173 struct ace_device { struct
225 u16(*in) (struct ace_device * ace, int reg); argument
226 void (*out) (struct ace_device * ace, int reg, u16 val);
227 void (*datain) (struct ace_device * ace);
228 void (*dataout) (struct ace_device * ace);
232 static u16 ace_in_8(struct ace_device *ace, int reg) in ace_in_8()
238 static void ace_out_8(struct ace_device *ace, int reg, u16 val) in ace_out_8()
245 static void ace_datain_8(struct ace_device *ace) in ace_datain_8()
255 static void ace_dataout_8(struct ace_device *ace) in ace_dataout_8()
273 static u16 ace_in_be16(struct ace_device *ace, int reg) in ace_in_be16()
[all …]