Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_health.c134 u8 synd = ioread8(&h->synd); in sensor_fw_synd_rfr()
508 u8 synd = ioread8(&h->synd); in print_health_info()
533 mlx5_core_info(dev, "irisc_index %d\n", ioread8(&h->irisc_index)); in print_health_info()
535 ioread8(&h->synd), hsynd_str(ioread8(&h->synd))); in print_health_info()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dio.h302 #undef ioread8
304 ioread8(const volatile void *addr) in ioread8() function
308 #define ioread8(addr) ioread8(addr) macro
/freebsd/sys/dev/drm2/
H A Ddrm_os_freebsd.h122 #define ioread8(addr) *(volatile uint8_t *)((char *)addr) macro