Searched refs:drive (Results 1 – 11 of 11) sorted by relevance
| /drivers/pinctrl/nxp/ |
| A D | pinctrl-mxs.c | 117 reg = iomux->base + iomux->regs->drive; in mxs_pinctrl_set_state() 167 .drive = 0x200, 173 .drive = 0x300,
|
| A D | pinctrl-mxs.h | 52 u16 drive; member
|
| /drivers/pinctrl/sunxi/ |
| A D | pinctrl-sunxi.c | 114 uint bank, uint pin, uint drive) in sunxi_pinctrl_pinconf_set_drive() argument 118 if (drive < 10 || drive > 40) in sunxi_pinctrl_pinconf_set_drive() 122 sunxi_gpio_set_drv_bank(regs, pin, drive / 10 - 1); in sunxi_pinctrl_pinconf_set_drive()
|
| /drivers/pinctrl/nuvoton/ |
| A D | Kconfig | 20 drive-strength, and slew rate control for some of the pins.
|
| /drivers/pinctrl/ |
| A D | pinctrl-k210.c | 545 int drive = k210_pc_get_drive(argument); in k210_pc_pinconf_set() local 547 if (IS_ERR_VALUE(drive)) in k210_pc_pinconf_set() 548 return drive; in k210_pc_pinconf_set() 550 val |= FIELD_PREP(K210_PC_DRIVE_MASK, drive); in k210_pc_pinconf_set()
|
| /drivers/mmc/ |
| A D | octeontx_hsmmc.h | 77 uint drive; /* Current drive */ member
|
| A D | octeontx_hsmmc.c | 662 io_ctl.s.drive, 2 << io_ctl.s.drive); in octeontx_mmc_print_registers2() 2831 if (slot->drive < 0 || slot->slew < 0) in octeontx_mmc_io_drive_setup() 2835 io_ctl.s.drive = slot->drive; in octeontx_mmc_io_drive_setup() 3608 slot->drive = ofnode_read_s32_default(node, "cavium,drv-strength", -1); in octeontx_mmc_get_config()
|
| /drivers/block/ |
| A D | Kconfig | 143 This allows access to raw blocks and filesystems on an IDE drive
|
| /drivers/gpio/ |
| A D | Kconfig | 12 drive LEDs, control power to various system parts and read user
|
| /drivers/serial/ |
| A D | Kconfig | 1021 the IP used to drive the Debug UART port, for that see PL01X_SERIAL .
|
| /drivers/video/ |
| A D | Kconfig | 309 It can drive a maximum 960x240 dot graphics on a-TFT panel
|
Completed in 33 milliseconds