Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/dpaa/
H A Dfman.c71 device_t fman_device; member
281 device_printf(cfg->fman_device, "couldn't init FM MURAM module" in fman_init()
309 fm_params.h_App = cfg->fman_device; in fman_init()
318 device_printf(cfg->fman_device, "couldn't configure FM " in fman_init()
327 device_printf(cfg->fman_device, "couldn't init FM module\n"); in fman_init()
333 device_printf(cfg->fman_device, "couldn't get FM revision\n"); in fman_init()
337 device_printf(cfg->fman_device, "Hardware version: %d.%d.\n", in fman_init()
474 cfg.fman_device = dev; in fman_attach()