Searched refs:bitn (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/include/dspbridge/
H A Dgb.h29 * Clear the bit in position bitn in the bitmap map. Bit positions are
33 extern void gb_clear(struct gb_t_map *map, u32 bitn);
65 * Set the bit in position bitn in the bitmap map. Bit positions are
69 extern void gb_set(struct gb_t_map *map, u32 bitn);
73 * Returns TRUE if the bit in position bitn is set in map; otherwise
77 extern bool gb_test(struct gb_t_map *map, u32 bitn);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/include/dspbridge/
H A Dgb.h29 * Clear the bit in position bitn in the bitmap map. Bit positions are
33 extern void gb_clear(struct gb_t_map *map, u32 bitn);
65 * Set the bit in position bitn in the bitmap map. Bit positions are
69 extern void gb_set(struct gb_t_map *map, u32 bitn);
73 * Returns TRUE if the bit in position bitn is set in map; otherwise
77 extern bool gb_test(struct gb_t_map *map, u32 bitn);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/gen/
H A Dgb.c38 void gb_clear(struct gb_t_map *map, u32 bitn) argument
42 mask = 1L << (bitn % BITS_PER_LONG);
43 map->words[bitn / BITS_PER_LONG] &= ~mask;
93 u32 bitn; local
95 bitn = gb_minclear(map);
97 if (bitn != GB_NOBITS)
98 gb_set(map, bitn);
100 return bitn;
142 void gb_set(struct gb_t_map *map, u32 bitn) argument
146 mask = 1L << (bitn
156 gb_test(struct gb_t_map *map, u32 bitn) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/gen/
H A Dgb.c38 void gb_clear(struct gb_t_map *map, u32 bitn) argument
42 mask = 1L << (bitn % BITS_PER_LONG);
43 map->words[bitn / BITS_PER_LONG] &= ~mask;
93 u32 bitn; local
95 bitn = gb_minclear(map);
97 if (bitn != GB_NOBITS)
98 gb_set(map, bitn);
100 return bitn;
142 void gb_set(struct gb_t_map *map, u32 bitn) argument
146 mask = 1L << (bitn
156 gb_test(struct gb_t_map *map, u32 bitn) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/skfp/
H A Dpcmplc.c544 n = (n<<1) | phy->t_val[phy->bitn+i] ;
558 printf("SIGNALING bit %d .. %d\n",phy->bitn,phy->bitn+len-1) ;
759 phy->bitn = 0 ; /* bit signaling start bit */
838 phy->bitn = 3 ;
850 phy->bitn = 4 ;
861 phy->bitn = 7 ;
877 phy->bitn = 7 ;
895 phy->bitn = 8 ;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/skfp/
H A Dpcmplc.c544 n = (n<<1) | phy->t_val[phy->bitn+i] ;
558 printf("SIGNALING bit %d .. %d\n",phy->bitn,phy->bitn+len-1) ;
759 phy->bitn = 0 ; /* bit signaling start bit */
838 phy->bitn = 3 ;
850 phy->bitn = 4 ;
861 phy->bitn = 7 ;
877 phy->bitn = 7 ;
895 phy->bitn = 8 ;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/skfp/h/
H A Dsmc.h222 u_char bitn ; member in struct:s_phy
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/skfp/h/
H A Dsmc.h222 u_char bitn ; member in struct:s_phy
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Djme.h88 __u8 bitn; /* Number of bits per action */ member in struct:jme_spi_op
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Djme.h88 __u8 bitn; /* Number of bits per action */ member in struct:jme_spi_op

Completed in 97 milliseconds