Lines Matching refs:FE_BMPR8
976 status = bus_space_read_1(bst, bsh, FE_BMPR8);
977 (void)bus_space_read_1(bst, bsh, FE_BMPR8);
979 status = bus_space_read_2(bst, bsh, FE_BMPR8);
1005 len = bus_space_read_1(bst, bsh, FE_BMPR8);
1006 len |= bus_space_read_1(bst, bsh, FE_BMPR8) << 8;
1008 len = bus_space_read_2(bst, bsh, FE_BMPR8);
1317 bus_space_read_multi_1(bst, bsh, FE_BMPR8,
1320 bus_space_read_multi_stream_2(bst, bsh, FE_BMPR8,
1359 bus_space_write_1(bst, bsh, FE_BMPR8, 0);
1362 bus_space_write_2(bst, bsh, FE_BMPR8, 0);
1411 bus_space_write_1(bst, bsh, FE_BMPR8, len);
1412 bus_space_write_1(bst, bsh, FE_BMPR8, len >> 8);
1414 bus_space_write_2(bst, bsh, FE_BMPR8, len);
1445 bus_space_write_multi_1(bst, bsh, FE_BMPR8,
1473 FE_BMPR8, *(uint16_t *)savebyte);
1492 bsh, FE_BMPR8, (uint16_t *)data,
1505 bus_space_write_stream_2(bst, bsh, FE_BMPR8,
1517 bus_space_write_1(bst, bsh, FE_BMPR8, 0);
1521 bus_space_write_2(bst, bsh, FE_BMPR8, 0);