/kernel/linux/linux-5.10/drivers/pinctrl/nuvoton/ |
H A D | pinctrl-npcm7xx.c | 914 #define SLEW 0x4 /* Has Slew Control, NPCM7XX_GP_N_OSRC */ macro 930 NPCM7XX_PINCFG(4, iox2, MFSEL3, 14, smb1d, I2CSEGSEL, 7, none, NONE, 0, SLEW), 931 NPCM7XX_PINCFG(5, iox2, MFSEL3, 14, smb1d, I2CSEGSEL, 7, none, NONE, 0, SLEW), 932 NPCM7XX_PINCFG(6, iox2, MFSEL3, 14, smb2d, I2CSEGSEL, 10, none, NONE, 0, SLEW), 933 NPCM7XX_PINCFG(7, iox2, MFSEL3, 14, smb2d, I2CSEGSEL, 10, none, NONE, 0, SLEW), 938 NPCM7XX_PINCFG(12, gspi, MFSEL1, 24, smb5b, I2CSEGSEL, 19, none, NONE, 0, SLEW), 939 NPCM7XX_PINCFG(13, gspi, MFSEL1, 24, smb5b, I2CSEGSEL, 19, none, NONE, 0, SLEW), 940 NPCM7XX_PINCFG(14, gspi, MFSEL1, 24, smb5c, I2CSEGSEL, 20, none, NONE, 0, SLEW), 941 NPCM7XX_PINCFG(15, gspi, MFSEL1, 24, smb5c, I2CSEGSEL, 20, none, NONE, 0, SLEW), 960 NPCM7XX_PINCFG(33, none, NONE, 0, none, NONE, 0, none, NONE, 0, SLEW), [all...] |
/kernel/linux/linux-6.6/drivers/pinctrl/nuvoton/ |
H A D | pinctrl-npcm7xx.c | 921 #define SLEW 0x4 /* Has Slew Control, NPCM7XX_GP_N_OSRC */ macro 937 NPCM7XX_PINCFG(4, iox2, MFSEL3, 14, smb1d, I2CSEGSEL, 7, none, NONE, 0, SLEW), 938 NPCM7XX_PINCFG(5, iox2, MFSEL3, 14, smb1d, I2CSEGSEL, 7, none, NONE, 0, SLEW), 939 NPCM7XX_PINCFG(6, iox2, MFSEL3, 14, smb2d, I2CSEGSEL, 10, none, NONE, 0, SLEW), 940 NPCM7XX_PINCFG(7, iox2, MFSEL3, 14, smb2d, I2CSEGSEL, 10, none, NONE, 0, SLEW), 945 NPCM7XX_PINCFG(12, gspi, MFSEL1, 24, smb5b, I2CSEGSEL, 19, none, NONE, 0, SLEW), 946 NPCM7XX_PINCFG(13, gspi, MFSEL1, 24, smb5b, I2CSEGSEL, 19, none, NONE, 0, SLEW), 947 NPCM7XX_PINCFG(14, gspi, MFSEL1, 24, smb5c, I2CSEGSEL, 20, none, NONE, 0, SLEW), 948 NPCM7XX_PINCFG(15, gspi, MFSEL1, 24, smb5c, I2CSEGSEL, 20, none, NONE, 0, SLEW), 967 NPCM7XX_PINCFG(33, none, NONE, 0, none, NONE, 0, none, NONE, 0, SLEW), [all...] |
/kernel/linux/linux-5.10/drivers/pinctrl/bcm/ |
H A D | pinctrl-bcm281xx.c | 1159 BCM281XX_PIN_SHIFT(STD, SLEW), in bcm281xx_std_pin_update() 1160 BCM281XX_PIN_MASK(STD, SLEW)); in bcm281xx_std_pin_update() 1261 BCM281XX_PIN_SHIFT(I2C, SLEW), in bcm281xx_i2c_pin_update() 1262 BCM281XX_PIN_MASK(I2C, SLEW)); in bcm281xx_i2c_pin_update()
|
/kernel/linux/linux-6.6/drivers/pinctrl/bcm/ |
H A D | pinctrl-bcm281xx.c | 1152 BCM281XX_PIN_SHIFT(STD, SLEW), in bcm281xx_std_pin_update() 1153 BCM281XX_PIN_MASK(STD, SLEW)); in bcm281xx_std_pin_update() 1254 BCM281XX_PIN_SHIFT(I2C, SLEW), in bcm281xx_i2c_pin_update() 1255 BCM281XX_PIN_MASK(I2C, SLEW)); in bcm281xx_i2c_pin_update()
|