| bcm53xx_board.c | 65 bus_space_tag_t bcm53xx_ioreg_bst = &bcmgen_bs_tag;  variable in typeref:typename:bus_space_tag_t 147 	bus_space_tag_t bst = bcm53xx_ioreg_bst;
 292 		bus_space_write_4(bcm53xx_ioreg_bst, bcm53xx_ioreg_bsh,
 296 		bus_space_write_4(bcm53xx_ioreg_bst, bcm53xx_ioreg_bsh,
 300 		bus_space_write_4(bcm53xx_ioreg_bst, bcm53xx_ioreg_bsh,
 427 	cpu->cpu_ioreg_bst = bcm53xx_ioreg_bst;
 471 	error = bus_space_map(bcm53xx_ioreg_bst, BCM53XX_IOREG_PBASE,
 486 	bcm53xx_get_chip_ioreg_state(&bcs, bcm53xx_ioreg_bst, bcm53xx_ioreg_bsh);
 618 	bus_space_tag_t bst = bcm53xx_ioreg_bst;
 637 	bus_space_tag_t bst = bcm53xx_ioreg_bst;
 [all...]
 |