Searched refs:isp4022 (Results 1 - 6 of 6) sorted by relevance

/drivers/scsi/qla4xxx/
H A Dql4_dbg.c66 (uint8_t) offsetof(struct isp_reg, u1.isp4022.intr_mask),
67 readw(&ha->reg->u1.isp4022.intr_mask));
69 (uint8_t) offsetof(struct isp_reg, u1.isp4022.nvram),
70 readw(&ha->reg->u1.isp4022.nvram));
72 (uint8_t) offsetof(struct isp_reg, u1.isp4022.semaphore),
73 readw(&ha->reg->u1.isp4022.semaphore));
107 offsetof(struct isp_reg, u2.isp4022.p0.ext_hw_conf),
108 readw(&ha->reg->u2.isp4022.p0.ext_hw_conf));
110 offsetof(struct isp_reg, u2.isp4022.p0.port_ctrl),
111 readw(&ha->reg->u2.isp4022
[all...]
H A Dql4_inline.h43 &ha->reg->u1.isp4022.intr_mask);
44 readl(&ha->reg->u1.isp4022.intr_mask);
57 &ha->reg->u1.isp4022.intr_mask);
58 readl(&ha->reg->u1.isp4022.intr_mask);
H A Dql4_def.h763 &ha->reg->u1.isp4022.semaphore);
770 &ha->reg->u1.isp4022.nvram);
777 &ha->reg->u2.isp4022.p0.ext_hw_conf);
784 &ha->reg->u2.isp4022.p0.port_status);
791 &ha->reg->u2.isp4022.p0.port_ctrl);
798 &ha->reg->u2.isp4022.p0.port_err_status);
805 &ha->reg->u2.isp4022.p0.gp_out);
812 offsetof(struct eeprom_data, isp4022.ext_hw_conf) / 2);
H A Dql4_nvram.h187 struct { /* isp4022 */
249 } __attribute__ ((packed)) isp4022; member in union:eeprom_data::__anon4872
H A Dql4_init.c453 int size = sizeof(ha->nvram->isp4022.boardIdStr);
454 int offset = offsetof(struct eeprom_data, isp4022.boardIdStr) / 2;
573 &ha->reg->u1.isp4022.nvram);
H A Dql4_fw.h86 } __attribute__ ((packed)) isp4022; member in union:isp_reg::__anon4863
119 } __attribute__ ((packed)) isp4022; member in union:isp_reg::__anon4866

Completed in 77 milliseconds