Lines Matching refs:outb_p
150 outb_p(NVIDIA_SMB_CTRL_ABORT, NVIDIA_SMB_CTRL); in nforce2_abort()
158 outb_p(NVIDIA_SMB_STATUS_ABRT_STS, NVIDIA_SMB_STATUS_ABRT); in nforce2_abort()
207 outb_p(command, NVIDIA_SMB_CMD); in nforce2_access()
212 outb_p(command, NVIDIA_SMB_CMD); in nforce2_access()
214 outb_p(data->byte, NVIDIA_SMB_DATA); in nforce2_access()
219 outb_p(command, NVIDIA_SMB_CMD); in nforce2_access()
221 outb_p(data->word, NVIDIA_SMB_DATA); in nforce2_access()
222 outb_p(data->word >> 8, NVIDIA_SMB_DATA + 1); in nforce2_access()
228 outb_p(command, NVIDIA_SMB_CMD); in nforce2_access()
237 outb_p(len, NVIDIA_SMB_BCNT); in nforce2_access()
239 outb_p(data->block[i + 1], in nforce2_access()
250 outb_p((addr & 0x7f) << 1, NVIDIA_SMB_ADDR); in nforce2_access()
251 outb_p(protocol, NVIDIA_SMB_PRTCL); in nforce2_access()