Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dmxic_nand.c31 #define HC_CFG_SLV_ACT(x) ((x) << 21) macro
300 HC_CFG_SLV_ACT(0) | HC_CFG_MAN_CS_EN | in mxic_nfc_hw_init()
/openbmc/linux/drivers/spi/
H A Dspi-mxic.c32 #define HC_CFG_SLV_ACT(x) ((x) << 21) 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()