Searched refs:uiResetValue (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/bcm/ |
D | DDRInit.c | 796 UINT uiResetValue = 0; in ddr_init() local 838 retval = rdmalt(Adapter, (UINT)0x0f000830, &uiResetValue, in ddr_init() 839 sizeof(uiResetValue)); in ddr_init() 846 uiResetValue |= 0x44; in ddr_init() 847 retval = wrmalt(Adapter, (UINT)0x0f000830, &uiResetValue, in ddr_init() 848 sizeof(uiResetValue)); in ddr_init() 989 uiResetValue = 0x01010001; in ddr_init() 991 &uiResetValue, sizeof(uiResetValue)); in ddr_init() 1000 uiResetValue = 0x00040020; in ddr_init() 1002 &uiResetValue, sizeof(uiResetValue)); in ddr_init() [all …]
|
D | led_control.c | 591 UINT uiResetValue = 0; in LedGpioInit() local 596 if (rdmalt(Adapter, GPIO_MODE_REGISTER, &uiResetValue, in LedGpioInit() 597 sizeof(uiResetValue)) < 0) in LedGpioInit() 604 uiResetValue |= (1 << curr_led_state->GPIO_Num); in LedGpioInit() 609 if (wrmalt(Adapter, GPIO_MODE_REGISTER, &uiResetValue, in LedGpioInit() 610 sizeof(uiResetValue)) < 0) in LedGpioInit() 663 UINT uiResetValue, in handle_adapter_driver_state() argument 758 uiResetValue = 0; in handle_adapter_driver_state() 829 UINT uiResetValue = 0; in LEDControlThread() local 889 uiResetValue, in LEDControlThread()
|
D | Misc.c | 783 unsigned int value = 0, uiResetValue = 0; in reset_card_proc() local 869 rdmalt(ps_adapter, CLOCK_RESET_CNTRL_REG_1, &uiResetValue, sizeof(uiResetValue)); in reset_card_proc() 870 uiResetValue |= (1<<30); in reset_card_proc() 871 wrmalt(ps_adapter, CLOCK_RESET_CNTRL_REG_1, &uiResetValue, sizeof(uiResetValue)); in reset_card_proc() 875 uiResetValue = 0; in reset_card_proc() 880 rdmalt(ps_adapter, SYS_CFG, &uiResetValue, sizeof(uiResetValue)); in reset_card_proc() 881 if (uiResetValue & (1<<4)) { in reset_card_proc() 882 uiResetValue = 0; in reset_card_proc() 883 …rdmalt(ps_adapter, SYS_CFG, &uiResetValue, sizeof(uiResetValue)); /* 2nd read to make it writable.… in reset_card_proc() 884 uiResetValue &= (~(1<<4)); in reset_card_proc() [all …]
|