Draft
Conversation
Member
Author
Member
Author
|
there are no users in static const struct mtk_pin_field_calc mt6589_pin_tdsel_range[] = {
/* CON0 */
PIN_FIELD_CALC(_s_pin, _e_pin, 0, 0x0700, 0x0, _s_bit, 3, 32, 0),
/* CON1 */
PIN_FIELD_CALC(_s_pin, _e_pin, 0, 0x0710, 0x0, _s_bit, 3, 32, 0),
/* CON2 */
PIN_FIELD_CALC(_s_pin, _e_pin, 0, 0x0720, 0x0, _s_bit, 3, 32, 0),
/* CON3 */
PIN_FIELD_CALC(_s_pin, _e_pin, 0, 0x0730, 0x0, _s_bit, 3, 32, 0),
/* CON4 */
PIN_FIELD_CALC(_s_pin, _e_pin, 0, 0x0740, 0x0, _s_bit, 3, 32, 0),
/* CON5 */
PIN_FIELD_CALC(_s_pin, _e_pin, 0, 0x0750, 0x0, _s_bit, 3, 32, 0),
/* CON6 */
PIN_FIELD_CALC(_s_pin, _e_pin, 1, 0x0760, 0x0, _s_bit, 3, 32, 0),
/* CON7 */
PIN_FIELD_CALC(_s_pin, _e_pin, 1, 0x0770, 0x0, _s_bit, 3, 32, 0),
/* CON8 */
PIN_FIELD_CALC(_s_pin, _e_pin, 0, 0x0780, 0x0, _s_bit, 3, 32, 0),
/* CON9 */
PIN_FIELD_CALC(_s_pin, _e_pin, 0, 0x0790, 0x0, _s_bit, 3, 32, 0),
};
static const struct mtk_pin_field_calc mt6589_pin_rdsel_range[] = {
};
[PINCTRL_PIN_REG_TDSEL] = MTK_RANGE(mt6589_pin_tdsel_range),
[PINCTRL_PIN_REG_RDSEL] = MTK_RANGE(mt6589_pin_rdsel_range), |
Member
Author
/*
* mt6589_drv_grp: DRV_GRP
* grp 0: DRV_GRP4
* grp 1: DRV_GRP1
* grp 2: DRV_GRP3
* grp 3: DRV_GRP5
*/linux/drivers/pinctrl/mediatek/pinctrl-mt6589.c Lines 19 to 34 in 7b7bf7a linux/drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c Lines 22 to 47 in b0edaf6 |
Member
Author
|
note: MT6589's pullen means R1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.