Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/arch/x86/ia32/
Dsys_io.h43 int sys_io_test_bit(io_port_t port, unsigned int bit) in sys_io_test_bit() function
60 ret = sys_io_test_bit(port, bit); in sys_io_test_and_set_bit()
71 ret = sys_io_test_bit(port, bit); in sys_io_test_and_clear_bit()
/Zephyr-latest/include/zephyr/arch/arc/v2/
Dsys_io.h90 int sys_io_test_bit(io_port_t port, unsigned int bit) in sys_io_test_bit() function
112 ret = sys_io_test_bit(port, bit); in sys_io_test_and_set_bit()
123 ret = sys_io_test_bit(port, bit); in sys_io_test_and_clear_bit()
/Zephyr-latest/drivers/spi/
Dspi_dw.h91 return sys_io_test_bit(addr + off/4, bit); in aux_reg_test_bit()