Lines Matching refs:uint32_t
45 static const uint32_t lxnb_hdr[] = { /* dev 1 function 0 - devfn = 8 */
58 static const uint32_t gxnb_hdr[] = { /* dev 1 function 0 - devfn = 8 */
71 static const uint32_t lxfb_hdr[] = { /* dev 1 function 1 - devfn = 9 */
84 static const uint32_t gxfb_hdr[] = { /* dev 1 function 1 - devfn = 9 */
97 static const uint32_t aes_hdr[] = { /* dev 1 function 2 - devfn = 0xa */
111 static const uint32_t isa_hdr[] = { /* dev f function 0 - devfn = 78 */
124 static const uint32_t ac97_hdr[] = { /* dev f function 3 - devfn = 7b */
137 static const uint32_t ohci_hdr[] = { /* dev f function 4 - devfn = 7c */
151 static const uint32_t ehci_hdr[] = { /* dev f function 4 - devfn = 7d */
169 static uint32_t ff_loc = ~0;
170 static uint32_t zero_loc;
183 static uint32_t *hdr_addr(const uint32_t *hdr, int reg) in hdr_addr()
185 uint32_t addr; in hdr_addr()
198 addr = (uint32_t)hdr + reg + (bar_probing ? -0x10 : 0x20); in hdr_addr()
201 return (uint32_t *)addr; in hdr_addr()
205 unsigned int devfn, int reg, int len, uint32_t *value) in pci_olpc_read()
207 uint32_t *addr; in pci_olpc_read()
267 unsigned int devfn, int reg, int len, uint32_t value) in pci_olpc_write()