Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/block/
Dxsysace.c170 struct ace_device { struct
224 u16(*in) (struct ace_device * ace, int reg); argument
225 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 …]