Searched refs:st_loc (Results 1 – 1 of 1) sorted by relevance
359 struct st_ram_io st_loc; in ac_write() local376 if(copy_from_user(&st_loc, buf, sizeof(struct st_ram_io))) in ac_write()383 NumCard = st_loc.num_card; /* board number to send */ in ac_write()384 TicCard = st_loc.tic_des_from_pc; /* tic number to send */ in ac_write()400 printk("\n%5.5X: %2.2X", c, ((unsigned char *) &st_loc)[c]); in ac_write()403 printk(" %2.2X", ((unsigned char *) &st_loc)[c]); in ac_write()482 struct st_ram_io *st_loc, struct mailbox *mailbox) in do_ac_read() argument490 st_loc->tic_owner_to_pc = readb(apbs[IndexCard].RamIO + TIC_OWNER_TO_PC); in do_ac_read()491 st_loc->numcard_owner_to_pc = readb(apbs[IndexCard].RamIO + NUMCARD_OWNER_TO_PC); in do_ac_read()514 printk("\n%5.5X: %2.2X", c, ((unsigned char *)st_loc)[c]); in do_ac_read()[all …]