Lines Matching refs:u16data
413 MS_U16 u16data=0, u16data1 = 0; in HAL_SYS_SetPadMux() local
423 u16data = HAL_SYS_Read2Byte(0x101EAE) & ~(BIT10|BIT9|BIT8); in HAL_SYS_SetPadMux()
427 u16data |= BIT8; in HAL_SYS_SetPadMux()
428 HAL_SYS_Write2Byte(0x101EAE, u16data); in HAL_SYS_SetPadMux()
432 u16data |= BIT9; in HAL_SYS_SetPadMux()
433 HAL_SYS_Write2Byte(0x101EAE, u16data); in HAL_SYS_SetPadMux()
437 u16data |= BIT10; in HAL_SYS_SetPadMux()
438 HAL_SYS_Write2Byte(0x101EAE, u16data); in HAL_SYS_SetPadMux()
451 u16data = HAL_SYS_Read2Byte(0x101EAE) & ~(BIT13|BIT12|BIT11); in HAL_SYS_SetPadMux()
457 u16data |= BIT11; in HAL_SYS_SetPadMux()
461 u16data |= BIT12; in HAL_SYS_SetPadMux()
464 u16data |= (BIT11|BIT12); in HAL_SYS_SetPadMux()
476 u16data |= BIT13; in HAL_SYS_SetPadMux()
481 HAL_SYS_Write2Byte(0x101EAE, u16data); in HAL_SYS_SetPadMux()
486 u16data = HAL_SYS_Read2Byte(0x101EAE) & ~(BIT14|BIT15); in HAL_SYS_SetPadMux()
490 HAL_SYS_Write2Byte(0x101EAE, u16data|BIT14); in HAL_SYS_SetPadMux()
494 HAL_SYS_Write2Byte(0x101EAE, u16data|BIT15); in HAL_SYS_SetPadMux()
503 u16data = HAL_SYS_Read2Byte(0x101ECE) & ~(BIT12|BIT13|BIT14|BIT15); in HAL_SYS_SetPadMux()
509 u16data |= BIT13; in HAL_SYS_SetPadMux()
513 u16data |= (BIT12|BIT14); in HAL_SYS_SetPadMux()
516 u16data |= BIT12; in HAL_SYS_SetPadMux()
522 u16data |= (BIT12|BIT13|BIT14); in HAL_SYS_SetPadMux()
525 u16data |= BIT15; in HAL_SYS_SetPadMux()
528 u16data |= (BIT13|BIT14); in HAL_SYS_SetPadMux()
533 HAL_SYS_Write2Byte(0x101ECE, u16data); in HAL_SYS_SetPadMux()
538 u16data = HAL_SYS_Read2Byte(0x101E80) & ~(BIT10|BIT11); in HAL_SYS_SetPadMux()
541 HAL_SYS_Write2Byte(0x101E80, u16data|BIT11); in HAL_SYS_SetPadMux()
545 HAL_SYS_Write2Byte(0x101E80, u16data|BIT10); in HAL_SYS_SetPadMux()
554 u16data = HAL_SYS_Read2Byte(0x101E80) & ~BIT12; in HAL_SYS_SetPadMux()
557 HAL_SYS_Write2Byte(0x101E80, u16data|BIT12); in HAL_SYS_SetPadMux()
577 u16data = HAL_SYS_Read2Byte(0x101EDC) & ~(BIT5|BIT4); in HAL_SYS_SetPadMux()
581 u16data |= BIT4; in HAL_SYS_SetPadMux()
582 HAL_SYS_Write2Byte(0x101EDC, u16data); in HAL_SYS_SetPadMux()
587 u16data |= BIT5; in HAL_SYS_SetPadMux()
588 HAL_SYS_Write2Byte(0x101EDC, u16data); in HAL_SYS_SetPadMux()
598 u16data |= BIT2; in HAL_SYS_SetPadMux()
599 HAL_SYS_Write2Byte(0x101EB4, u16data); in HAL_SYS_SetPadMux()
603 u16data = HAL_SYS_Read2Byte(0x101EB4) & ~(BIT10|BIT1|BIT2|BIT3); in HAL_SYS_SetPadMux()
604 HAL_SYS_Write2Byte(0x101EB4, u16data); in HAL_SYS_SetPadMux()