Searched refs:nlm_read_reg (Results 1 – 16 of 16) sorted by relevance
| /f-stack/freebsd/mips/nlm/hal/ |
| H A D | iomap.h | 152 #define nlm_read_pci_reg(b, r) nlm_read_reg(b, r) 163 return (nlm_read_reg(pcibase, XLP_PCI_CFGREG0) != 0xffffffff); in nlm_dev_exists() 169 return (nlm_read_reg(pcibase, XLP_PCI_MSGSTN_REG) & 0xffff); in nlm_qidstart() 175 return (nlm_read_reg(pcibase, XLP_PCI_MSGSTN_REG) >> 16); in nlm_qnum() 181 return (nlm_read_reg(pcibase, XLP_PCI_IRTINFO_REG) & 0xffff); in nlm_irtstart() 187 return (nlm_read_reg(pcibase, XLP_PCI_IRTINFO_REG) >> 16); in nlm_irtnum() 193 return nlm_read_reg(pcibase, XLP_PCI_UCODEINFO_REG); in nlm_num_uengines()
|
| H A D | usb.h | 53 #define nlm_read_usb_reg(b, r) nlm_read_reg(b,r)
|
| H A D | fmn.h | 155 (nlm_read_reg(nlm_pcibase_cms(node), \ 160 (nlm_read_reg(nlm_pcibase_cms(node), \
|
| H A D | gbu.h | 94 #define nlm_read_gbu_reg(b, r) nlm_read_reg(b, r)
|
| H A D | pcibus.h | 94 #define nlm_read_pcie_reg(b, r) nlm_read_reg(b, r)
|
| H A D | poe.h | 259 #define nlm_read_poe_reg(b, r) nlm_read_reg(b, r) 273 return (nlm_read_reg(poe_pcibase, XLP_PCI_DEVINFO_REG0)); in nlm_poe_max_flows()
|
| H A D | haldefs.h | 355 nlm_read_reg(uint64_t base, uint32_t reg) in nlm_read_reg() function 435 paddr = nlm_read_reg(pcibase, 0x4) & ~0xfu; in nlm_xkphys_map_pcibar0()
|
| H A D | sys.h | 123 #define nlm_read_sys_reg(b, r) nlm_read_reg(b, r)
|
| H A D | bridge.h | 178 #define nlm_read_bridge_reg(b, r) nlm_read_reg(b, r)
|
| H A D | uart.h | 93 #define nlm_read_uart_reg(b, r) nlm_read_reg(b, r)
|
| H A D | nlmsaelib.h | 51 #define nlm_read_sec_reg(b, r) nlm_read_reg(b, r) 57 #define nlm_read_rsa_reg(b, r) nlm_read_reg(b, r)
|
| H A D | nae.h | 548 return (nlm_read_reg(nae_pcibase, XLP_PCI_DEVINFO_REG0) & 0xff); in nae_num_complex() 554 return (nlm_read_reg(nae_pcibase, XLP_PCI_DEVINFO_REG5)); in nae_num_context()
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | board_eeprom.c | 53 #define oc_read_reg(reg) nlm_read_reg(eeprom_i2c_base, reg)
|
| H A D | cms.c | 131 maxqid = nlm_read_reg(cmspcibase, XLP_PCI_DEVINFO_REG0); in xlp_cms_credit_setup() 161 maxqid = nlm_read_reg(cmspcibase, XLP_PCI_DEVINFO_REG0); in xlp_msgring_cpu_init()
|
| H A D | xlp_machdep.c | 388 maxirt = nlm_read_reg(nlm_get_pic_pcibase(nlm_nodeid()), in xlp_pic_init()
|
| /f-stack/freebsd/mips/nlm/dev/net/ |
| H A D | xlpge.c | 581 sc->ncontexts = nlm_read_reg(nae_pcibase, XLP_PCI_DEVINFO_REG5); in nlm_xlpnae_attach()
|