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

/freebsd-9.3-release/sys/dev/puc/
H A Dpucdata.c1291 bus_write_1(bar->b_res, 3, 0x80);
1293 bus_write_1(bar->b_res, 7, 0);
1295 v0 = bus_read_1(bar->b_res, 7);
1297 bus_write_1(bar->b_res, 7, 0x80 + -cfg->clock);
1299 v1 = bus_read_1(bar->b_res, 7);
1301 bus_write_1(bar->b_res, 3, 0);
1389 bus_write_1(bar->b_res, 0x250, 0x89);
1390 bus_write_1(bar->b_res, 0x3f0, 0x87);
1391 bus_write_1(bar->b_res, 0x3f0, 0x87);
1395 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 66 milliseconds