Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/dpaa/
H A Dfman.c69 device_t fman_device; member
277 device_printf(cfg->fman_device, "couldn't init FM MURAM module" in fman_init()
305 fm_params.h_App = cfg->fman_device; in fman_init()
314 device_printf(cfg->fman_device, "couldn't configure FM " in fman_init()
323 device_printf(cfg->fman_device, "couldn't init FM module\n"); in fman_init()
329 device_printf(cfg->fman_device, "couldn't get FM revision\n"); in fman_init()
333 device_printf(cfg->fman_device, "Hardware version: %d.%d.\n", in fman_init()
463 cfg.fman_device = dev; in fman_attach()