status1           227 dev/ic/opl.c   	u_int8_t status1, status2;
status1           240 dev/ic/opl.c   	status1 = bus_space_read_1(oaa->iot, oaa->ioh,
status1           256 dev/ic/opl.c   	DPRINTFN(2,("opl_find: %02x %02x\n", status1, status2));
status1           258 dev/ic/opl.c   	if ((status1 & OPL_STATUS_MASK) != 0 ||
status1           262 dev/ic/opl.c   	switch(status1) {
status1          1312 dev/pci/ahc_pci.c 	u_int	 status1;
status1          1354 dev/pci/ahc_pci.c 	status1 = pci_conf_read(ahc->bd->pc, ahc->bd->tag,
status1          1356 dev/pci/ahc_pci.c 	if ((status1 & STA) != 0)
status1          1363 dev/pci/ahc_pci.c 	status1 = pci_conf_read(ahc->bd->pc, ahc->bd->tag, PCI_COMMAND_STATUS_REG + 1);
status1          1365 dev/pci/ahc_pci.c 			     status1, /*bytes*/1);
status1          1377 dev/pci/ahc_pci.c 	u_int status1;
status1          1383 dev/pci/ahc_pci.c 	status1 = pci_conf_read(ahc->bd->pc, ahc->bd->tag, PCI_COMMAND_STATUS_REG);
status1          1389 dev/pci/ahc_pci.c 	if (status1 & DPE) {
status1          1393 dev/pci/ahc_pci.c 	if (status1 & SSE) {
status1          1396 dev/pci/ahc_pci.c 	if (status1 & RMA) {
status1          1399 dev/pci/ahc_pci.c 	if (status1 & RTA) {
status1          1402 dev/pci/ahc_pci.c 	if (status1 & STA) {
status1          1405 dev/pci/ahc_pci.c 	if (status1 & DPR) {
status1          1411 dev/pci/ahc_pci.c 	pci_conf_write(ahc->bd->pc, ahc->bd->tag,  PCI_COMMAND_STATUS_REG, status1);
status1          1413 dev/pci/ahc_pci.c 	if ((status1 & (DPE|SSE|RMA|RTA|STA|DPR)) == 0) {