drivers/pinctrl/mediatek/pinctrl-mt8188.c

Source file repositories/reference/linux-study-clean/drivers/pinctrl/mediatek/pinctrl-mt8188.c

File Facts

System
Linux kernel
Corpus path
drivers/pinctrl/mediatek/pinctrl-mt8188.c
Extension
.c
Size
76222 bytes
Lines
1674
Domain
Driver Families
Bucket
drivers/pinctrl
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (C) 2022 MediaTek Inc.
 * Author: Hui Liu <hui.liu@mediatek.com>
 *
 */

#include <linux/module.h>
#include "pinctrl-mtk-mt8188.h"
#include "pinctrl-paris.h"

/* MT8188 have multiple bases to program pin configuration listed as the below:
 * iocfg[0]:0x10005000, iocfg[1]:0x11c00000, iocfg[2]:0x11e10000,
 * iocfg[3]:0x11e20000, iocfg[4]:0x11ea0000
 * _i_based could be used to indicate what base the pin should be mapped into.
 */

#define PIN_FIELD_BASE(s_pin, e_pin, i_base, s_addr, x_addrs, s_bit, x_bits)  \
	PIN_FIELD_CALC(s_pin, e_pin, i_base, s_addr, x_addrs, s_bit, x_bits, \
		32, 0)

#define PINS_FIELD_BASE(s_pin, e_pin, i_base, s_addr, x_addrs, s_bit, x_bits) \
	PIN_FIELD_CALC(s_pin, e_pin, i_base, s_addr, x_addrs, s_bit, x_bits, \
		32, 1)

static const struct mtk_pin_field_calc mt8188_pin_mode_range[] = {
	PIN_FIELD(0, 177, 0x0300, 0x10, 0, 4),
};

static const struct mtk_pin_field_calc mt8188_pin_dir_range[] = {
	PIN_FIELD(0, 177, 0x0000, 0x10, 0, 1),
};

static const struct mtk_pin_field_calc mt8188_pin_di_range[] = {
	PIN_FIELD(0, 177, 0x0200, 0x10, 0, 1),
};

static const struct mtk_pin_field_calc mt8188_pin_do_range[] = {
	PIN_FIELD(0, 177, 0x0100, 0x10, 0, 1),
};

static const struct mtk_pin_field_calc mt8188_pin_smt_range[] = {
	PIN_FIELD_BASE(0, 0, 1, 0x0170, 0x10, 8, 1),
	PIN_FIELD_BASE(1, 1, 1, 0x0170, 0x10, 9, 1),
	PIN_FIELD_BASE(2, 2, 1, 0x0170, 0x10, 10, 1),
	PIN_FIELD_BASE(3, 3, 1, 0x0170, 0x10, 11, 1),
	PIN_FIELD_BASE(4, 4, 1, 0x0170, 0x10, 18, 1),
	PIN_FIELD_BASE(5, 5, 1, 0x0170, 0x10, 18, 1),
	PIN_FIELD_BASE(6, 6, 1, 0x0170, 0x10, 18, 1),
	PIN_FIELD_BASE(7, 7, 1, 0x0170, 0x10, 12, 1),
	PIN_FIELD_BASE(8, 8, 1, 0x0170, 0x10, 13, 1),
	PIN_FIELD_BASE(9, 9, 1, 0x0170, 0x10, 14, 1),
	PIN_FIELD_BASE(10, 10, 1, 0x0170, 0x10, 15, 1),
	PIN_FIELD_BASE(11, 11, 1, 0x0170, 0x10, 19, 1),
	PIN_FIELD_BASE(12, 12, 2, 0x0160, 0x10, 12, 1),
	PIN_FIELD_BASE(13, 13, 2, 0x0160, 0x10, 13, 1),
	PIN_FIELD_BASE(14, 14, 2, 0x0160, 0x10, 14, 1),
	PIN_FIELD_BASE(15, 15, 2, 0x0160, 0x10, 15, 1),
	PIN_FIELD_BASE(16, 16, 3, 0x00d0, 0x10, 10, 1),
	PIN_FIELD_BASE(17, 17, 3, 0x00d0, 0x10, 10, 1),
	PIN_FIELD_BASE(18, 18, 4, 0x00e0, 0x10, 9, 1),
	PIN_FIELD_BASE(19, 19, 4, 0x00e0, 0x10, 9, 1),
	PIN_FIELD_BASE(20, 20, 4, 0x00e0, 0x10, 9, 1),
	PIN_FIELD_BASE(21, 21, 4, 0x00e0, 0x10, 9, 1),
	PIN_FIELD_BASE(22, 22, 4, 0x00e0, 0x10, 0, 1),
	PIN_FIELD_BASE(23, 23, 4, 0x00e0, 0x10, 1, 1),
	PIN_FIELD_BASE(24, 24, 4, 0x00e0, 0x10, 2, 1),
	PIN_FIELD_BASE(25, 25, 1, 0x0170, 0x10, 17, 1),
	PIN_FIELD_BASE(26, 26, 1, 0x0170, 0x10, 17, 1),
	PIN_FIELD_BASE(27, 27, 1, 0x0170, 0x10, 17, 1),
	PIN_FIELD_BASE(28, 28, 1, 0x0170, 0x10, 18, 1),
	PIN_FIELD_BASE(29, 29, 1, 0x0170, 0x10, 16, 1),
	PIN_FIELD_BASE(30, 30, 1, 0x0170, 0x10, 17, 1),
	PIN_FIELD_BASE(31, 31, 1, 0x0170, 0x10, 19, 1),
	PIN_FIELD_BASE(32, 32, 1, 0x0170, 0x10, 19, 1),
	PIN_FIELD_BASE(33, 33, 1, 0x0170, 0x10, 20, 1),
	PIN_FIELD_BASE(34, 34, 1, 0x0170, 0x10, 20, 1),
	PIN_FIELD_BASE(35, 35, 1, 0x0170, 0x10, 19, 1),
	PIN_FIELD_BASE(36, 36, 1, 0x0170, 0x10, 20, 1),
	PIN_FIELD_BASE(37, 37, 1, 0x0170, 0x10, 21, 1),
	PIN_FIELD_BASE(38, 38, 1, 0x0170, 0x10, 20, 1),
	PIN_FIELD_BASE(39, 39, 1, 0x0170, 0x10, 21, 1),
	PIN_FIELD_BASE(40, 40, 1, 0x0170, 0x10, 21, 1),
	PIN_FIELD_BASE(41, 41, 1, 0x0170, 0x10, 21, 1),
	PIN_FIELD_BASE(42, 42, 2, 0x0160, 0x10, 21, 1),
	PIN_FIELD_BASE(43, 43, 2, 0x0160, 0x10, 22, 1),
	PIN_FIELD_BASE(44, 44, 2, 0x0160, 0x10, 21, 1),
	PIN_FIELD_BASE(45, 45, 2, 0x0160, 0x10, 22, 1),
	PIN_FIELD_BASE(46, 46, 3, 0x00d0, 0x10, 10, 1),
	PIN_FIELD_BASE(47, 47, 1, 0x0170, 0x10, 16, 1),

Annotation

Implementation Notes