Searched refs:OboeTaskFile (Results 1 – 2 of 2) sorted by relevance
122 struct OboeTaskFile struct128 #define OBOE_TASK_BUF_LEN (sizeof(struct OboeTaskFile) << 1) argument157 struct OboeTaskFile *taskfile; /*The taskfile */
796 addr &= ~(sizeof (struct OboeTaskFile) - 1); in toshoboe_probe()797 addr += sizeof (struct OboeTaskFile); in toshoboe_probe()799 self->taskfile = (struct OboeTaskFile *) addr; in toshoboe_probe()