Searched refs:PKI_RD_8 (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/arch/octeon/dev/ |
H A D | if_ogx.c | 196 #define PKI_RD_8(node, reg) \ macro 520 val = PKI_RD_8(node, PKI_CL_PKIND_STYLE(cl, PORT_PKIND(sc))); in ogx_attach() 2040 val = PKI_RD_8(node, PKI_BUF_CTL); in ogx_node_init() 2046 val = PKI_RD_8(node, PKI_ICG_CFG(cl)); in ogx_node_init() 2051 val = PKI_RD_8(node, PKI_GBL_PEN); in ogx_node_init() 2058 val = PKI_RD_8(node, PKI_LTYPE_MAP(i)); in ogx_node_init() 2064 while (PKI_RD_8(node, PKI_SFT_RST) & PKI_SFT_RST_BUSY) in ogx_node_init() 2067 val = PKI_RD_8(node, PKI_BUF_CTL); in ogx_node_init() 2306 val = PKI_RD_8(node, PKI_ICG_CFG(cl)); in ogx_node_load_firmware()
|