Searched refs:puc_config (Results 1 – 4 of 4) sorted by relevance
| /trueos/sys/dev/puc/ |
| HD | puc.c | 254 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()
|
| HD | puc_cfg.c | 40 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()
|
| HD | puc_cfg.h | 86 puc_config_f puc_config; variable
|
| HD | pucdata.c | 1671 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()
|