Home
last modified time | relevance | path

Searched refs:uiResetValue (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/staging/bcm/
DDDRInit.c780 UINT uiResetValue = 0; in ddr_init() local
829 retval= rdmalt(Adapter,(UINT)0x0f000830, &uiResetValue, sizeof(uiResetValue)); in ddr_init()
834 uiResetValue |= 0x44; in ddr_init()
835 retval = wrmalt(Adapter,(UINT)0x0f000830, &uiResetValue, sizeof(uiResetValue)); in ddr_init()
992 uiResetValue = 0x01010001; in ddr_init()
993 retval = wrmalt(Adapter, (UINT)0x0F007018, &uiResetValue, sizeof(uiResetValue)); in ddr_init()
998 uiResetValue = 0x00040020; in ddr_init()
999 retval = wrmalt(Adapter, (UINT)0x0F007094, &uiResetValue, sizeof(uiResetValue)); in ddr_init()
1004 uiResetValue = 0x01020101; in ddr_init()
1005 retval = wrmalt(Adapter, (UINT)0x0F00701c, &uiResetValue, sizeof(uiResetValue)); in ddr_init()
[all …]
DMisc.c816 unsigned int value = 0, uiResetValue = 0; in reset_card_proc() local
902 rdmalt(ps_adapter, CLOCK_RESET_CNTRL_REG_1, &uiResetValue, sizeof(uiResetValue)); in reset_card_proc()
903 uiResetValue |= (1<<30); in reset_card_proc()
904 wrmalt(ps_adapter, CLOCK_RESET_CNTRL_REG_1, &uiResetValue, sizeof(uiResetValue)); in reset_card_proc()
908 uiResetValue = 0; in reset_card_proc()
913 rdmalt(ps_adapter, SYS_CFG, &uiResetValue, sizeof(uiResetValue)); in reset_card_proc()
914 if (uiResetValue & (1<<4)) { in reset_card_proc()
915 uiResetValue = 0; in reset_card_proc()
916 …rdmalt(ps_adapter, SYS_CFG, &uiResetValue, sizeof(uiResetValue)); /* 2nd read to make it writable.… in reset_card_proc()
917 uiResetValue &= (~(1<<4)); in reset_card_proc()
[all …]
Dled_control.c585 UINT uiResetValue = 0; in LedGpioInit() local
589 if (rdmalt(Adapter, GPIO_MODE_REGISTER, &uiResetValue, in LedGpioInit()
590 sizeof(uiResetValue)) < 0) in LedGpioInit()
596 uiResetValue |= (1 << Adapter->LEDInfo.LEDState[uiIndex].GPIO_Num); in LedGpioInit()
600 if (wrmalt(Adapter, GPIO_MODE_REGISTER, &uiResetValue, in LedGpioInit()
601 sizeof(uiResetValue)) < 0) in LedGpioInit()
653 UINT uiResetValue = 0; in LEDControlThread() local
798 uiResetValue = 0; in LEDControlThread()