Lines Matching refs:eax
27 mov $((MSG_PORT_HOST_BRIDGE << 16) | (HM_BOUND << 8)), %eax
34 mov $((MSG_PORT_MEM_MGR << 16) | (ESRAM_BLK_CTRL << 8)), %eax
55 or $((MSG_OP_READ << 24) | MSG_BYTE_ENABLE), %eax
56 mov %eax, %ebx
59 mov $(PCI_CFG_EN | MSG_CTRL_REG), %eax
61 out %eax, %dx
63 mov %ebx, %eax
64 out %eax, %dx
67 mov $(PCI_CFG_EN | MSG_DATA_REG), %eax
69 out %eax, %dx
71 in %dx, %eax
85 or $((MSG_OP_WRITE << 24) | MSG_BYTE_ENABLE), %eax
86 mov %eax, %esi
90 mov $(PCI_CFG_EN | MSG_DATA_REG), %eax
92 out %eax, %dx
94 mov %edi, %eax
95 out %eax, %dx
98 mov $(PCI_CFG_EN | MSG_CTRL_REG), %eax
100 out %eax, %dx
102 mov %esi, %eax
103 out %eax, %dx