Searched refs:CLOCK_RESET_CNTRL_REG_1 (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/bcm/ |
D | Macros.h | 212 #define CLOCK_RESET_CNTRL_REG_1 0x0F00000C macro
|
D | Misc.c | 869 rdmalt(ps_adapter, CLOCK_RESET_CNTRL_REG_1, &uiResetValue, sizeof(uiResetValue)); in reset_card_proc() 871 wrmalt(ps_adapter, CLOCK_RESET_CNTRL_REG_1, &uiResetValue, sizeof(uiResetValue)); in reset_card_proc() 903 bytes = rdmalt(ps_adapter, CLOCK_RESET_CNTRL_REG_1, &value, sizeof(value)); in run_card_proc() 915 if (wrmalt(ps_adapter, CLOCK_RESET_CNTRL_REG_1, &value, sizeof(value)) < 0) { in run_card_proc()
|