1 /* SPDX-License-Identifier: GPL-2.0 */
3 * NSC/Cyrix CPU indexed register access. Must be inlined instead of
4 * macros to ensure correct access ordering
5 * Access order is always 0x22 (=offset), 0x23 (=value)
8 static inline u8
getCx86(u8 reg
)
14 static inline void setCx86(u8 reg
, u8 data
)