Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/arch/x86/ia32/
Dsys_io.h31 void sys_io_clear_bit(io_port_t port, unsigned int bit) in sys_io_clear_bit() function
72 sys_io_clear_bit(port, bit); in sys_io_test_and_clear_bit()
/Zephyr-latest/include/zephyr/arch/arc/v2/
Dsys_io.h76 void sys_io_clear_bit(io_port_t port, unsigned int bit) in sys_io_clear_bit() function
124 sys_io_clear_bit(port, bit); in sys_io_test_and_clear_bit()
/Zephyr-latest/drivers/spi/
Dspi_dw.h86 sys_io_clear_bit(addr + off/4, bit); in aux_reg_clear_bit()
/Zephyr-latest/drivers/gpio/
Dgpio_dw.c53 sys_io_clear_bit(base_addr + offset, bit); in dw_set_bit()