Searched refs:SCBID_ADDR (Results 1 – 4 of 4) sorted by relevance
270 #define SCBID_ADDR 0x45 macro
1237 * and a base address of SCBID_ADDR. The byte is returned in RETURN_2.1243 mvi SCBID_ADDR call set_1byte_addr;1251 mvi SCBID_ADDR call set_1byte_addr;1262 * index of (A + (256 * SINDEX)) and a base address of SCBID_ADDR.1268 mvi SCBID_ADDR call set_1byte_addr;1273 mvi SCBID_ADDR call set_1byte_addr;
1278 SCBID_ADDR {
8614 aic_outb(p, hscb_physaddr & 0xFF, SCBID_ADDR); in aic7xxx_register()8615 aic_outb(p, (hscb_physaddr >> 8) & 0xFF, SCBID_ADDR + 1); in aic7xxx_register()8616 aic_outb(p, (hscb_physaddr >> 16) & 0xFF, SCBID_ADDR + 2); in aic7xxx_register()8617 aic_outb(p, (hscb_physaddr >> 24) & 0xFF, SCBID_ADDR + 3); in aic7xxx_register()