Home
last modified time | relevance | path

Searched refs:RD_FB_CMD_REG (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_init.c2964 ha->fb_rev = RD_FB_CMD_REG(ha, reg); in qla2300_pci_config()
3173 RD_FB_CMD_REG(ha, reg); /* PCI Posting. */ in qla2x00_reset_chip()
3179 if ((RD_FB_CMD_REG(ha, reg) & 0xff) == 0) in qla2x00_reset_chip()
H A Dqla_def.h1085 #define RD_FB_CMD_REG(ha, reg) \ macro