Searched refs:reg_control (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/mips/cavium-octeon/executive/ |
D | cvmx-helper-board.c | 497 cvmx_mdio_phy_reg_control_t reg_control; in cvmx_helper_board_link_set_phy() local 537 reg_control.u16 = in cvmx_helper_board_link_set_phy() 540 reg_control.s.autoneg_enable = 1; in cvmx_helper_board_link_set_phy() 541 reg_control.s.restart_autoneg = 1; in cvmx_helper_board_link_set_phy() 543 CVMX_MDIO_PHY_REG_CONTROL, reg_control.u16); in cvmx_helper_board_link_set_phy() 545 cvmx_mdio_phy_reg_control_t reg_control; in cvmx_helper_board_link_set_phy() local 595 reg_control.u16 = in cvmx_helper_board_link_set_phy() 598 reg_control.s.autoneg_enable = 1; in cvmx_helper_board_link_set_phy() 599 reg_control.s.restart_autoneg = 1; in cvmx_helper_board_link_set_phy() 601 CVMX_MDIO_PHY_REG_CONTROL, reg_control.u16); in cvmx_helper_board_link_set_phy() [all …]
|
/linux-4.4.14/sound/pci/ |
D | bt87x.c | 207 u32 reg_control; member 340 if ((irq_status & INT_RISCI) && (chip->reg_control & CTL_ACAP_EN)) { in snd_bt87x_interrupt() 394 chip->reg_control |= CTL_DA_IOM_DA | CTL_A_PWRDN; in snd_bt87x_set_digital_hw() 415 chip->reg_control &= ~(CTL_DA_IOM_DA | CTL_A_PWRDN); in snd_bt87x_set_analog_hw() 455 chip->reg_control |= CTL_A_PWRDN; in snd_bt87x_close() 456 snd_bt87x_writel(chip, REG_GPIO_DMA_CTL, chip->reg_control); in snd_bt87x_close() 496 chip->reg_control &= ~(CTL_DA_SDR_MASK | CTL_DA_SBR); in snd_bt87x_prepare() 498 chip->reg_control |= decimation << CTL_DA_SDR_SHIFT; in snd_bt87x_prepare() 500 chip->reg_control |= CTL_DA_SBR; in snd_bt87x_prepare() 501 snd_bt87x_writel(chip, REG_GPIO_DMA_CTL, chip->reg_control); in snd_bt87x_prepare() [all …]
|
/linux-4.4.14/drivers/leds/ |
D | leds-88pm860x.c | 46 int reg_control; member 86 pm860x_set_bits(led->i2c, led->reg_control, in pm860x_led_work() 94 pm860x_set_bits(led->i2c, led->reg_control, LED_PWM_MASK, in pm860x_led_work() 98 pm860x_bulk_read(led->i2c, led->reg_control, 3, buf); in pm860x_led_work() 104 pm860x_set_bits(led->i2c, led->reg_control, in pm860x_led_work() 113 led->reg_control, led->brightness); in pm860x_led_work() 172 data->reg_control = res->start; in pm860x_led_probe()
|
/linux-4.4.14/drivers/net/ethernet/ibm/ehea/ |
D | ehea_phyp.c | 433 u64 reg_control; in ehea_h_register_rpage() local 435 reg_control = EHEA_BMASK_SET(H_REG_RPAGE_PAGE_SIZE, pagesize) in ehea_h_register_rpage() 440 reg_control, /* R5 */ in ehea_h_register_rpage()
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
D | low_i2c.c | 129 reg_control, enumerator 237 kw_write_reg(reg_control, KW_I2C_CTL_STOP); in kw_i2c_do_stop() 290 kw_write_reg(reg_control, in kw_i2c_handle_interrupt() 309 kw_write_reg(reg_control, 0); in kw_i2c_handle_interrupt() 466 kw_write_reg(reg_control, KW_I2C_CTL_XADDR); in kw_i2c_xfer()
|