Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/bcma/
Ddriver_chipcommon.c153 bcma_cc_write32(cc, BCMA_CC_GPIOPULLUP, pullup); in bcma_core_chipcommon_init()
296 res = bcma_cc_write32_masked(cc, BCMA_CC_GPIOPULLUP, mask, value); in bcma_chipco_gpio_pullup()
/linux-4.4.14/include/linux/bcma/
Dbcma_driver_chipcommon.h191 #define BCMA_CC_GPIOPULLUP 0x0058 /* Rev >= 20 only */ macro