Home
last modified time | relevance | path

Searched refs:IO_MASK (Results 1 – 12 of 12) sorted by relevance

/dports/math/algae/algae-4.3.6/src/
H A Dfile_io.c91 if ((p->mode & IO_MASK) != mode)
118 if ((mode & IO_MASK) == FILE_INPUT)
H A Dfile_io.h23 #define IO_MASK 1 macro
/dports/emulators/stella/stella-6.6/src/emucore/
H A DM6532.cxx491 return myIOAccessBase[address & IO_MASK]; in getAccessFlags()
504 myIOAccessBase[address & IO_MASK] |= flags; in setAccessFlags()
521 myIOAccessCounter[(isWrite ? IO_SIZE : 0) + (address & IO_MASK)]++; in increaseAccessCounter()
H A DM6532.hxx243 IO_SIZE = 0x20, IO_MASK = IO_SIZE - 1, IO_BIT = 0x200, member in M6532
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dncr_scsi.cpp35 #define IO_MASK 0xff macro
387 addr &= IO_MASK; in ncr_io_bput()
393 addr &= IO_MASK; in ncr710_io_bput()
418 addr &= IO_MASK; in ncr_io_bget()
424 addr &= IO_MASK; in ncr710_io_bget()
H A Dncr9x_scsi.cpp629 #define IO_MASK 0x3f macro
924 addr &= IO_MASK; in ncr9x_io_bput()
1159 addr &= IO_MASK; in ncr9x_io_bget()
/dports/www/polipo/polipo-1.1.1/
H A Dio.h26 #define IO_MASK 0xFF macro
H A Dio.c194 (operation & IO_MASK) == IO_WRITE ? in schedule_stream()
247 assert((request->operation & (IO_MASK | IO_BUF3 | IO_BUF_LOCATION)) == in do_scheduled_stream()
351 if((request->operation & IO_MASK) == IO_WRITE) { in do_scheduled_stream()
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/pci/
H A Des1968.c2517 #define IO_MASK 4 /* mask register offset from GPIO_DATA macro
2574 io + IO_MASK); in snd_es1968_tea575x_set_direction()
2579 io + IO_MASK); in snd_es1968_tea575x_set_direction()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/pci/
H A Des1968.c2517 #define IO_MASK 4 /* mask register offset from GPIO_DATA macro
2574 io + IO_MASK); in snd_es1968_tea575x_set_direction()
2579 io + IO_MASK); in snd_es1968_tea575x_set_direction()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/pci/
H A Des1968.c2517 #define IO_MASK 4 /* mask register offset from GPIO_DATA macro
2574 io + IO_MASK); in snd_es1968_tea575x_set_direction()
2579 io + IO_MASK); in snd_es1968_tea575x_set_direction()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/py/
H A Dsliceshell.py83 IO_MASK = ( INPUT_MASK | OUTPUT_MASK ) variable
690 self.SetMarginMask(3, IO_MASK | 1<<IO_SELECTING | 1<<READLINE_BG | 1<<INPUT_READLINE )