Lines Matching refs:isp4010
61 (uint8_t) offsetof(struct isp_reg, u1.isp4010.nvram),
62 readw(&ha->reg->u1.isp4010.nvram));
83 (uint8_t) offsetof(struct isp_reg, u2.isp4010.ext_hw_conf),
84 readw(&ha->reg->u2.isp4010.ext_hw_conf));
86 (uint8_t) offsetof(struct isp_reg, u2.isp4010.port_ctrl),
87 readw(&ha->reg->u2.isp4010.port_ctrl));
89 (uint8_t) offsetof(struct isp_reg, u2.isp4010.port_status),
90 readw(&ha->reg->u2.isp4010.port_status));
92 (uint8_t) offsetof(struct isp_reg, u2.isp4010.req_q_out),
93 readw(&ha->reg->u2.isp4010.req_q_out));
95 (uint8_t) offsetof(struct isp_reg, u2.isp4010.gp_out),
96 readw(&ha->reg->u2.isp4010.gp_out));
98 (uint8_t) offsetof(struct isp_reg, u2.isp4010.gp_in),
99 readw(&ha->reg->u2.isp4010.gp_in));
101 offsetof(struct isp_reg, u2.isp4010.port_err_status),
102 readw(&ha->reg->u2.isp4010.port_err_status));