Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_spi.c1158 u32 tbl_ctl; in spi_clear_int_ext() local
1160 tbl_ctl = 0; in spi_clear_int_ext()
1163 tbl_ctl |= BIT(0); in spi_clear_int_ext()
1166 tbl_ctl |= BIT(1); in spi_clear_int_ext()
1168 ret = spi_write_reg(WILC_VMM_TBL_CTL, tbl_ctl); in spi_clear_int_ext()