Searched refs:puc_config (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13-stable/sys/dev/puc/ |
| HD | puc.c | 258 error = puc_config(sc, PUC_CFG_GET_NPORTS, 0, &res); in puc_bfe_attach() 268 error = puc_config(sc, PUC_CFG_SETUP, 0, &res); in puc_bfe_attach() 275 error = puc_config(sc, PUC_CFG_GET_TYPE, idx, &res); in puc_bfe_attach() 279 error = puc_config(sc, PUC_CFG_GET_RID, idx, &res); in puc_bfe_attach() 289 error = puc_config(sc, PUC_CFG_GET_OFS, idx, &res); in puc_bfe_attach() 293 error = puc_config(sc, PUC_CFG_GET_LEN, idx, &res); in puc_bfe_attach() 314 error = puc_config(sc, PUC_CFG_GET_CLOCK, idx, &res); in puc_bfe_attach() 324 error = puc_config(sc, PUC_CFG_GET_ILR, 0, &res); in puc_bfe_attach() 464 error = puc_config(sc, PUC_CFG_GET_NPORTS, 0, &res); in puc_bfe_probe() 467 error = puc_config(sc, PUC_CFG_GET_DESC, 0, &res); in puc_bfe_probe()
|
| HD | puc_cfg.c | 41 puc_config(struct puc_softc *sc, enum puc_cfg_cmd cmd, int port, intptr_t *r) in puc_config() function 127 error = puc_config(sc, PUC_CFG_GET_RID, 0, r); in puc_config()
|
| HD | puc_cfg.h | 86 puc_config_f puc_config; variable
|
| HD | pucdata.c | 2263 error = puc_config(sc, PUC_CFG_GET_TYPE, port, res); in puc_config_sunix() 2269 error = puc_config(sc, PUC_CFG_GET_TYPE, port, res); in puc_config_sunix()
|