Searched refs:b_res (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/dev/puc/
H A Dpucdata.c1304 bus_write_1(bar->b_res, 3, 0x80);
1306 bus_write_1(bar->b_res, 7, 0);
1308 v0 = bus_read_1(bar->b_res, 7);
1310 bus_write_1(bar->b_res, 7, 0x80 + -cfg->clock);
1312 v1 = bus_read_1(bar->b_res, 7);
1314 bus_write_1(bar->b_res, 3, 0);
1402 bus_write_1(bar->b_res, 0x250, 0x89);
1403 bus_write_1(bar->b_res, 0x3f0, 0x87);
1404 bus_write_1(bar->b_res, 0x3f0, 0x87);
1408 bus_write_1(bar->b_res, efi
[all...]
H A Dpuc_bfe.h43 struct resource *b_res; member in struct:puc_bar
H A Dpuc.c98 bar->b_res = bus_alloc_resource_any(sc->sc_dev, bar->b_type,
100 if (bar->b_res == NULL) {
103 bar->b_res = bus_alloc_resource_any(sc->sc_dev, bar->b_type,
105 if (bar->b_res == NULL) {
113 start = rman_get_start(bar->b_res);
114 end = rman_get_end(bar->b_res);
118 bar->b_res);
119 bar->b_res = NULL;
284 start = rman_get_start(bar->b_res);
298 bsh = rman_get_bushandle(bar->b_res);
[all...]

Completed in 93 milliseconds