Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bcma/
H A Ddriver_chipcommon.c211 bcma_cc_write32(cc, BCMA_CC_GPIOPULLUP, pullup); in bcma_core_chipcommon_init()
355 res = bcma_cc_write32_masked(cc, BCMA_CC_GPIOPULLUP, mask, value); in bcma_chipco_gpio_pullup()
/openbmc/linux/include/linux/bcma/
H A Dbcma_driver_chipcommon.h193 #define BCMA_CC_GPIOPULLUP 0x0058 /* Rev >= 20 only */ macro