Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dmxic_nand.c36 #define HC_CFG_IDLE_SIO_LVL(x) ((x) << 16) macro
301 HC_CFG_IDLE_SIO_LVL(1), nfc->regs + HC_CFG); in mxic_nfc_hw_init()
/openbmc/linux/drivers/spi/
H A Dspi-mxic.c37 #define HC_CFG_IDLE_SIO_LVL(x) ((x) << 16) macro
293 HC_CFG_SLV_ACT(0) | HC_CFG_MAN_CS_EN | HC_CFG_IDLE_SIO_LVL(1), in mxic_spi_hw_init()
310 HC_CFG_SLV_ACT(spi_get_chipselect(spi, 0)) | HC_CFG_IDLE_SIO_LVL(1); in mxic_spi_prep_hc_cfg()