Searched refs:gpioe (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_sup.c | 1589 gpio_enable = RD_REG_WORD_PIO(PIO_REG(ha, gpioe)); in qla2x00_beacon_blink() 1592 gpio_enable = rd_reg_word(®->gpioe); in qla2x00_beacon_blink() 1600 WRT_REG_WORD_PIO(PIO_REG(ha, gpioe), gpio_enable); in qla2x00_beacon_blink() 1602 wrt_reg_word(®->gpioe, gpio_enable); in qla2x00_beacon_blink() 1603 rd_reg_word(®->gpioe); in qla2x00_beacon_blink() 1646 gpio_enable = RD_REG_WORD_PIO(PIO_REG(ha, gpioe)); in qla2x00_beacon_on() 1649 gpio_enable = rd_reg_word(®->gpioe); in qla2x00_beacon_on() 1656 WRT_REG_WORD_PIO(PIO_REG(ha, gpioe), gpio_enable); in qla2x00_beacon_on() 1658 wrt_reg_word(®->gpioe, gpio_enable); in qla2x00_beacon_on() 1659 rd_reg_word(®->gpioe); in qla2x00_beacon_on() [all...] |
H A D | qla_fw.h | 1239 __le32 gpioe; /* GPIO Enable register. */ member
|
H A D | qla_def.h | 827 __le16 gpioe; /* GPIO Enable register. */ member
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_sup.c | 1589 gpio_enable = RD_REG_WORD_PIO(PIO_REG(ha, gpioe)); in qla2x00_beacon_blink() 1592 gpio_enable = rd_reg_word(®->gpioe); in qla2x00_beacon_blink() 1600 WRT_REG_WORD_PIO(PIO_REG(ha, gpioe), gpio_enable); in qla2x00_beacon_blink() 1602 wrt_reg_word(®->gpioe, gpio_enable); in qla2x00_beacon_blink() 1603 rd_reg_word(®->gpioe); in qla2x00_beacon_blink() 1646 gpio_enable = RD_REG_WORD_PIO(PIO_REG(ha, gpioe)); in qla2x00_beacon_on() 1649 gpio_enable = rd_reg_word(®->gpioe); in qla2x00_beacon_on() 1656 WRT_REG_WORD_PIO(PIO_REG(ha, gpioe), gpio_enable); in qla2x00_beacon_on() 1658 wrt_reg_word(®->gpioe, gpio_enable); in qla2x00_beacon_on() 1659 rd_reg_word(®->gpioe); in qla2x00_beacon_on() [all...] |
H A D | qla_fw.h | 1267 __le32 gpioe; /* GPIO Enable register. */ member
|
H A D | qla_def.h | 937 __le16 gpioe; /* GPIO Enable register. */ member
|
/kernel/linux/linux-5.10/drivers/pinctrl/ |
H A D | pinctrl-tb10x.c | 416 DEFPINFUNCGRP(gpioe, 2, 0, 1),
|
/kernel/linux/linux-6.6/drivers/pinctrl/ |
H A D | pinctrl-tb10x.c | 416 DEFPINFUNCGRP(gpioe, 2, 0, 1),
|
/kernel/linux/linux-6.6/drivers/clk/stm32/ |
H A D | clk-stm32mp13.c | 780 static struct clk_stm32_gate gpioe = { variable 782 .hw.init = CLK_HW_INIT("gpioe", "pclk4", &clk_stm32_gate_ops, 0), 1377 STM32_GATE_CFG(GPIOE, gpioe, SECF_NONE),
|
Completed in 53 milliseconds