Lines Matching full:pin
11 #define PIN_CON 0x00 /* Offset of pin function register */
12 #define PIN_DAT 0x04 /* Offset of pin data register */
13 #define PIN_PUD 0x08 /* Offset of pin pull up/down config register */
14 #define PIN_DRV 0x0C /* Offset of pin drive strength register */
17 * struct samsung_pin_bank_data: represent a controller pin-bank data.
18 * @offset: starting offset of the pin-bank registers.
20 * @name: name to be prefixed for each pin in this pin bank.
36 * struct samsung_pin_ctrl: represent a pin controller.
37 * @pin_banks: list of pin banks included in this controller.
38 * @nr_banks: number of pin banks.
46 * struct exynos_pinctrl_priv: exynos pin controller driver private data
47 * @pin_ctrl: pin controller bank information.
48 * @base: base address of the pin controller instance.
49 * @num_banks: number of pin banks included in the pin controller.