Lines Matching +full:4 +full:ohm
33 #define BCM281XX_STD_PIN_REG_SLEW_SHIFT 4
47 #define BCM281XX_I2C_PIN_REG_PULL_UP_STR_SHIFT 4
53 #define BCM281XX_HDMI_PIN_REG_MODE_SHIFT 4
103 #define BCM281XX_PIN_BSC2_SCL 4
975 .reg_stride = 4,
1058 u32 offset = 4 * pdata->pins[group].number; in bcm281xx_pinmux_set()
1192 * The pull-up strength for an I2C pin is represented by bits 4-6 in the
1195 * 0b001: 1200 Ohm
1196 * 0b010: 1800 Ohm
1197 * 0b011: 720 Ohm
1198 * 0b100: 2700 Ohm
1199 * 0b101: 831 Ohm
1200 * 0b110: 1080 Ohm
1201 * 0b111: 568 Ohm
1330 u32 offset = 4 * pin; in bcm281xx_pinctrl_pin_config_set()