Searched refs:swim_read (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/ |
H A D | swim.c | 63 #define swim_read(base, reg) in_8(&(base)->read_##reg) macro 253 if (swim_read(base, phase) != 0xf5) in get_swim_mode() 256 if (swim_read(base, phase) != 0xf6) in get_swim_mode() 259 if (swim_read(base, phase) != 0xf7) in get_swim_mode() 301 stat = swim_read(base, handshake); in swim_readbit()
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | swim.c | 64 #define swim_read(base, reg) in_8(&(base)->read_##reg) macro 255 if (swim_read(base, phase) != 0xf5) in get_swim_mode() 258 if (swim_read(base, phase) != 0xf6) in get_swim_mode() 261 if (swim_read(base, phase) != 0xf7) in get_swim_mode() 303 stat = swim_read(base, handshake); in swim_readbit()
|
Completed in 4 milliseconds