Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/bcma/
Ddriver_chipcommon.c212 bcma_cc_write32(cc, BCMA_CC_GPIOPULLDOWN, pulldown); in bcma_core_chipcommon_init()
370 res = bcma_cc_write32_masked(cc, BCMA_CC_GPIOPULLDOWN, mask, value); in bcma_chipco_gpio_pulldown()
/linux-6.1.9/include/linux/bcma/
Dbcma_driver_chipcommon.h194 #define BCMA_CC_GPIOPULLDOWN 0x005C /* Rev >= 20 only */ macro