Searched refs:gpio_port (Results 1 - 3 of 3) sorted by relevance

/drivers/pinctrl/
H A Dpinctrl-adi2.c152 * struct gpio_port - GPIO bank device. Multiple ADI GPIO banks can be mapped
155 * @node: All gpio_port instances are added to a list.
173 struct gpio_port { struct
196 static inline u32 hwirq_to_pintbit(struct gpio_port *port, int hwirq)
215 static inline void port_setup(struct gpio_port *port, unsigned offset,
227 static inline void portmux_setup(struct gpio_port *port, unsigned offset,
244 static inline u16 get_portmux(struct gpio_port *port, unsigned offset)
258 struct gpio_port *port = irq_data_get_irq_chip_data(d);
281 struct gpio_port *port = irq_data_get_irq_chip_data(d);
305 struct gpio_port *por
[all...]
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c418 u8 gpio_port = (pin_cfg - PIN_CFG_GPIO0_P0) >> 2; local
419 bnx2x_set_gpio(bp, gpio_num, (u8)val, gpio_port);
431 u8 gpio_port = (pin_cfg - PIN_CFG_GPIO0_P0) >> 2; local
432 *val = bnx2x_get_gpio(bp, gpio_num, gpio_port);
4289 u8 *gpio_num, u8 *gpio_port)
4293 *gpio_port = 0;
4316 *gpio_port = (cfg_pin - PIN_CFG_GPIO0_P0) >> 2;
4319 *gpio_port = port;
4329 u8 gpio_num, gpio_port; local
4333 &gpio_num, &gpio_port) !
4286 bnx2x_get_mod_abs_int_cfg(struct bnx2x *bp, u32 chip_id, u32 shmem_base, u8 port, u8 *gpio_num, u8 *gpio_port) argument
6582 u8 gpio_port; local
7320 u8 gpio_port; local
7611 u8 gpio_port; local
7714 u8 gpio_port; local
7766 u8 gpio_port, gpio_mode; local
8488 u8 gpio_port = bnx2x_get_gpio_port(params); local
8684 u8 gpio_num, gpio_port; local
13661 u8 gpio_num = 0xff, gpio_port = 0xff, phy_index; local
[all...]
H A Dbnx2x_main.c2065 int gpio_port = (REG_RD(bp, NIG_REG_PORT_SWAP) && local
2068 (gpio_port ? MISC_REGISTERS_GPIO_PORT_SHIFT : 0);
2093 int gpio_port = (REG_RD(bp, NIG_REG_PORT_SWAP) && local
2096 (gpio_port ? MISC_REGISTERS_GPIO_PORT_SHIFT : 0);
2196 int gpio_port = (REG_RD(bp, NIG_REG_PORT_SWAP) && local
2199 (gpio_port ? MISC_REGISTERS_GPIO_PORT_SHIFT : 0);

Completed in 113 milliseconds