Home
last modified time | relevance | path

Searched refs:puc_config (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/dev/puc/
HDpuc.c254 error = puc_config(sc, PUC_CFG_GET_NPORTS, 0, &res); in puc_bfe_attach()
264 error = puc_config(sc, PUC_CFG_SETUP, 0, &res); in puc_bfe_attach()
271 error = puc_config(sc, PUC_CFG_GET_TYPE, idx, &res); in puc_bfe_attach()
275 error = puc_config(sc, PUC_CFG_GET_RID, idx, &res); in puc_bfe_attach()
285 error = puc_config(sc, PUC_CFG_GET_OFS, idx, &res); in puc_bfe_attach()
289 error = puc_config(sc, PUC_CFG_GET_LEN, idx, &res); in puc_bfe_attach()
310 error = puc_config(sc, PUC_CFG_GET_CLOCK, idx, &res); in puc_bfe_attach()
320 error = puc_config(sc, PUC_CFG_GET_ILR, 0, &res); in puc_bfe_attach()
462 error = puc_config(sc, PUC_CFG_GET_NPORTS, 0, &res); in puc_bfe_probe()
465 error = puc_config(sc, PUC_CFG_GET_DESC, 0, &res); in puc_bfe_probe()
HDpuc_cfg.c40 puc_config(struct puc_softc *sc, enum puc_cfg_cmd cmd, int port, intptr_t *r) in puc_config() function
126 error = puc_config(sc, PUC_CFG_GET_RID, 0, r); in puc_config()
HDpuc_cfg.h86 puc_config_f puc_config; variable
HDpucdata.c1671 error = puc_config(sc, PUC_CFG_GET_TYPE, port, res); in puc_config_sunix()
1677 error = puc_config(sc, PUC_CFG_GET_TYPE, port, res); in puc_config_sunix()