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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_sup.c1427 gpio_enable = RD_REG_WORD_PIO(PIO_REG(ha, gpioe));
1430 gpio_enable = RD_REG_WORD(&reg->gpioe);
1438 WRT_REG_WORD_PIO(PIO_REG(ha, gpioe), gpio_enable);
1440 WRT_REG_WORD(&reg->gpioe, gpio_enable);
1441 RD_REG_WORD(&reg->gpioe);
1484 gpio_enable = RD_REG_WORD_PIO(PIO_REG(ha, gpioe));
1487 gpio_enable = RD_REG_WORD(&reg->gpioe);
1494 WRT_REG_WORD_PIO(PIO_REG(ha, gpioe), gpio_enable);
1496 WRT_REG_WORD(&reg->gpioe, gpio_enable);
1497 RD_REG_WORD(&reg->gpioe);
[all...]
H A Dqla_fw.h998 uint32_t gpioe; /* GPIO Enable register. */ member in struct:device_reg_24xx
H A Dqla_def.h411 uint16_t gpioe; /* GPIO Enable register. */ member in struct:device_reg_2xxx

Completed in 98 milliseconds