Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/qla2xxx/
Dqla_sup.c1430 gpio_enable = RD_REG_WORD_PIO(PIO_REG(ha, gpioe)); in qla2x00_beacon_blink()
1433 gpio_enable = RD_REG_WORD(&reg->gpioe); in qla2x00_beacon_blink()
1441 WRT_REG_WORD_PIO(PIO_REG(ha, gpioe), gpio_enable); in qla2x00_beacon_blink()
1443 WRT_REG_WORD(&reg->gpioe, gpio_enable); in qla2x00_beacon_blink()
1444 RD_REG_WORD(&reg->gpioe); in qla2x00_beacon_blink()
1487 gpio_enable = RD_REG_WORD_PIO(PIO_REG(ha, gpioe)); in qla2x00_beacon_on()
1490 gpio_enable = RD_REG_WORD(&reg->gpioe); in qla2x00_beacon_on()
1497 WRT_REG_WORD_PIO(PIO_REG(ha, gpioe), gpio_enable); in qla2x00_beacon_on()
1499 WRT_REG_WORD(&reg->gpioe, gpio_enable); in qla2x00_beacon_on()
1500 RD_REG_WORD(&reg->gpioe); in qla2x00_beacon_on()
Dqla_fw.h998 uint32_t gpioe; /* GPIO Enable register. */ member
Dqla_def.h411 uint16_t gpioe; /* GPIO Enable register. */ member